Skip to content

Commit 03c90f4

Browse files
committed
Move CODE_OF_CONDUCT.md and include in dist
1 parent 23958a5 commit 03c90f4

File tree

7 files changed

+6
-5
lines changed

7 files changed

+6
-5
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ abide by its terms.
2121
[new issue]: https://github.com/hackebrot/labels/issues/new/choose
2222
[new pull request]: https://github.com/hackebrot/labels/compare
2323
[pull requests]: https://github.com/hackebrot/labels/pulls
24-
[code of conduct]: /.github/CODE_OF_CONDUCT.md
24+
[code of conduct]: /CODE_OF_CONDUCT.md
2525
[community]: /COMMUNITY.md

.github/ISSUE_TEMPLATE/BUG_REPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ about: If something isn't working as expected.
66

77
Please note that **labels** is released with a [Contributor Code of Conduct][code of conduct]. By participating in this project you agree to abide by its terms.
88

9-
[code of conduct]: /.github/CODE_OF_CONDUCT.md
9+
[code of conduct]: /CODE_OF_CONDUCT.md
1010

1111
## Bug Report
1212

.github/ISSUE_TEMPLATE/OTHER.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ about: For all other issues or proposals.
66

77
Please note that **labels** is released with a [Contributor Code of Conduct][code of conduct]. By participating in this project you agree to abide by its terms.
88

9-
[code of conduct]: /.github/CODE_OF_CONDUCT.md
9+
[code of conduct]: /CODE_OF_CONDUCT.md
1010

1111
## Other
1212

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ Before making a PR please make sure to read our [contributing guidelines][contri
22

33
Please note that **labels** is released with a [Contributor Code of Conduct][code of conduct]. By participating in this project you agree to abide by its terms.
44

5-
[code of conduct]: /.github/CODE_OF_CONDUCT.md
5+
[code of conduct]: /CODE_OF_CONDUCT.md
66
[contributing]: /.github/CONTRIBUTING.md
File renamed without changes.

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
include LICENSE
22
include README.md
33
include COMMUNITY.md
4+
include CODE_OF_CONDUCT.md
45

56
recursive-exclude * __pycache__
67
recursive-exclude * *.py[co]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Distributed under the terms of the MIT license, **labels** is free and open
173173
source software.
174174

175175
[PyPI]: https://pypi.org/project/labels/
176-
[code of conduct]: https://github.com/hackebrot/labels/blob/master/.github/CODE_OF_CONDUCT.md
176+
[code of conduct]: https://github.com/hackebrot/labels/blob/master/CODE_OF_CONDUCT.md
177177
[contributing]: https://github.com/hackebrot/labels/blob/master/.github/CONTRIBUTING.md
178178
[create token]: https://blog.github.com/2013-05-16-personal-api-tokens/
179179
[earth_repo]: https://github.com/hackebrot/earth

0 commit comments

Comments
 (0)