Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LMBooth authored Oct 15, 2023
1 parent a75ad07 commit 5ad9de5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Thank you for your interest in contributing to PyBCI! We value your contribution
3. **Set Up the Development Environment:** Ensure you have all the necessary tools and dependencies installed to work on PyBCI.
4. **Create a New Branch:** Create a new branch for the specific issue or feature you are working on.
5. **Make Your Changes:** Make the necessary changes, adhering to the PyBCI code style and conventions.
6. **Run Tests:** Run the tests using `pytest` to ensure that your changes do not break existing functionality.
6. **Run Tests:** Run the tests using `pytest` in the root directory to ensure that your changes do not break existing functionality.
7. **Update Documentation:** If your changes involve modifications to the API or the introduction of new features, update the documentation accordingly.
8. **Push Your Changes:** Push your changes to your fork on GitHub.
9. **Submit a Pull Request:** Submit a pull request from your fork to the PyBCI repository.
Expand Down Expand Up @@ -49,4 +49,4 @@ By contributing to PyBCI, you agree that your contributions will be licensed und
## Acknowledgements
Contributors will be acknowledged in a dedicated section of the documentation or project README.

Thank you for contributing to PyBCI!
Thank you for contributing to PyBCI!

0 comments on commit 5ad9de5

Please sign in to comment.