Spaces:
Runtime error
Runtime error
neon_arch
commited on
Commit
•
f003243
1
Parent(s):
0135755
add security policy, config.yml for issue templates and add pull request template
Browse files- .github/ISSUE_TEMPLATE/config.yml +1 -0
- PULL_REQUEST_TEMPLATE.md +25 -0
- SECURITY.md +5 -0
.github/ISSUE_TEMPLATE/config.yml
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
blank_issues_enabled: true
|
PULL_REQUEST_TEMPLATE.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## What does this PR do?
|
2 |
+
|
3 |
+
<!-- MANDATORY -->
|
4 |
+
|
5 |
+
<!-- explain the changes in your PR, algorithms, design, architecture -->
|
6 |
+
|
7 |
+
## Why is this change important?
|
8 |
+
|
9 |
+
<!-- MANDATORY -->
|
10 |
+
|
11 |
+
<!-- explain the motivation behind your PR -->
|
12 |
+
|
13 |
+
## How to test this PR locally?
|
14 |
+
|
15 |
+
<!-- commands to run the tests or instructions to test the changes-->
|
16 |
+
|
17 |
+
## Author's checklist
|
18 |
+
|
19 |
+
<!-- additional notes for reviewiers -->
|
20 |
+
|
21 |
+
## Related issues
|
22 |
+
|
23 |
+
<!--
|
24 |
+
Closes #234
|
25 |
+
-->
|
SECURITY.md
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Security Policy
|
2 |
+
|
3 |
+
We love responsible reports of (potential) security issues in Websurfx.
|
4 |
+
|
5 |
+
Be sure to provide as much information as possible and if found also reproduction steps of the identified vulnerability. Also add the specific URL of the project as well as code you found the issue in to your report.
|