Skip to content

Commit

Permalink
Fixed ws on contributing.md. (#5953)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelalonsojr authored Jul 24, 2023
1 parent 10a3e07 commit 4cfe3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Browse the project's issue tracker or discussions to find an open issue or featu
## 4. Make your changes
Create a new branch for your changes based on the main branch of the ML-Agents repository. Implement your code changes or add new features as necessary. Ensure that your code follows the project's coding style and conventions.

* Example: Let's say you want to add support for a new type of reward function in the ML-Agents framework. You can create a new branch named feature/reward-function to implement this feature.
* Example: Let's say you want to add support for a new type of reward function in the ML-Agents framework. You can create a new branch named feature/reward-function to implement this feature.

## 5. Test your changes
Run the appropriate tests to ensure your changes work as intended. If necessary, add new tests to cover your code and verify that it doesn't introduce regressions.
Expand Down

0 comments on commit 4cfe3c0

Please sign in to comment.