From 0e25a3e762cee2d31704f017a1183c5ea5bfcecd Mon Sep 17 00:00:00 2001 From: Akos Veres Date: Thu, 5 Apr 2018 13:22:57 +0100 Subject: Add a new 'Clients' link to the entry template, allowing to link to a list of clients, applications or software related to the project * https://www.icecast.org/apps/ * https://wiki.mumble.info/wiki/3rd_Party_Applications * https://github.com/osmlab/awesome-openstreetmap A single link is allowed, so please try to find the best resource available about the subject, such as an official list or a good quality community-maintained list. * Ref https://github.com/Kickball/awesome-selfhosted/pull/1373 * add link to external list of clients/apps for icecast * add link to external list of clients/apps/bots for mumble * Closes https://github.com/Kickball/awesome-selfhosted/pull/1373 * Closes https://github.com/Kickball/awesome-selfhosted/pull/1359 --- .github/PULL_REQUEST_TEMPLATE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github') 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 -- cgit v1.2.3 From 213d5396b71379028e7299c380bb5da6f2f040f6 Mon Sep 17 00:00:00 2001 From: nrew225 Date: Wed, 4 Jul 2018 10:10:08 -0500 Subject: Fix contrib command in Makefile -Fixes sed command to properly format markdown table. -Update mailmap. -Update AUTHORS.md --- .github/.mailmap | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/.mailmap b/.github/.mailmap index 6d417742..854bc2bf 100644 --- a/.github/.mailmap +++ b/.github/.mailmap @@ -1,8 +1,10 @@ Kickball -Andrew Rylatt +Andrew Rylatt Andrew Rylatt +Andrew Rylatt +Andrew Rylatt +Andrew Rylatt n8225 Thomas Dalichow <2012-02-05.github.com@thomasdalichow.de> -Andrew Rylatt Keith Thibodeaux Keith Thibodeaux Madhu GB Madhu GB Miguel Piedrafita -- cgit v1.2.3