Create pull_request_template.md

This commit is contained in:
David Hrdlička
2020-10-26 23:23:02 +01:00
committed by GitHub
parent 21b7bca693
commit 6f3014f80c

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

@@ -0,0 +1,21 @@
Summary
=======
_Briefly describe what you are submitting._
Approach
========
_How did you address the problem?_
Checklist
=========
* [ ] Closes issue #xxx
* [ ] I have discussed this with core contributors already
* [ ] This pull request requires inclusion of a ROM in the romset
* [ ] I have opened a roms pull request - https://github.com/86Box/roms/pull/changeme/
* [ ] This pull requests introduces new dependencies upon other packages/projects
* _list new dependencies here_
* [ ] My commit messages are descriptive and I have not added any irrelevant files to the repository
References
==========
_Provide links to datasheets or other documentation that helped you implement this pull request._