Skip to content
Draft
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
29 changes: 29 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
## 📝 Description

Please include a summary of the changes this PR introduces. Please also include relevant motivation and context. And list any (new) dependencies that are required for this change.

## 🚦 Status

<!--Select one by add `x` inside the `[ ]` checkbox: `[x]`. Please add any additional notes, if necessary-->

- [ ] 👀 Ready for review – Please take a look (the GTG stage).
- [ ] ✅ Ready to merge – Fully complete and approved.
- [ ] 📣 Attention Needed – Requires input / decision from the developers.
- [ ] 🚧 WIP (Work in Progress) – Not ready for review.
- [ ] 🧪 Experimental / Testing: For testing or preview purposes only.

## 🔍 Related Issues

- Closes #123
- Resolves #456
- Fixes #789

## ✅ Checklist

<!--Select one by add `x` inside the `[ ]` checkbox: `[x]`. Please add any additional notes, if necessary-->

- [ ] Discussed with developers about the issue / details mentioned in this PR.
- [ ] Code compiles correctly.
- [ ] Tests added / updated for new developments.
- [ ] Documentation updated (if needed).
- [ ] PR title gives a TL&DR for the changes made.
Loading