Diff of /docs/CONTRIBUTING.md [000000] .. [87e8bf]

Switch to unified view

a b/docs/CONTRIBUTING.md
1
# Contributing to MyoSuite
2
3
We want to make contributing to this project as easy and
4
transparent as possible.
5
6
## Pull Requests
7
8
We actively welcome your pull requests.
9
10
1. Fork the repo and create your branch from `main`.
11
2. If you've added code that should be tested, add tests.
12
3. If you've changed APIs, update the documentation.
13
4. Ensure the test suite passes.
14
5. Make sure your code lints.
15
16
## Issues
17
18
We use GitHub issues to track public bugs. Please ensure your description is
19
clear and has sufficient instructions to be able to reproduce the issue.
20
21
22
## License
23
24
By contributing to this Open Source Project, you agree that your
25
contributions will be licensed under the LICENSE file in the root directory of
26
each project's source tree.