| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Add Qmailtoaster, IMP, Music Browser, Darwin Streaming Server, Kimai
|
| | |
|
|/
|
| |
Thanks @evaryont
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
| |
ref https://github.com/Kickball/awesome-selfhosted/pull/739
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Add Join Chat Button
* Add Button Link in README
Currently broken
* Fix button link
|
|
* 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
|