Commit graph

6 commits

Author SHA1 Message Date
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