diff --git a/docs/contributions/bugs/README.md b/docs/contributions/bugs/README.md new file mode 100644 index 0000000..5a889e9 --- /dev/null +++ b/docs/contributions/bugs/README.md @@ -0,0 +1,7 @@ +# Contribute in opening bug tickets + +Like any other software, navi has bugs. + +If you encounter an issue with Navi, we encourage you to open a bug ticket. + +## A bug ticket structure diff --git a/docs/contributions/documentation/README.md b/docs/contributions/documentation/README.md new file mode 100644 index 0000000..9d3243f --- /dev/null +++ b/docs/contributions/documentation/README.md @@ -0,0 +1,8 @@ +# Contribute documentation to Navi + +If you don't want or can't code in Rust, we welcome all contributions, +even more so if it's related to documentation. + +The documentation of Navi is currently made in Markdown. + +## Markdown documentation