First off, thank you for taking the time to contribute to Surveillance Center.
There are many ways to contribute. For example, you might improve the documentation, submit bug reports and feature requests or write code.
Here is a quick guide how to submit pull requests:
-
Fork the project on GitHub and check out your copy locally.
-
For developing new features and bug fixes, the
developbranch should be pulled and built upon. -
Commit your changes and push to your fork.
-
Go to GitHub and create a pull request to the Surveillance Center repository. Select
developas the base branch you'd like to merge your changes into.