summaryrefslogtreecommitdiffstats
path: root/.github/CONTRIBUTING.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* docs: move markdown docs from .github/ to docs/Filipe Brandenburger2018-09-081-37/+0
| | | | | | | | | | | | | | | The GitHub guide on contributing file says: "Decide whether to store your contributing guidelines in your repository's root, docs, or .github directory." https://help.github.com/articles/setting-guidelines-for-repository-contributors/#adding-a-contributing-file But there's really no advantage to keeping it in the hidden .github/, since these are public and really belong together with the other documentation. We can still keep the issue templates under .github/, since they are not really documentation on their own. Updated the links pointing to CONTRIBUTING.md to refer to the one in docs/.
* docs: move doc/ to docs/Filipe Brandenburger2018-09-081-2/+2
| | | | | | | | | The docs/ directory is special in GitHub, since it can be used to serve GitHub Pages from, so there's a benefit to switching to it in order to expose it directly as a website. Updated references to it from the documentations themselves, from the CONTRIBUTING.md file and from Meson build files.
* doc: add a new doc/ directory, and move two markdown docs into themLennart Poettering2018-02-271-2/+2
| | | | | | | | | I figure sooneror later we'll have more of these docs, hence let's give them a clean place to be. This leaves NEWS and README/README.md as well as the LICENSE texts in the root directory of the project since that appears to be customary for Free Software projects.
* Docs: Fix spelling and capitalization (#7408)longersson2017-11-211-1/+1
|
* CONTRIBUTING: stop mentioning "make check"Michael Biebl2017-08-211-1/+1
| | | | | Since the switch to meson this information is no longer valid. HACKING already documents how to run the test suite. See #6642
* github: how to report bugs for older distribution versions (#6146)Lukáš Nykrýn2017-06-201-0/+6
|
* docs: use https in the mailing list urlAsciiWolf2017-03-071-1/+1
|
* docs: add a note about reporting security vulns (#5541)Zbigniew Jędrzejewski-Szmek2017-03-071-0/+4
| | | | | | | | We *do* have the occasional security issue, where it would be nice to have non-public disclosure and time to fix the issue before it's fully public. Our github infrastracture does not make it easy to report vulnerabilities in confidential manner, so let's leverage the distro mechanisms for that. I think we're better off with this solution than leaving it up to individual reporters to discover some mechanism on their own.
* CONTRIBUTING: reword the part about unsetting the label (#4716)Zbigniew Jędrzejewski-Szmek2016-11-231-1/+1
| | | Only project members can do it.
* documentation: add a short document describing how to test your systemd ↵Lennart Poettering2016-07-211-0/+1
| | | | build tree (#3763)
* CONTRIBUTING: ask people to comment after after force-pushZbigniew Jędrzejewski-Szmek2016-06-131-0/+1
|
* CONTRIBUTING: remove line wrappingZbigniew Jędrzejewski-Szmek2016-06-131-17/+8
| | | | | GitHub displays this file poorly, because it preserves the newlines. Let's try how things look without any wrapping.
* CONTRIBUTING: recommend force-push (#3273)Zbigniew Jędrzejewski-Szmek2016-05-161-4/+1
|
* github: move CONTRIBUTING.md into .github subdirectoryLennart Poettering2016-02-211-0/+37
As suggested by: https://github.com/blog/2111-issue-and-pull-request-templates