diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..a7b1919 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,14 @@ +### Description +### Type of Change +- [ ] Bug fix +- [ ] New feature +- [ ] Style/UI update +- [ ] Docs only + +### Checklist +- [ ] **I have read the [Contributing Guidelines](https://github.com/monochrome-music/monochrome/blob/main/CONTRIBUTING.md).** +- [ ] **I understand every line of code I am submitting.** +- [ ] I have tested these changes locally, and they work as expected. + +--- +*By submitting this PR, I agree to follow the guidelines. I understand that the final decision to merge rests with the maintainers and that not all contributions can be accepted.* \ No newline at end of file