From fb1205ef343c4baca954f40894a514e3b28657f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hubert=20Figui=C3=A8re?= Date: Thu, 11 Jan 2024 17:14:04 -0500 Subject: [PATCH] PR template: clarify the domain requirements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hubert Figuière --- .github/pull_request_template.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 3f76991..f017fb6 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,10 +6,11 @@ - [ ] I am using only the minimal set of permissions. *(If not, please explain each non-standard permission.)* - [ ] All assets referenced in the manifest are redistributable 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). +- [ ] The domain used for the application ID is controlled by the application developers either directly or through the code hosting (e.g. GitHub, GitLab, SourceForge, etc.). The [application id guidelines][app-id] are followed. - [ ] Any additional patches or files have been submitted to the upstream projects concerned. *(If not, explain why.)* [reqs]: https://docs.flathub.org/docs/for-app-authors/requirements [maint]: https://docs.flathub.org/docs/for-app-authors/maintanance [submission]: https://docs.flathub.org/docs/for-app-authors/submission [build]: https://docs.flathub.org/docs/for-app-authors/submission/#before-submission +[app-id]: https://docs.flathub.org/docs/for-app-authors/requirements#application-id