Skip to content

Commit 96e6187

Browse files
committed
Update CONTRIBUTING.md
1 parent 153f5a7 commit 96e6187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ black openevolve tests examples
2929

3030
## Pull Request Process
3131

32-
1. Create a new branch for your feature or bugfix: `git checkout -b feature/your-feature-name`
32+
1. Create a new branch for your feature or bugfix: `git checkout -b feat-your-feature-name`
3333
2. Make your changes
3434
3. Add tests for your changes
3535
4. Run the tests to make sure everything passes: `python -m unittest discover tests`

0 commit comments

Comments
 (0)