From 2d0b910aa257e7ac46e4a4c8f3d5b4cbf63407c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrdli=C4=8Dka?= Date: Mon, 16 Nov 2020 18:08:28 +0100 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 2ed0e4596..e09b5636f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,17 +2,12 @@ Summary ======= _Briefly describe what you are submitting._ -Approach -======== -_How did you address the problem?_ - Checklist ========= -* [ ] Closes issue #xxx +* [ ] Closes #xxx * [ ] I have discussed this with core contributors already -* [ ] This pull request requires inclusion of a ROM in the romset +* [ ] This pull request requires changes to the ROM set * [ ] I have opened a roms pull request - https://github.com/86Box/roms/pull/changeme/ -* [ ] My commit messages are descriptive and I have not added any irrelevant files to the repository References ==========