Skip to content

Commit e112003

Browse files
committed
feat(Contributing Onboarding): refresh and refer to latest docs
1 parent 2233dc9 commit e112003

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

CONTRIBUTING.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,14 @@ further improvements or alternatives, or the community at large may have input.
4646
Some things that will increase the chances that your pull request will be accepted:
4747

4848
* Write [good tests][tests]
49-
* Write [good commit messages][commit]
49+
* Write [good][good-commit], [semantic][semantic-commit] commit messages
5050
* Be consistent
5151
* If applicable, suggest additional options or alternatives, follow-up issues or potential future improvements
5252

53-
[issue]: https://github.com/cbdr/cortex/issues
53+
[issue]: https://github.com/cortex-cms/cortex/issues
5454
[tests]: http://betterspecs.org
55-
[commit]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
56-
[setup]: https://github.com/cbdr/cortex#setup
57-
[pr]: https://github.com/cbdr/cortex/compare
58-
[test-suite]: https://github.com/cbdr/cortex#running-test-suite
55+
[good-commit]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
56+
[semantic-commit]: https://seesparkbox.com/foundry/semantic_commit_messages
57+
[setup]: https://docs.cortexcms.org/basics/setup/manual-setup
58+
[pr]: https://github.com/cortex-cms/cortex/compare
59+
[test-suite]: https://docs.cortexcms.org/basics/setup/core-and-plugin-development#running-test-suite

0 commit comments

Comments
 (0)