We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 153f5a7 commit 96e6187Copy full SHA for 96e6187
CONTRIBUTING.md
@@ -29,7 +29,7 @@ black openevolve tests examples
29
30
## Pull Request Process
31
32
-1. Create a new branch for your feature or bugfix: `git checkout -b feature/your-feature-name`
+1. Create a new branch for your feature or bugfix: `git checkout -b feat-your-feature-name`
33
2. Make your changes
34
3. Add tests for your changes
35
4. Run the tests to make sure everything passes: `python -m unittest discover tests`
0 commit comments