Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Bug
about: Create a report to help us improve
labels: bug
---

### Description:

<!-- A clear and concise description of what the bug is. -->

### Steps to reproduce:

1. <!-- Go to '...' -->
2. <!-- Click on '....' -->
3. <!-- and so on... -->

### Expected behavior:

<!-- What you expect to happen -->

### Actual behavior:

<!-- What actually happens with SCREENSHOT, if applicable -->
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Feature
about: Create a feature request
labels: enhancement
---

As a developer

**I need to**:

**So That**:

**Acceptance Criteria**

- [ ] TODO 1
- [ ] TODO 2
- [ ] TODO 3

15 changes: 15 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
### Brief Title

### Acceptance Criteria fulfillment

- [ ] Task 1
- [ ] Task 2
- [ ] Task 3

Fixes # (issue)

### Video/Screenshots

### PR Test Details