From 9f30a667bc17f2d1edbc0aa612fe9e9436e98df9 Mon Sep 17 00:00:00 2001 From: Samidy Date: Tue, 24 Feb 2026 19:40:27 +0300 Subject: [PATCH] make sure people actually READDDD --- .github/pull_request_template.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/pull_request_template.md 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