aboutsummaryrefslogtreecommitdiffstats
path: root/.github (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-06-19Add a new 'Clients' link to the entry template,Akos Veres1-1/+2
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
2018-05-16remove link to rocket.chat instance (certificate expired)nodiscc1-1/+1
2018-05-12refactor CONTRIBUTING.md and PULL_REQUEST_TEMPLATE.mdnodiscc2-16/+15
deduplicate information, make sure all addition rules are listed in the PR template
2017-12-28Update CONTRIBUTING.md, PULL_REQUEST_TEMPLATE.md, Makefile:nodiscc2-6/+10
* Update syntax guidelines according to new indentation convetion * Include relevant information in both files * Wording
2017-12-22Fix link to non-free.mdJames Cole1-1/+1
2017-10-03fix rocket.chat URL (#1175)nodiscc1-1/+1
Thanks @evaryont
2017-10-02Update list of make checksQuinn Comendant1-1/+1
2017-06-17fix syntax example in pull request templatenodiscc1-1/+2
2017-04-03Update .mailmapn82251-1/+1
2017-03-15pull request template: add checkbox for awesome-sysadmin and static site ↵nodiscc1-1/+2
generators Clarifies a rule which was previously manually "enforced" by maintainers (see closed issues/pull requests) Prevents duplication of effort/information Prevents contributors from wasting their time
2016-12-17Update AUTHORS.md (#895)n82251-0/+10
* Update AUTHORS.md Created .mailmap file Created with the following command: mv .github/.mailmap . && printf "Commits | Author \n:---: | ---\n" > AUTHORS.md && git shortlog -sne >> AUTHORS.md && sed -i 's/\t/ | /g' AUTHORS.md && mv .mailmap .github/.mailmap * Update Contrib line in makefile
2016-09-05Maintain consistency. (#773)Andrew Rylatt1-1/+1
2016-08-30contributing: clarify 3rd-party service symbol requirementnodiscc1-1/+2
ref https://github.com/Kickball/awesome-selfhosted/pull/739
2016-08-30add a note about ⚠Gabin1-1/+1
2016-08-28Add chat button (#730)Edward D1-0/+1
* Add Join Chat Button * Add Button Link in README Currently broken * Fix button link
2016-08-26Project Reoganisation (#718)Edward D2-0/+24
* Create AUTHORS * Populate AUTHORS * Create and populate CONTRIBUTING.md * Update README sections Update README sections to reflect new files. * Minor Grammar Fix * Create and populate PULL_REQUEST_TEMPLATE.md Create the automated issue template for the repo. ([more info](https://help.github.com/articles/creating-a-pull-request-template-for-your-repository)) * Move CONTRIBUTING.md to .github/ * Add chat link to CONTRIBUTING.md * Update Formatting Guidelines * Update Formatting Guidelines * Remove example from PULL_REQUEST_TEMPLATE guidelines * Remove example from CONTRIBUTING guidelines