Commit Graph

10 Commits (5bdd49546bc5d89e3993c0bdd1ff5119a4e7c418)

Author SHA1 Message Date
nodiscc 5bdd49546b fix rocket.chat URL (#1175)
Thanks @evaryont
2017-10-03 20:44:17 +01:00
nodiscc 967ba9822c fix syntax example in pull request template 2017-06-17 05:18:59 +02:00
n8225 23d2b1162f Update .mailmap 2017-04-03 00:59:41 -05:00
nodiscc 41e13f172f pull request template: add checkbox for awesome-sysadmin and static site 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
2017-03-15 18:48:50 +01:00
n8225 46a373c1e8 Update AUTHORS.md (#895)
* 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-12-17 16:57:58 +00:00
Andrew Rylatt 91e7170bf6 Maintain consistency. (#773) 2016-09-05 09:13:02 -04:00
nodiscc 37d1246564 contributing: clarify 3rd-party service symbol requirement
ref https://github.com/Kickball/awesome-selfhosted/pull/739
2016-08-30 23:01:35 +02:00
Gabin c35693d895 add a note about ⚠ 2016-08-30 22:54:55 +02:00
Edward D 5e39d5047e Add chat button (#730)
* Add Join Chat Button

* Add Button Link in README

Currently broken

* Fix button link
2016-08-28 02:55:35 +02:00
Edward D e0b1ac2d5f Project Reoganisation (#718)
* 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
2016-08-26 12:54:17 +02:00