diff --git a/.github/ISSUE_TEMPLATE/title.md b/.github/ISSUE_TEMPLATE/title.md new file mode 100644 index 0000000..2e7770b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/title.md @@ -0,0 +1,43 @@ +--- +name: Title +about: Briefly describe the main objective of this ticket. +title: '' +labels: '' +assignees: '' + +--- + +## **Description** + +[Provide a detailed description of the tasks to be performed, including any specific requirements or implementation details.] + +### **Tasks** + +- [ ] **Task 1:** [Description of task 1.] +- [ ] **Task 2:** [Description of task 2.] +- [ ] **Task 3:** [Description of task 3.] +- [ ] **...** + +### **Key Components** + +- **Component 1:** [Description.] +- **Component 2:** [Description.] +- **Component 3:** [Description.] + +### **Considerations** + +- **Security:** [Any security considerations.] +- **Performance:** [Any performance considerations.] +- **Testing:** [Testing requirements.] + +## **Acceptance Criteria** + +- [ ] All tasks are completed. +- [ ] Code follows the project's coding standards. +- [ ] Unit and integration tests are written and passing. +- [ ] Documentation is updated accordingly. +- [ ] Feature is tested and verified.. + +## **Additional Information** + +[Add any additional information, references, or links that might be helpful.]