From c9f46290bc531eb71f63968c25f3fcb9838e7333 Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Mon, 7 Jan 2019 09:43:34 -0600 Subject: [PATCH] Add a new plugin checklist (Fixes: #899) --- .github/pull_request_template.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..b478bac1d --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,5 @@ +Type of pull request: +- [ ] New plugin (Please include [new plugin checklist](https://github.com/hughsie/fwupd/wiki/New-plugin-checklist)) +- [ ] Code fix +- [ ] Feature +- [ ] Documentation