Skip to content

Commit 7318df4

Browse files
committed
Update contributing.md
1 parent 4cb5f0c commit 7318df4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CONTRIBUTING.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ swarmlib
8484
| |- your_awesome_new_algorithm_test // Unit-Test the major components of your algorithm here (like the WOA does).
8585
| |- ...
8686
|- setup.py // Add new keywords for the new algorithm
87-
|- README.md // Extend readme with a brief introduction of the algorithm
88-
|- CHANGELOG.md // Briefly state all relevant changes that will shipped with the next release
87+
|- CHANGELOG.md // Briefly state all relevant changes that will be shipped with the next release
8988
```
9089

9190
To get started, I recommend you to take a look at the implementation of the CS, PSO, ABC algorithms.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ swarm --help
4444
## Contribution
4545

4646
If you found a bug or are missing a feature do not hesitate to [file an issue](https://github.com/HaaLeo/swarmlib/issues/new/choose) or to ask questions on [gitter](https://gitter.im/HaaLeo/swarmlib).
47-
For a more detailed guide checkout the [CONTRIBUTING.md](https://github.com/HaaLeo/swarmlib/blob/master/CONTRIBUTING.md) file.
47+
For a more detailed guide checkout the [CONTRIBUTING.md](https://github.com/HaaLeo/swarmlib/blob/master/CONTRIBUTING.md#how-to-contribute) file.
4848

4949
Pull Requests are welcome!
5050

0 commit comments

Comments
 (0)