From 66ca493e3d48daf04adf0d3dde42d10b9a698bd9 Mon Sep 17 00:00:00 2001 From: Samad Yar Khan Date: Fri, 19 Apr 2024 17:46:31 +0530 Subject: [PATCH] Ad Github issue temmplate for repo --- .github/ISSUE_TEMPLATE/bug.md | 36 +++++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature.md | 23 ++++++++++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/feature.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 000000000..05e01b840 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,36 @@ +--- +name: Bug +about: Create a report to help us improve +labels: bug +--- + +### Description: + + + +### Steps to reproduce: + +1. +2. +3. + +### Expected behavior: + + + +### Actual behavior: + + + +### Server Setup Information: + + + + +- Operating System: +- Deployment Method: + + +### Additional context + + diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 000000000..fc8cd1aaa --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,23 @@ +--- +name: Feature +about: Create a feature request +labels: enhancement +--- + + +## Why do we need this ? + + + +## Acceptance Criteria + + + +- [ ] TODO 1 +- [ ] TODO 2 +- [ ] TODO 3 + +## Further Comments / References + + + \ No newline at end of file