You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PurpleDome/CONTRIBUTING.txt

19 lines
892 B
Plaintext

We are looking forward to your contribution.
You can find the project at https://github.com/avast/PurpleDome
To simplify the process and enable others to contribute, we are using automated features from Github. For them to work properly, follow these steps:
* Create an issue in our project to discuss your idea. This prevents duplicate implementations
* Fork this project
* Develop in an own branch for each feature
* Test it using 'make test' which executes tox
* After that you can push your branch to your fork
* Create a pull request in the web ui. Please add as much information as possible
Now automated scripts will verify the code and notify us.
Maybe we will give you some feedback. But the scripts should already have handled most of the issues.
If you have bigger changes please also execute experiment_control.py and verify the basic experiment still works before pushing.