Update README.md

This commit is contained in:
2019-07-04 18:28:41 +02:00
committed by GitHub
parent 37daadb020
commit 075781873b

View File

@@ -28,9 +28,8 @@ This is the collection of our algorithm and its modules for data analyses
4. Create subfolder `src/algorithms/NAME` 4. Create subfolder `src/algorithms/NAME`
5. Add your algorithm to the `menu`-script in the `algorithm`-folder 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` 6. Add your algorithm to the list above in the following format `NAME | Author`
7. Create a `HowToUse`-file in your main folder 7. Create a `readme.md`-file in your main folder
**Only if your algorithm works:** 8. Create a pull request to merge the data (if your algorithm works)
8. Create a pull request to merge the data
**Pay attention: NEVER commit test data, passwords or personal information!** **Pay attention: NEVER commit test data, passwords or personal information!**