chore: add pull request template

This commit is contained in:
dscyrescotti
2024-11-28 21:07:25 +07:00
parent 85c35e5a01
commit 1e1f8b4049

29
.github/pull_request_template.md vendored Normal file
View File

@@ -0,0 +1,29 @@
<!--- IMPORTANT: If this PR addresses multiple unrelated issues, it will be closed until separated. -->
### Description
<!--- REQUIRED: Describe what changed in detail -->
### Related Issues
<!--- REQUIRED: Tag all related issues (e.g. * #123) -->
<!--- If this PR resolves the issue please specify (e.g. * closes #123) -->
<!--- If this PR addresses multiple issues, these issues must be related to one other -->
* #ISSUE_NUMBER
### Checklist
<!--- Add things that are not yet implemented above -->
- [ ] I read and understood the [contributing guide](https://github.com/dscyrescotti/Memola/blob/main/CONTRIBUTING.md) as well as the [code of conduct](https://github.com/dscyrescotti/Memola/blob/main/CODE_OF_CONDUCT.md)
- [ ] The issues this PR addresses are related to each other
- [ ] My changes generate no new warnings
- [ ] My code builds and runs on my machine
- [ ] My changes are all related to the related issue above
### Screenshots
<!--- REQUIRED: if issue is UI related -->
<!--- IMPORTANT: Fill out all required fields. Otherwise we might close this PR temporarily -->