diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..707971196a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug report +about: Report a bug to help us improve +title: "[Bug](context): " +labels: bug +assignees: "" +--- + +**Description** +A clear and concise description of what the bug is. + +**Steps to Reproduce** +Steps to reproduce the behavior: + +1. +2. +3. + +**Expected Behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Environment** + +- OS: [e.g., Windows, macOS, Linux] +- Browser: [e.g., Chrome, Firefox, Safari] +- Version: [e.g., 22] + +**Additional Context** +Add any other context about the problem here. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..b29afd7bf1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,22 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[Feature](context): " +labels: enhancement +assignees: "" +--- + +**Description** +A clear and concise description of the feature request. + +**Problem Statement** +Explain the problem this feature will solve. + +**Proposed Solution** +Describe the solution you'd like. + +**Alternatives Considered** +Describe any alternative solutions or features you've considered. + +**Additional Context** +Add any other context or information here. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/task.md b/.github/ISSUE_TEMPLATE/task.md new file mode 100644 index 0000000000..2151c7cac5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/task.md @@ -0,0 +1,22 @@ +--- +name: Task +about: Create a task for planned work or project +title: "[Task](context): " +labels: task +assignees: "" +--- + +**Task Description** +A clear and concise description of what the task entails. + +**Sub-tasks** + +- [ ] Sub-task 1 +- [ ] Sub-task 2 +- [ ] Sub-task 3 + +**Related Issues** +Link to related issues or tasks, if any. + +**Additional Context** +Add any other context or information here. \ No newline at end of file