Skip to content

Commit 0243dce

Browse files
author
Yorgos Saslis
committed
Added guides for Issue & PR Creation
Includes instructions on where to find support, when to open new issues / pull requests, links to Telestax Open Source Playbook, etc. This should help community users create better issues / PRs that make it easier for maintainers to engage.
1 parent c68c4c3 commit 0243dce

File tree

3 files changed

+88
-0
lines changed

3 files changed

+88
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!-- This form is for bug reports and feature requests ONLY!
2+
3+
If you're looking for help check [Stack Overflow](https://stackoverflow.com/questions/tagged/restcomm).
4+
-->
5+
6+
**Is this a BUG REPORT or FEATURE REQUEST?**:
7+
8+
> Uncomment only one, leave it on its own line, delete the rest of these comments:
9+
>
10+
> /kind bug
11+
>
12+
> /kind feature
13+
14+
15+
**What happened**:
16+
17+
**What you expected to happen**:
18+
19+
**How to reproduce it (as minimally and precisely as possible)**:
20+
21+
22+
**Anything else we need to know?**:
23+
24+
**Environment**:
25+
- Restcomm JSS7 version (from startup logs):
26+
- Cloud provider or hardware configuration:
27+
- OS (e.g. from /etc/os-release):
28+
- Kernel (e.g. `uname -a`):
29+
- Deployment method (e.g. application server version + config + method):
30+
- Others:

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!-- Thanks for sending a pull request! Here are some tips for you:
2+
1. If this is your first time, read the Telestax Open Source Playbook https://docs.google.com/document/d/1RZz2nd2ivCK_rg1vKX9ansgNF6NpK_PZl81GxZ2MSnM/edit?usp=sharing
3+
2. If the PR is unfinished, add a `[WIP]` at the start of the PR title. You can remove it when it's ready to be reviewed.
4+
-->
5+
6+
**What this PR does / why we need it**:
7+
8+
**Which issue(s) this PR fixes**
9+
10+
> (optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will
11+
> close the issue(s) when PR gets merged). Please delete these comments and mark `N/A`
12+
> if non-applicable.
13+
>
14+
> Fixes #
15+
16+
**Special notes for your reviewer**:

SUPPORT.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
## Support for deploying and using Restcomm
2+
3+
Welcome to Restcomm! We use GitHub for tracking bugs and feature requests.
4+
This isn't the right place to get support for using Restcomm, but there are other
5+
free resources you can use for that, if you don't want to purchase one of the
6+
[Telestax commercial support packages](https://telestax.com/support/).
7+
8+
Please help us better maintain these FOSS projects by following these guidelines and not raising help-related issues here.
9+
10+
Thanks in advance for your understanding!
11+
12+
### Stack Overflow
13+
14+
The Restcomm Community is active on Stack Overflow, you can post your questions there:
15+
16+
* [Restcomm on Stack Overflow](http://stackoverflow.com/questions/tagged/restcomm)
17+
18+
* Here are some tips for [about how to ask good questions](http://stackoverflow.com/help/how-to-ask).
19+
* Don't forget to check to see [what's on topic](http://stackoverflow.com/help/on-topic).
20+
21+
### Mailing Lists / Groups
22+
23+
You can find answers for older questions also in our
24+
[[Mobicents-Public]](https://groups.google.com/forum/#!forum/mobicents-public)
25+
and [[Restcomm]](https://groups.google.com/forum/#!forum/restcomm) mailing lists.
26+
27+
**Please avoid raising new issues** in the mailing lists, as we will be migrating away from these soon.
28+
29+
### Documentation
30+
31+
* Documentation is available on the [Restcomm Site](https://www.restcomm.com/docs/)
32+
33+
34+
### Real-time Chat
35+
36+
* You can use the public [Restcomm Discuss Gitter channel](https://gitter.im/RestComm/Restcomm-discuss) for general issues.
37+
38+
39+
40+
<!---
41+
Inspired from https://github.com/kubernetes/kubernetes/blob/master/SUPPORT.md
42+
-->

0 commit comments

Comments
 (0)