aboutsummaryrefslogtreecommitdiff
path: root/docs/DEVELOPMENT.md
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2022-11-30 01:32:28 +0100
committerGitHub <noreply@github.com>2022-11-30 01:32:28 +0100
commitb9895a407b215230d336a5104d84fcb5e2582b5b (patch)
tree6fe58fa4b7e092059d3eb265f17f9603134b9e3e /docs/DEVELOPMENT.md
parent17c23a3cfdff0e1b5f8b6826ffdc8f43822dcc55 (diff)
downloadFlightCore-b9895a407b215230d336a5104d84fcb5e2582b5b.tar.gz
FlightCore-b9895a407b215230d336a5104d84fcb5e2582b5b.zip
docs: Mention ways of reaching out (#90)
* docs: Mention ways of reaching out * docs: Mention Akystrasz as point of contact :)
Diffstat (limited to 'docs/DEVELOPMENT.md')
-rw-r--r--docs/DEVELOPMENT.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/DEVELOPMENT.md b/docs/DEVELOPMENT.md
index 8e9ace32..2649bd5b 100644
--- a/docs/DEVELOPMENT.md
+++ b/docs/DEVELOPMENT.md
@@ -62,6 +62,10 @@ Note that you can adjust the behaviour of Tauri windows in `tauri.conf.json`, e.
## Docs
+If you have any questions about the code please reach out via GitHub issues, DMs, or pinging `@Gecko` or `@Alystrasz` on the Northstar Discord.
+
+A lot of code was written in the process of learning Rust and Vue/Typescript so it might not always follow best practices. If you notice ways to improve it, please feel encouraged to open a PR with the change or open an issue pointing out potential points for improvement.
+
### Frontend styling
For Vue components FlightCore uses the [Element Plus](https://element-plus.org/) library. A list of available components can be found [here](https://element-plus.org/en-US/component/button.html).