docs: Add contributing guidelines and PR template

This commit is contained in:
FoxxMD 2023-12-12 10:01:58 -05:00
parent 7e83e0f085
commit a993df4f0b
2 changed files with 28 additions and 0 deletions

20
.github/pull_request_template.md vendored Normal file
View file

@ -0,0 +1,20 @@
## Checklist before requesting a review
- [ ] **I am opening this PR for the [`develop` branch](https://github.com/FoxxMD/multi-scrobbler/tree/develop) and NOT `master`.**
- [ ] I have read the [contributing guidelines.](../CONTRIBUTING.md)
## Type of change
Please delete options that are not relevant.
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update
## Describe your changes
## Issue number and link, if applicable