diff options
Diffstat (limited to 'docs')
-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) |