diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-08-19 16:51:02 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-08-19 16:51:02 +0200 |
commit | a5eded4abde26afdd4e1b32115b58671d6cf740b (patch) | |
tree | c5a5e1bb362a899cb73d9c0a7e5307cfb5585b08 /readme.md | |
parent | dc974ed38c5ed360829fbb573ddbdb797889c7fd (diff) | |
download | markdown-rs-a5eded4abde26afdd4e1b32115b58671d6cf740b.tar.gz markdown-rs-a5eded4abde26afdd4e1b32115b58671d6cf740b.tar.bz2 markdown-rs-a5eded4abde26afdd4e1b32115b58671d6cf740b.zip |
Add contributing, support guide
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -301,11 +301,8 @@ For more information on markdown sanitation, see ### Contribute -> 🚧 **To do**. - -<!-- To do: contrib. --> -<!-- See [`contributing.md`][contributing] for ways to get started. -See [`support.md`][support] for ways to get help. --> +See [`contributing.md`][contributing] for ways to help. +See [`support.md`][support] for ways to get help. <!-- To do: CoC. --> @@ -359,3 +356,5 @@ Support this effort and give back by sponsoring: [security]: #security [test]: #test [comparison]: #comparison +[contributing]: .github/contribute.md +[support]: .github/support.md |