From 27b01db0e4626911055ed606da75d06137e130ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= Date: Mon, 21 Dec 2020 08:48:40 +0100 Subject: [PATCH] Switch pull request template to check list --- .github/pull_request_template.md | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8e7ffe7cda..617249ae7b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,14 +1,13 @@ -## Please confirm your submission meets all the criteria ## - -I have read the guidelines at -https://github.com/flathub/flathub/wiki/App-Requirements and https://github.com/flathub/flathub/wiki/App-Maintenance and this PR follows the instructions at https://github.com/flathub/flathub/wiki/App-Submission - -I am using only the minimal set of permissions. If not, the reasons the application needs each permission are: - -All content stored in the flathub is redistributible by any party. If not, the unredistributable parts are using an extra-data source type. - -I am an upstream contributor to the project. If not I link to a request for upstream to submit their software to Flathub directly. - -I own the domain used in the application id or the domain has a policy for delegating subdomains (e.g. GitHub, SourceForge). - -Any additional patches or files have been submitted to the upstream projects concerned. If not, explain why. \ No newline at end of file +### Please confirm your submission meets all the criteria + +- [ ] I have read the [App Requirements][reqs] and [App Maintenance][maint] pages. +- [ ] My pull request follows the instructions at [App Submission][submission]. +- [ ] I am using only the minimal set of permissions. *(If not, please explain each non-standard permission.)* +- [ ] All assets referenced in the manifest are redistributible by any party. If not, the unredistributable parts are using an extra-data source type. +- [ ] I am an upstream contributor to the project. If not, I contacted upstream developers about submitting their software to Flathub. **Link:** +- [ ] I own the domain used in the application ID or the domain has a policy for delegating subdomains (e.g. GitHub, SourceForge). +- [ ] Any additional patches or files have been submitted to the upstream projects concerned. *(If not, explain why.)* + +[reqs]: https://github.com/flathub/flathub/wiki/App-Requirements +[maint]: https://github.com/flathub/flathub/wiki/App-Maintenance +[submission]: https://github.com/flathub/flathub/wiki/App-Submission