diff options
author | Samuel Lelièvre <slel@users.noreply.github.com> | 2020-07-04 19:01:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-04 19:01:21 +0000 |
commit | 949dfcaa7d11789836da5a0314d6aed5dc786833 (patch) | |
tree | 159f0cecb675a31c47f25367863398295b9017ed /.github | |
parent | Merge pull request #2126 from abdullahselek/master (diff) | |
download | awesome-selfhosted-949dfcaa7d11789836da5a0314d6aed5dc786833.tar.gz awesome-selfhosted-949dfcaa7d11789836da5a0314d6aed5dc786833.zip |
Suggest using informative pull request titles
Diffstat (limited to '.github')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 01790b53..588aeaa7 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -19,9 +19,10 @@ Non-free software in `non-free.md`: - [ ] Your additions are [Free software](https://en.wikipedia.org/wiki/Free_software), or if not they have been added to [non-free](non-free.md) and marked `⊘ Proprietary`. - [ ] If your additions depend on proprietary services outside the user's control, they must be marked `⚠`. - [ ] Your additions are not already listed at [awesome-sysadmin](https://github.com/n1trux/awesome-sysadmin) (IT infrastructure management), [staticgen.com](https://www.staticgen.com/) or [staticsitegenerators.net](https://staticsitegenerators.net/) (static site generators). -- [ ] Your additions have their `License` main server-side `Language`/platform/requirement listed. +- [ ] Your additions have their `License` and main server-side `Language`/platform/requirement listed. - [ ] Any licenses you have added are in our [list of licenses](https://github.com/awesome-selfhosted/awesome-selfhosted/blob/master/README.md#list-of-licenses). - [ ] You have searched the repository for any relevant [issues](https://github.com/awesome-selfhosted/awesome-selfhosted/issues) or [PRs](https://github.com/awesome-selfhosted/awesome-selfhosted/pulls), including closed ones. - [ ] If the main link of your addition points to the program's source code, there is no need to add a duplicate _Source Code_ link. The _Demo_ and _Clients_ links are not mandatory. - [ ] Any category you are creating has the minimum requirement of 3 items. If not, your addition may be inserted into `Misc/Other`. - [ ] Any software project you are adding to the list is actively maintained. +- [ ] The pull request title is "Add aaa to bbb" for adding software aaa to section bbb. Do not call it "Update README.md". |