Browse Source

misc: update GH issue templates

- Use config.yml to prevent creating issues with a blank template
- Don't use a template to direct people to the forum
- Create a security policy template
master
Saúl Ibarra Corretgé 4 years ago
parent
commit
8790ad6013

.github/ISSUE_TEMPLATE/3-feature-request.md → .github/ISSUE_TEMPLATE/2-feature-request.md View File


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

1
----
2
-name: Need help with Jitsi Meet?
3
-about: Please ask it in our community at 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.

+ 5
- 0
.github/ISSUE_TEMPLATE/config.yml View File

1
+blank_issues_enabled: false
2
+contact_links:
3
+  - name: Need help with Jitsi Meet?
4
+    url: https://community.jitsi.org
5
+    about: Please ask it in our community.

+ 1
- 5
README.md View File

75
 
75
 
76
 ## Security issues
76
 ## Security issues
77
 
77
 
78
-We take security very seriously and develop all Jitsi projects to be secure and safe.
79
-
80
-If you find (or simply suspect) a security issue in any of the Jitsi projects, please send us an email to security@jitsi.org.
81
-
82
-**We encourage responsible disclosure for the sake of our users, so please reach out before posting in a public space.**
78
+For information on reporting security vulnerabilities in Jitsi Meet, see [SECURITY.md](./SECURITY.md).
83
 
79
 
84
 ## Acknowledgements
80
 ## Acknowledgements
85
 
81
 

.github/ISSUE_TEMPLATE/4-security-issues.md → SECURITY.md View File

1
----
2
-name: Security issues
3
-about: Please email security@jitsi.org
1
+# Security
4
 
2
 
5
----
3
+## Reporting security issuess
6
 
4
 
7
 We take security very seriously and develop all Jitsi projects to be secure and safe.
5
 We take security very seriously and develop all Jitsi projects to be secure and safe.
8
 
6
 
9
 If you find (or simply suspect) a security issue in any of the Jitsi projects, please send us an email to security@jitsi.org.
7
 If you find (or simply suspect) a security issue in any of the Jitsi projects, please send us an email to security@jitsi.org.
10
 
8
 
11
-We encourage responsible disclosure for the sake of our users, so please reach out before posting in a public space.
9
+**We encourage responsible disclosure for the sake of our users, so please reach out before posting in a public space.**

Loading…
Cancel
Save