summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com>2023-08-09 14:47:03 +0100
committerLibravatar GitHub <noreply@github.com>2023-08-09 15:47:03 +0200
commit31a215849e301f9e98a4735fd95a0fb0b7fc6f24 (patch)
treeadc8c5e22ee16583bc292f47fa4d467e64c99056 /CONTRIBUTING.md
parent[docs] Add first anti-harassment research article re: authorized fetch (#2089) (diff)
downloadgotosocial-31a215849e301f9e98a4735fd95a0fb0b7fc6f24.tar.xz
update coc (#2090)
* update coc * improve wording * point to coc doc in contributing doc * swap-out ancap for capitalist * fix git relative path * ACTUALLY fix the relative link * fix spelling of abhorrent
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 6738a99dd..8b8721def 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -61,7 +61,7 @@ We tend to prioritize feature requests related to accessibility, fedi interopera
We welcome pull requests from new and existing contributors, with the following provisos:
-- You have read and agree to our Code of Conduct.
+- You have read and agree to our [Code of Conduct](./CODE_OF_CONDUCT.md).
- The pull request addresses an existing issue or bug (please link to the relevant issue in your pull request), or is related to documentation.
- If your pull request introduces significant new code paths, you are willing to do some maintenance work on those code paths, and address bugs. We do not appreciate drive-by pull requests that introduce a significant maintenance burden!
- The pull request is of decent quality. We are a small team and unfortunately we don't have a lot of time to help shepherd pull requests, or help with basic coding questions. If you're unsure, don't bite off more than you can chew: start with a small feature or bugfix for your first PR, and work your way up.