From b2d2c5dcac77b854470dba929fcf9e7fc1fe52a1 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 10 Jul 2023 11:15:58 +0000 Subject: [PATCH] Pull Request template: require forks to provide a list of differences to the original - ref. https://github.com/awesome-selfhosted/awesome-selfhosted/pull/3467 --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 24a9b98d..25a769ac 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -24,6 +24,7 @@ To ensure your PR is dealt with swiftly please check the following: If not, your addition may be inserted into `Miscellaneous`. - [ ] Any software project you are adding to the list is actively maintained. - [ ] Any software project you are adding has working installation instructions. +- [ ] If you are adding software forked from another project, please provide/link to a clear list of differences between both. - [ ] The pull request title is informative, unlike "Update README.md". Suggested titles: "Add aaa to bbb" for adding software aaa to section bbb, "Remove aaa from bbb" for removing, "Fix license for aaa", etc.