X Tutup
Skip to content

Commit c2beadc

Browse files
committed
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/.
1 parent 9e825eb commit c2beadc

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/Bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ about: A report of an error in a recent systemd version
88
> ...
99
1010
<!-- **NOTE:** Do not submit bug reports about anything but the two most recently released systemd versions upstream! -->
11-
<!-- For older version please use distribution trackers (see https://github.com/systemd/systemd/blob/master/.github/CONTRIBUTING.md#filing-issues). -->
11+
<!-- For older version please use distribution trackers (see https://github.com/systemd/systemd/blob/master/docs/CONTRIBUTING.md#filing-issues). -->
1212

1313
**Used distribution**
1414
>
File renamed without changes.

docs/HACKING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Request (PR):
99
Please make sure to follow our Coding Style when submitting patches. See
1010
docs/CODING_STYLE for details. Also have a look at our Contribution Guidelines:
1111

12-
https://github.com/systemd/systemd/blob/master/.github/CONTRIBUTING.md
12+
https://github.com/systemd/systemd/blob/master/docs/CONTRIBUTING.md
1313

1414
When adding new functionality, tests should be added. For shared functionality
1515
(in src/basic and src/shared) unit tests should be sufficient. The general
File renamed without changes.

0 commit comments

Comments
 (0)
X Tutup