diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..797e01fc52 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,30 @@ + + +**Is this a BUG REPORT or FEATURE REQUEST?**: + +> Uncomment only one, leave it on its own line: +> +> /kind bug +> /kind feature + + +**What happened**: + +**What you expected to happen**: + +**How to reproduce it (as minimally and precisely as possible)**: + + +**Anything else we need to know?**: + +**Environment**: +- Restcomm Connect version (from startup logs): +- Cloud provider or hardware configuration: +- OS (e.g. from /etc/os-release): +- Kernel (e.g. `uname -a`): +- Deployment method (e.g. `docker-compose`, with linked `docker-compose.yml` file, +or application server info + deployment option): +- Others: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..0b564dd459 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,11 @@ + + +**What this PR does / why we need it**: + +**Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will close the issue(s) when PR gets merged)*: +Fixes # + +**Special notes for your reviewer**: diff --git a/SUPPORT.md b/SUPPORT.md new file mode 100644 index 0000000000..fadccef740 --- /dev/null +++ b/SUPPORT.md @@ -0,0 +1,41 @@ +## Support for deploying and using Restcomm + +Welcome to Restcomm! We use GitHub for tracking bugs and feature requests. +This isn't the right place to get support for using Restcomm, but there are other free resources you can use +for that, if you don't want to purchase one of the [Telestax commercial support packages](https://telestax.com/support/). + +Please help us better maintain these FOSS projects by following these guidelines and not raising help-related issues here. + +Thanks in advance for your understanding! + +### Stack Overflow + +The Restcomm Community is active on Stack Overflow, you can post your questions there: + +* [Restcomm on Stack Overflow](http://stackoverflow.com/questions/tagged/restcomm) + + * Here are some tips for [about how to ask good questions](http://stackoverflow.com/help/how-to-ask). + * Don't forget to check to see [what's on topic](http://stackoverflow.com/help/on-topic). + +### Mailing Lists / Groups + +You can find answers for older questions also in our +[[Mobicents-Public]](https://groups.google.com/forum/#!forum/mobicents-public) +and [[Restcomm]](https://groups.google.com/forum/#!forum/restcomm) mailing lists. + +**Please avoid raising new issues** in the mailing lists, as we will be migrating away from these soon. + +### Documentation + +* Documentation is available on the [Restcomm Site](https://www.restcomm.com/docs/) + + +### Real-time Chat + +* You can use the public [Restcomm Discuss Gitter channel](https://gitter.im/RestComm/Restcomm-discuss) for general issues. + + + +