Skip to content
Merged
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
35 changes: 27 additions & 8 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,34 @@
**Actual Behaviour**
---
name: Bug Report / Feature Request
about: Report a bug or request a new feature
title: '[Bug/Feature]: <short description>'
labels: ['needs triage']
assignees: ''
---

Please state here what is currently happening.
### 🔍 Actual Behaviour

**Expected Behaviour**
What is currently happening?

State here what the feature should enable the user to do.
### ✅ Expected Behaviour

**Screenshots of the issue**
What should ideally happen?

Where-ever possible attach a screenshot of the issue.
### 📸 Screenshots

**Would you like to work on the issue?**
If applicable, add screenshots to help explain the issue.

Please let us know if you can work on it or the issue should be assigned to someone else.
### 🧪 Steps to Reproduce (for bugs)

1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See the error

### 💡 Possible Solution

(Optional) Suggest a fix or reason for the bug.

### 🙋‍♂️ Would You Like to Work on It?

Yes / No
32 changes: 29 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
Fixes issue #[Add issue number here. If you do not solve the issue entirely, please change the message e.g. "First steps for issues #IssueNumber]
### 📌 Fixes

Changes: [Add here what changes were made in this issue and if possible provide links.]
Fixes #<issue-number> (Use "Fixes", "Closes", or "Resolves" for automatic closing)

Screenshots for the change:
---

### 📝 Summary of Changes

- Short description of what was changed
- Include links to related issues/discussions if any

---

### 📸 Screenshots / Demo (if UI-related)

_Add screenshots, video, or link to deployed preview if applicable_

---

### ✅ Checklist

- [ ] I’ve tested my changes locally
- [ ] I’ve added tests (if applicable)
- [ ] I’ve updated documentation (if applicable)
- [ ] My code follows the project’s code style guidelines

---

### 👀 Reviewer Notes

_Add any special notes for the reviewer here_