From 91d95ea2cf598a8d00b48dcf3b100fa5c47201ed Mon Sep 17 00:00:00 2001 From: Joshua Kitenge Date: Thu, 12 Sep 2024 10:52:10 +0000 Subject: [PATCH] Add issue template #806 --- .github/workflows/ISSUE_TEMPLATE.md | 36 +++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/workflows/ISSUE_TEMPLATE.md diff --git a/.github/workflows/ISSUE_TEMPLATE.md b/.github/workflows/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..13732676c --- /dev/null +++ b/.github/workflows/ISSUE_TEMPLATE.md @@ -0,0 +1,36 @@ +## Description + +Provide a clear and concise description of the issue or feature request. + +## Acceptance Criteria + +- [ ] List all criteria that must be met for this issue to be considered complete. +- [ ] Each item should be actionable and testable. + +## Steps to Reproduce (For bugs) + +If this is a bug, provide the steps to reproduce the issue: + +1. Step one +2. Step two +3. Step three + +## Expected Behavior + +What should happen once the issue is resolved? + +## Actual Behavior (For bugs) + +What is happening instead of the expected behavior? + +## Screenshots or Logs (Optional) + +Include any relevant screenshots or logs that help explain the issue. + +## Additional Context + +Any other information that may help resolve the issue, such as environment details, code references, etc. + +## Labeling + +Ensure this issue has been labeled appropriately (e.g., bug, feature, enhancement, documentation).