From 2c95abf8ef9ca9afc79fe36cc633991209714bf1 Mon Sep 17 00:00:00 2001 From: jaX10bt <132996313+jaX10bt@users.noreply.github.com> Date: Wed, 16 Oct 2024 15:30:47 +0300 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 19 +++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 16 ++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..6ffe93c2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,19 @@ +--- +name: Bug report +about: For reporting bugs +title: "[BUG]" +labels: bug +assignees: '' + +--- + +**Bug description:** + + +**Expected behavior:** + + +**Screenshots:** + + +**Additional information:** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..178c8783 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,16 @@ +--- +name: Feature request +about: New feature or enhancement +title: '' +labels: '' +assignees: '' + +--- + +**AS A** *role or user type* +**I WANT** *the feature or functionality desired* +**SO THAT** *desired outcome or goal* + +### Acceptance Criteria + +- [ ] ...