diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..96f96e2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug report +about: An issue about things that aren't working as intended. +title: "[BUG]" +labels: bug +assignees: '' + +--- + +**Description** +What the bug looks like, where it's present, and other relevant information. + +**System** +On desktop: +* OS (Windows, Linux, macOS, etc.) +* Browser (Firefox, Chrome, Safari, etc.) +* Version (e.g. 22) + +On mobile: +* Device (Samsung galaxy 20, iPhone 13, etc.) +* OS (Android 15, iOS 18.2.1, etc.) +* Browser (Firefox, Chrome, Safari, etc.) +* Version (e.g. 22) + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +Recommended but optional screenshots. + +**Additional context** +Other context about the problem. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..e25fe62 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,14 @@ +--- +name: Feature request +about: An idea you'd like to see implemented in the website. +title: '' +labels: enhancement +assignees: '' + +--- + +**Description** +A clear description of what you'd like to be implemented. + +**Additional context** +Add any other context or screenshots about the feature request here.