From a887e4c779bbb7d9b807692e3f0e33ee0a64cb3f Mon Sep 17 00:00:00 2001 From: Conrad Date: Tue, 16 Jun 2020 10:58:44 +0200 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..f958345 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,11 @@ +# Contribution Guide + +1. Write your algorithm (and test it!) +2. Choose a neat name for it (NAME in the following) +3. Fork this repository +4. Create subfolder src/algorithms/NAME with your algorithm and a readme.md-file +5. Add your algorithm to the menu-script in the algorithm-folder +6. Add your algorithm to the list above in the following format NAME | Author +7. Create a pull request to merge the data (if your algorithm works) + +Thanks for your contribution!