diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/.mailmap | 6 | ||||
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/.github/.mailmap b/.github/.mailmap index 6d417742..854bc2bf 100644 --- a/.github/.mailmap +++ b/.github/.mailmap @@ -1,8 +1,10 @@ Kickball <ed.kickball@hotmail.com> <ed.kickball@hotmail.com> -Andrew Rylatt <AndyR207@users.noreply.github.com> <AndyR207@users.noreply.github.com> <arylatt@users.noreply.github.com> +Andrew Rylatt <arylatt@users.noreply.github.com> Andrew Rylatt +Andrew Rylatt <arylatt@users.noreply.github.com> <AndyR207@users.noreply.github.com> +Andrew Rylatt <arylatt@users.noreply.github.com> <andrew@rylatt.me> +Andrew Rylatt <arylatt@users.noreply.github.com> <andrew.rylatt@citrix.com> n8225 <n8225@users.noreply.github.com> <nrew225@gmail.com> Thomas Dalichow <info@thomasdalichow.de> <2012-02-05.github.com@thomasdalichow.de> -Andrew Rylatt <AndyR207@users.noreply.github.com> <andrew@rylatt.me> Keith Thibodeaux <kthibodeaux@peachtreebilling.com> Keith Thibodeaux <kthib89+github@gmail.com> Madhu GB <github@madhugb.com> Madhu GB <me@madhugb.com> Miguel Piedrafita <github@miguelpiedrafita.com> <git@miguelpiedrafita.com> diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 25cbbbef..0effb7b8 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,7 +4,7 @@ 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, less than 250 characters. ([Demo](http://url.to/demo), [Source Code](http://url.of/source/code)) `License` `Language` `` + ``- [Name](http://homepage/) - Short description, less than 250 characters. ([Demo](http://url.to/demo), [Source Code](http://url.of/source/code), [Clients](https://url.to/list/of/related/clients-or-apps)) `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) and marked `⊘ Proprietary`. @@ -12,5 +12,6 @@ To ensure your PR is dealt with swiftly please check the following: - [ ] Your additions have their `License` main server-side `Language`/platform/requirement listed. - [ ] Any licenses you have added are in our [list of licenses](https://github.com/Kickball/awesome-selfhosted/blob/master/README.md#list-of-licenses). - [ ] You have searched the repository for any relevant [issues](https://github.com/Kickball/awesome-selfhosted/issues) or [PRs](https://github.com/Kickball/awesome-selfhosted/pulls), incluing 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.
\ No newline at end of file |