From 8697a100510a12a5d36cdcce43f48c0ccda1e635 Mon Sep 17 00:00:00 2001 From: bbhtt Date: Fri, 8 Nov 2024 08:32:14 +0530 Subject: [PATCH] pr: Add submission guide to template --- .github/pull_request_template.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1228b44..86ce9fd 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -7,8 +7,8 @@ - [ ] Please describe the application briefly. -- [ ] The domain used for the application ID is [controlled by the application developers][appid-domain] and the [application id guidelines][appid] are followed. -- [ ] I have read and followed all the [Submission and licence requirements][reqs]. +- [ ] The domain used for the application ID is [controlled by the application developer(s)][appid-domain] and the [application id guidelines][appid] are followed. +- [ ] I have read and followed all the [Submission requirements][reqs] and the [Submission guide][reqs2]. - [ ] I have [built][build] and tested the submission locally. - [ ] I am an author/developer/upstream contributor to the project. If not, I contacted upstream developers about this submission. **Link:** @@ -17,4 +17,5 @@ [appid-domain]: https://docs.flathub.org/docs/for-app-authors/requirements/#control-over-domain-or-repository [appid]: https://docs.flathub.org/docs/for-app-authors/requirements#application-id [reqs]: https://docs.flathub.org/docs/for-app-authors/requirements +[reqs2]: https://docs.flathub.org/docs/for-app-authors/submission [build]: https://docs.flathub.org/docs/for-app-authors/submission/#before-submission