diff options
| author | Bobby <[email protected]> | 2022-01-23 11:43:00 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-23 11:43:00 -0500 |
| commit | 539a71229ce5961d3f7c6c254f419e6e5396b09e (patch) | |
| tree | c7fb417b763b96cfe8089b72a725a698312f57da /.github | |
| parent | 8c7e7cdbe3a42aef9eee68715a362ddf138fbe59 (diff) | |
| download | izuku.js-539a71229ce5961d3f7c6c254f419e6e5396b09e.tar.xz izuku.js-539a71229ce5961d3f7c6c254f419e6e5396b09e.zip | |
chore: add issue templates
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 10 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..23bb067 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,10 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG] " +labels: pending triage +assignees: '' + +--- + +A clear and concise description of what the bug is and what you expected to happen. If applicable, add screenshots to help explain your problem. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..4f454a4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,10 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[FEATURE] " +labels: pending triage +assignees: '' + +--- + +A clear and concise description of what the problem is and what you want to happen. |
