Browse Source

misc: add some more issue templates

j8
Saúl Ibarra Corretgé 6 years ago
parent
commit
54df0f5d0f

.github/ISSUE_TEMPLATE/bug-report.md → .github/ISSUE_TEMPLATE/1-bug-report.md View File

@@ -1,12 +1,13 @@
1 1
 ---
2
-name: Bug Report
3
-about: Before posting, please make sure you check https://community.jitsi.org
2
+name: Bug report
3
+about: Create a report to help us improve
4 4
 
5 5
 ---
6 6
 
7 7
 *This Issue tracker is only for reporting bugs and tracking code related issues.*
8 8
 
9
-Before posting, please make sure you check community.jitsi.org to see if the same or similar bugs have already been discussed. General questions, installation help, and feature requests can also be posted to community.jitsi.org.
9
+Before posting, please make sure you check community.jitsi.org to see if the same or similar bugs have already been discussed.
10
+General questions, installation help, and feature requests can also be posted to community.jitsi.org.
10 11
 
11 12
 ## Description
12 13
 ---

+ 10
- 0
.github/ISSUE_TEMPLATE/2-help.md View File

@@ -0,0 +1,10 @@
1
+---
2
+name: Need help with Jitsi Meet?
3
+about: Please ask it in our community: https://community.jitsi.org
4
+
5
+---
6
+
7
+If you have a question about Jitsi Meet that is not a bug report or feature
8
+request, please post it in https://community.jitsi.org
9
+
10
+Questions posted to this repository will be closed.

+ 23
- 0
.github/ISSUE_TEMPLATE/3-feature-request.md View File

@@ -0,0 +1,23 @@
1
+---
2
+name: "Feature request"
3
+about: Suggest an idea for this project
4
+
5
+---
6
+
7
+<!--
8
+Thank you for suggesting an idea to make Jitsi Meet better.
9
+
10
+Please fill in as much of the template below as you're able.
11
+
12
+Note that the ultimate decission for implementing features lies on the Jitsi team, not all feature requests shall be accepted.
13
+-->
14
+
15
+**Is your feature request related to a problem you are facing?**
16
+Please describe the problem you are trying to solve.
17
+
18
+**Describe the solution you'd like**
19
+Please describe the desired behavior.
20
+
21
+**Describe alternatives you've considered**
22
+Please describe alternative solutions or features you have considered.
23
+

Loading…
Cancel
Save