From 9f23605ad5c70dbd6989e197f3acd7e4eceac927 Mon Sep 17 00:00:00 2001 From: lysec Date: Fri, 24 Oct 2025 14:50:36 +0200 Subject: [PATCH] PR: add pull request template --- .github/pull_request_template.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 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 000000000..757038ccd --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,32 @@ +# Pull Request + +## Motivation +Provide a clear and concise explanation of what this PR does and why it is needed. + +## Type of Change +Mark the relevant option with an "x". +- [ ] Bug fix +- [ ] New feature +- [ ] Breaking change +- [ ] Refactoring + +## Related Issue +- Closes #(issue number) (if any) + +## Testing +Describe how you tested your changes and mark the relevant items. +- [ ] Tested on compositor: (e.g., Hyprland, Sway, Niri) +- [ ] Tested with different bar positions and density settings +- [ ] Tested with multiple monitors (if applicable) + +## Screenshots / Videos +If applicable, include screenshots or videos to help illustrate your changes. + +## Checklist +- [ ] Code follows project style guidelines +- [ ] Self-reviewed my code +- [ ] No new warnings or errors +- [ ] Documentation or comments updated (if relevant) + +## Additional Notes +Add any additional context or follow-up notes for reviewers.