Skip to content

Commit 9a307b3

Browse files
committed
Move Code of Conduct and Contributing to top-level directory
1 parent 5062438 commit 9a307b3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ The following environments are affected:
8787
* c
8888

8989

90-
[code-of-conduct]: https://github.com/stdlib-js/stdlib/blob/master/.github/CODE_OF_CONDUCT.md
90+
[code-of-conduct]: https://github.com/stdlib-js/stdlib/blob/master/CODE_OF_CONDUCT.md

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ No.
5454

5555

5656

57-
[contributing]: https://github.com/stdlib-js/stdlib/blob/master/.github/CONTRIBUTING.md
58-
[code-of-conduct]: https://github.com/stdlib-js/stdlib/blob/master/.github/CODE_OF_CONDUCT.md
57+
[contributing]: https://github.com/stdlib-js/stdlib/blob/master/CONTRIBUTING.md
58+
[code-of-conduct]: https://github.com/stdlib-js/stdlib/blob/master/CODE_OF_CONDUCT.md
5959
[license]: https://github.com/stdlib-js/stdlib/blob/master/LICENSE
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ This document may be reused under a [Creative Commons Attribution-ShareAlike Lic
145145

146146

147147

148-
[git-history]: https://github.com/stdlib-js/stdlib/commits/master/.github/CODE_OF_CONDUCT.md
148+
[git-history]: https://github.com/stdlib-js/stdlib/commits/master/CODE_OF_CONDUCT.md
149149

150150
[npm-code-of-conduct]: https://www.npmjs.com/policies/conduct
151151
[nodejs-irc]: http://blog.izs.me/post/30036893703/policy-on-trolling
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ When contributing to this project, please follow the provided guidelines.
9797

9898
<!-- <links> -->
9999

100-
[code-of-conduct]: https://github.com/stdlib-js/stdlib/blob/master/.github/CODE_OF_CONDUCT.md
100+
[code-of-conduct]: https://github.com/stdlib-js/stdlib/blob/master/CODE_OF_CONDUCT.md
101101
[license]: https://github.com/stdlib-js/stdlib/blob/master/LICENSE
102102

103103
[git-seven-rules]: http://chris.beams.io/posts/git-commit/

0 commit comments

Comments
 (0)