diff options
author | GeckoEidechse <gecko.eidechse+gitbook@protonmail.com> | 2021-12-31 15:31:42 +0000 |
---|---|---|
committer | gitbook-bot <ghost@gitbook.com> | 2021-12-31 15:31:42 +0000 |
commit | a123137e9b3cdb14366e7d5db8750cd76e0c8700 (patch) | |
tree | c8dea356a1a44a462bf2b4a6232de6c2d471a4d4 | |
parent | c0a27a546efbb27caebe7e3bdb257dfe5355a422 (diff) | |
download | NorthstarWiki-a123137e9b3cdb14366e7d5db8750cd76e0c8700.tar.gz NorthstarWiki-a123137e9b3cdb14366e7d5db8750cd76e0c8700.zip |
GitBook: [#23] Add contributing section
-rw-r--r-- | docs/README.md | 6 | ||||
-rw-r--r-- | docs/SUMMARY.md | 1 | ||||
-rw-r--r-- | docs/contributing.md | 18 |
3 files changed, 25 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md index a161a76..c7909cd 100644 --- a/docs/README.md +++ b/docs/README.md @@ -28,6 +28,12 @@ If you do encounter issues that this guide doesn't have a fix for, you can get s {% embed url="https://northstar.tf/discord" %} +For contributing check: + +{% content-ref url="contributing.md" %} +[contributing.md](contributing.md) +{% endcontent-ref %} + All the source code related to Northstar can be found here: {% embed url="https://northstar.tf" %} diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 9508c6f..b1fa601 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -1,6 +1,7 @@ # Table of contents * [Welcome to Northstar](README.md) +* [Contributing](contributing.md) ## Installing Northstar diff --git a/docs/contributing.md b/docs/contributing.md new file mode 100644 index 0000000..8152d3e --- /dev/null +++ b/docs/contributing.md @@ -0,0 +1,18 @@ +--- +description: Want to contribute, question, contact, or need help? +--- + +# Contributing + +### Contributing <a href="#contributing" id="contributing"></a> + +In case you feel like something is out of place, not accurate, biased, or if you just want to contribute, please make a pull request to our wiki:\ +[https://github.com/R2Northstar/NorthstarWiki](https://github.com/R2Northstar/NorthstarWiki) + +### Contacting us + +You are welcome to create an issue at:\ +[https://github.com/R2Northstar/NorthstarWiki/issues](https://github.com/R2Northstar/NorthstarWiki/issues) + +Alternatively feel free to reach out via Discord:\ +[https://northstar.tf/discord](https://northstar.tf/discord) |