diff --git a/.github/ISSUE_TEMPLATE/01-bug_report.md b/.github/ISSUE_TEMPLATE/01-bug_report.md new file mode 100644 index 000000000..559321eb1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/01-bug_report.md @@ -0,0 +1,30 @@ +--- +name: Bug report +about: Report a bug +title: "[BUG][TF2/HL2]" +labels: bug +assignees: '' + +--- + +- [ ] I have searched for similar issues in the repository + + + +**Description** + + +**Steps To Reproduce** + + +**Expected behavior** + + +**Attachements** + + +**Environment information** + + +**Additional context** + diff --git a/.github/ISSUE_TEMPLATE/02-feature_request.md b/.github/ISSUE_TEMPLATE/02-feature_request.md new file mode 100644 index 000000000..88230a8b8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/02-feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[FEAT][TF2/HL2]" +labels: '' +assignees: '' + +--- + +**Description** + + +**Suggestion** + + +**Additional context** + diff --git a/.github/ISSUE_TEMPLATE/03-custom.md b/.github/ISSUE_TEMPLATE/03-custom.md new file mode 100644 index 000000000..1100cae92 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/03-custom.md @@ -0,0 +1,21 @@ +--- +name: Custom issue template +about: When your issue doesn't fit any of the above templates +title: '' +labels: '' +assignees: '' + +--- + +- [ ] I have searched for similar issues in the repository + + + +**Description** + + +**Attachements** + + +**Additional context** +