]> git.ipfire.org Git - thirdparty/systemd.git/commit
docs: move markdown docs from .github/ to docs/
authorFilipe Brandenburger <filbranden@google.com>
Fri, 7 Sep 2018 08:07:06 +0000 (01:07 -0700)
committerFilipe Brandenburger <filbranden@google.com>
Sat, 8 Sep 2018 20:39:03 +0000 (13:39 -0700)
commitc2beadcd34d2b1da1a16330377d484dedfbc8a32
tree2df4d753212d05e6459da06cdc1c78246754f4e9
parent9e825ebf4f5029ae6cb072ac568d7838e0762a9e
docs: move markdown docs from .github/ to docs/

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/.
.github/ISSUE_TEMPLATE/Bug_report.md
docs/CONTRIBUTING.md [moved from .github/CONTRIBUTING.md with 100% similarity]
docs/HACKING
docs/RELEASE.md [moved from .github/RELEASE.md with 100% similarity]