From: Jóhann B. Guðmundsson Date: Fri, 28 Aug 2020 11:47:06 +0000 (+0000) Subject: Adding a pull request template X-Git-Tag: 051~82 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fece5bfcac527b6695ca04840a1a154c283e4063;p=thirdparty%2Fdracut.git Adding a pull request template --- diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..ef281c3da --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,10 @@ +This pull request changes... + +## Changes + +## Checklist +- [ ] I have tested it locally +- [ ] I have reviewed and updated any documentation if relevant +- [ ] I am providing new code and test(s) for it + +Fixes #