Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
hippalus authored Sep 14, 2024
1 parent e800446 commit 3c2efc0
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/title.md
Original file line number Diff line number Diff line change
@@ -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.]

0 comments on commit 3c2efc0

Please sign in to comment.