aboutsummaryrefslogtreecommitdiffstats
path: root/.github (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-12-25clarify that the default Pull Request description should not be deleted (#2788)nodiscc1-0/+2
2021-06-17Demo links should only be used for interactive demos, i.e. not video ↵nodiscc1-6/+3
demonstrations (#2584) * `Demo` links should only be used for interactive demos, i.e. not video demonstrations. - + formatting fixes/emphasis - fixes https://github.com/awesome-selfhosted/awesome-selfhosted/issues/2459 * remove demo link for Leon `Demo` links should only be used for interactive demos, i.e. not video demonstrations.
2020-12-12Update PULL_REQUEST_TEMPLATE.mdSamuel Lelièvre1-18/+25
Some improvements to the pull request template: - require sentence case for short description, for consistency - suggest submitting one item per pull request, to ease review - improve template formatting, for pull request readability
2020-10-08add awesome-analytics link to PULL_REQUEST_TEMPLATE.mdnodiscc1-1/+1
analytics section was moved there https://github.com/awesome-selfhosted/awesome-selfhosted/issues/2024
2020-09-19Pull Request Template/README.md: clarify ⚠ symbol meaning, clarify ↵nodiscc1-9/+5
formatting guidelines Fixes https://github.com/awesome-selfhosted/awesome-selfhosted/issues/2207
2020-07-04Suggest using informative pull request titlesSamuel Lelièvre1-1/+2
2019-10-27docs/tests: update URL to reflect ownership change to awesome-selfhosted ↵nodiscc2-6/+6
Github organization
2019-05-20remove unused "join chat" imagenodiscc1-1/+0
2019-03-19fix typonodiscc1-1/+1
2019-03-19CONTRIBUTING.md: link to help wanted/maintenance issuesnodiscc1-0/+1
2018-07-05syntax/spacing fixes, reword "proprietary dependencies", add plain english ↵nodiscc1-5/+10
description of ⚠ symbol requirement
2018-07-05Update PULL_REQUEST_TEMPLATE.mdn82251-6/+8
2018-07-05Update contributing and pr templatenrew2252-2/+6
- Add https://n8225.github.io/ to contributing - Add guidelines for proprietary dependencies and propietary software to PR template
2018-07-04Fix contrib command in Makefilenrew2251-2/+4
-Fixes sed command to properly format markdown table. -Update mailmap. -Update AUTHORS.md
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