Create CONTRIBUTING.md (#73)
[timetracker.git] / CONTRIBUTING.md
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644 (file)
index 0000000..6692018
--- /dev/null
@@ -0,0 +1,28 @@
+# Short Links to Important Resources
+
+* [docs](https://www.anuko.com/time_tracker/features.htm) - detailed documentation about this project can be found here
+* [bugs](https://github.com/anuko/timetracker/issues) - report bugs and issues here
+* [forum](https://www.anuko.com/forum/viewforum.php?f=4) - for general discussion
+
+# Reporting Bugs
+
+Create a [new issue](https://github.com/anuko/timetracker/issues). 
+
+# Reporting Security Issues
+
+**#TODO**
+
+# Setting up a dev environment
+
+Use docker to run dev instance:
+```bash
+docker-compose up
+```
+
+and then navigate to: http://localhost:8080. Default credentials for initial login are: 
+```
+usr: admin
+psw: secret
+```
+
+Full installation and setup guide can be found [here](https://www.anuko.com/time_tracker/install_guide/index.htm).