Skip to content

Commit

Permalink
Improving contributing guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomelli committed Sep 10, 2022
1 parent da02f63 commit a199440
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## How to contribute to GeneticSharp
The idea behind GeneticSharp is to provide the basic and classic components that allow any programmer to quickly create a genetic algorithm using the .NET platform. Therefore, most of the basics and classic operators (crossovers, mutations, selections, reinsertions, and terminations) are implemented on it.

Having said that is not the goal of GeneticSharp to implement or provide all the possible ways to use a genetic algorithm, so, any PR that is not related to new operators, performance improvements, or bug fixing has a great chance to be rejected, but, feel free to read the contributing guidelines below and give a try.

### Did you find a bug?

Expand Down

0 comments on commit a199440

Please sign in to comment.