Adds PR and Issue template. (#2985)
This commit is contained in:
7
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
7
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
contact_links:
|
||||||
|
- name: Report a Security Exploit
|
||||||
|
url: https://discord.gg/MwDDf6t
|
||||||
|
about: Please report serious security exploits and vulnerabilities to @PJB3005. (PJB#3482 on discord).
|
||||||
|
- name: Request a Feature
|
||||||
|
url: https://hackmd.io/@ss14/docs
|
||||||
|
about: Submit feature requests on our [discord server](https://discord.gg/ZBFGnb3) or checkout our design documentation on HackMD.
|
||||||
10
.github/ISSUE_TEMPLATE/issue_report.md
vendored
Normal file
10
.github/ISSUE_TEMPLATE/issue_report.md
vendored
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<!-- To automatically tag this issue, add the uppercase label(s) surrounded by brackets below, for example: [LABEL] -->
|
||||||
|
|
||||||
|
## Description
|
||||||
|
<!-- Explain your issue in detail, including the steps to reproduce it if applicable. Issues without proper explanation are liable to be closed by maintainers.-->
|
||||||
|
|
||||||
|
**Screenshots**
|
||||||
|
<!-- If applicable, add screenshots to help explain your problem. -->
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
<!-- Add any other context about the problem here. -->
|
||||||
8
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
8
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<!-- The text between the arrows are comments - they will not be visible on your PR. -->
|
||||||
|
<!-- To automatically tag this PR, add the uppercase label(s) surrounded by brackets below, for example: [LABEL] -->
|
||||||
|
|
||||||
|
## About the PR <!-- Describe the Pull Request here. What does it change? What other things could this impact? -->
|
||||||
|
|
||||||
|
**Screenshots**
|
||||||
|
<!-- If applicable, add screenshots to showcase your PR. If your PR is a visual change, add
|
||||||
|
screenshots or it's liable to be closed by maintainers. -->
|
||||||
Reference in New Issue
Block a user