diff options
author | nodiscc <nodiscc@gmail.com> | 2017-06-17 03:18:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-17 03:18:59 +0000 |
commit | 967ba9822c5bd144665494e29fc757fae69d402a (patch) | |
tree | 7a879de275810cfa2f485663a41a75135d691332 /.github | |
parent | Merge pull request #1069 from cagataycali/patch-1 (diff) | |
download | awesome-selfhosted-967ba9822c5bd144665494e29fc757fae69d402a.tar.gz awesome-selfhosted-967ba9822c5bd144665494e29fc757fae69d402a.zip |
fix syntax example in pull request template
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 1307f813..d660e63d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,7 +4,8 @@ To ensure your PR is dealt with swiftly please check the following: - [ ] Your submissions are formatted according to the guidelines. - ``[Name](http://homepage/) - Short description. ([Demo](http://url.to/demo), [Source Code](http://url.of/source/code)) `License` `Language``` + ``[Name](http://homepage/) - Short description. ([Demo](http://url.to/demo), [Source Code](http://url.of/source/code)) `License` `Language` `` + - [ ] Your additions are ordered alphabetically. - [ ] 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). - [ ] 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). |