diff options
author | nodiscc <nodiscc@gmail.com> | 2023-07-15 12:34:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-15 12:34:44 +0000 |
commit | 3ce8820185fb49a1227fa3c1faa25a8792a5e684 (patch) | |
tree | 4c4464c0d9c54063e0a5cfbbde973dfe7a895591 /.github/PULL_REQUEST_TEMPLATE.md | |
parent | Merge pull request #3976 from Rabenherz112/cur-languages2 (diff) | |
download | awesome-selfhosted-3ce8820185fb49a1227fa3c1faa25a8792a5e684.tar.gz awesome-selfhosted-3ce8820185fb49a1227fa3c1faa25a8792a5e684.zip |
Pull Request template: require forks to provide a list of differences to the original (#3998)
- ref. https://github.com/awesome-selfhosted/awesome-selfhosted/pull/3467
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 15e2331c..3e46bde9 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -25,6 +25,7 @@ To ensure your PR is dealt with swiftly please check the following: - [ ] Any software project you are adding to the list is actively maintained. - [ ] Any software project you are adding was first released more than 4 months ago. - [ ] 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. |