summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2020-01-05 13:17:58 +0100
committerGitHub <noreply@github.com>2020-01-05 13:17:58 +0100
commit6190391601d6f7de004b3ec85685e94e816750da (patch)
tree310b3312f7099a564bd6ab4721d29ba437ba6a05 /CONTRIBUTING.md
parentb45310117555db3d8b4a9b78686c69a815f730ab (diff)
docs(contributing): copy from readme
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..287ddf0
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,11 @@
+Contributions of any kind are very welcome. If you'd like a new feature (or found a bug), please open an issue or a PR.
+
+To set up your development environment:
+1. Clone the project
+2. `cargo run`, or if you prefer `cargo run -- -i <network interface name>` (you can often find out the name with `ifconfig` or `iwconfig`). You might need root privileges to run this application, so be sure to use (for example) sudo.
+
+To run tests: `cargo test`
+
+Note that at the moment the tests do not test the os layer (anything in the `os` folder).
+
+If you are stuck, unsure about how to approach an issue or would like some guidance, you are welcome to contact: aram@poor.dev