From c3e89b6d5e67b049c50b0a6d57bf128508a99203 Mon Sep 17 00:00:00 2001 From: Yorgos Saslis Date: Mon, 12 Feb 2018 12:35:52 +0200 Subject: [PATCH 1/3] Added links to support resources --- SUPPORT.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 SUPPORT.md 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. + + + + From 86e819e15a669ccf7184e5e892280fbab5c1c2bb Mon Sep 17 00:00:00 2001 From: Yorgos Saslis Date: Mon, 12 Feb 2018 12:46:43 +0200 Subject: [PATCH 2/3] Added issue template --- .github/ISSUE_TEMPLATE.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md 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: From afaeb6fa31d18a8fd0f3e0e388a8f61c313d88aa Mon Sep 17 00:00:00 2001 From: Yorgos Saslis Date: Mon, 12 Feb 2018 12:59:15 +0200 Subject: [PATCH 3/3] Added template for pull requests --- .github/PULL_REQUEST_TEMPLATE.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md 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**: