From 27a7b61ebe1e754ea6f736f89ef6b29514d5d957 Mon Sep 17 00:00:00 2001 From: Thorsten Sick Date: Mon, 19 Apr 2021 14:27:17 +0200 Subject: [PATCH] Basic contribution files added --- CONTRIBUTING.txt | 11 +++++++++++ CONTRIBUTORS.txt | 16 ++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 CONTRIBUTING.txt create mode 100644 CONTRIBUTORS.txt diff --git a/CONTRIBUTING.txt b/CONTRIBUTING.txt new file mode 100644 index 0000000..f2d8d53 --- /dev/null +++ b/CONTRIBUTING.txt @@ -0,0 +1,11 @@ +We are looking forward to your contribution. To do so: + +* Develop in an own branch for each feature +* Test it using 'make test' which executes tox +* If there are no bugs, create a PR to the master branch + +If you have bigger changes please also execute experiment_control.py and verify the basic experiment still works. + +Server side tests: +At the moment we do not test on the server. For the proper tests we would need an isolated test environment (AWS, Azure, ...). As it will have to run attacks. We are not there yet. +=> Please test your changes diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt new file mode 100644 index 0000000..7519cc4 --- /dev/null +++ b/CONTRIBUTORS.txt @@ -0,0 +1,16 @@ +This file contains a list of people who have made large contributions +to Purple Dome. + +Main developers: + Thorsten Sick + +Code contribution: + +Code reviews: + +Documentation: + +Patches: + + +