Update README.md

This commit is contained in:
2020-06-16 11:00:53 +02:00
committed by GitHub
parent 2869dc6dbb
commit cf8802f4a4

View File

@@ -22,14 +22,6 @@ This is a collection of some algorithms and modules we use for data analyses
## How to contribute
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)
**Pay attention: Please don't commit test data. NEVER commit passwords or personal information!**
Take a look at [CONTRIBUTING.md](https://github.com/gb-i/data_mining_algorithms/blob/master/CONTRIBUTING.md) for guidelines.
~