From f0936d9c8b61121cbdfe51bf310fad90b5b0fa03 Mon Sep 17 00:00:00 2001 From: pml68 Date: Tue, 16 Jan 2024 16:58:24 +0100 Subject: Initial commit This is just a test site for now, will add content soon --- .github/ISSUE_TEMPLATE/bug_report.md | 27 +++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 16 ++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md (limited to '.github/ISSUE_TEMPLATE') diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..7fbf05d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,27 @@ +--- +name: Bug report +about: Something's wrong, you can feel it +title: "[Bug]: " +labels: bug +assignees: '' +--- + +**Type** +As in, "Non-responsive element" or "Build fails", "404 error" etc. + +**Describe the bug** +If you can't describe it, then leave. + +**How to reproduce it** +If it happened during a certain action, how exactly? + +**Expected behavior** +Describe what you expected to happen. + +**Actual behavior** +Describe what actually happened. + +**Screenshots or logs** + +**Optional messages** +Anything else you'd like to mention. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..d6f991e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,16 @@ +--- +name: Feature request +about: You want something new, something exciting! +title: "[Feature]: " +labels: feature +assignees: '' +--- + +**Type** +"New page", "Better design" etc. Things like that. + +**Describe the feature** +What do you want added exactly? + +**Optional messages** +Anything else you'd like to mention. -- cgit v1.2.3