From 84cfd6bdcdcac3e5ad5e354866fb3e66b8b0b256 Mon Sep 17 00:00:00 2001 From: James Mills Date: Fri, 12 Nov 2021 14:52:42 +1000 Subject: [PATCH] Update contributing guidelines --- CONTRIBUTING.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index abab8fdf..e81001e0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,13 +1,15 @@ # Contributing -No preference. If you know how to use Github and have contributed to open source projects before then: +This project is hosted on a self-hosted [Gitea](https://gitea.io/en-us/) +instance. If you know how to use Github and have contributed to open source +projects before then, you'll feel right at home. Github OAuth is also enabled +so you can easily create an account and start contributing right away: -* File an issue -* Submit a pull request -* File an issue + Submit a pull request -* Use this project somewhere :) +- File an issue +- Submit a pull request +- File an issue + Submit a pull request +- Use this project somewhere :) -Be sure to add yourself to the [AUTHORS](/AUTHORS) -file when you submit your PR(s). Every contribution counts no how big or small! +Be sure to add yourself to the [AUTHORS](./AUTHORS) file when you submit your PR(s). Every contribution counts no how big or small! -Thanks for using twtxt! +Thanks for using this project!