You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your interest in contributing to **mink**! Here are a few great ways to get involved:
4
4
5
-
- Try out the [examples](examples) and report any issue.
6
-
- Pick something you want to do with one of the many [robot descriptions](https://github.com/robot-descriptions/robot_descriptions.py) and write a new example.
7
-
- Find a use case that is not covered and write a unit test for it.
5
+
- Try out the [examples](examples) and report any issues.
6
+
- Pick something you'd like to do with one of the many [robot descriptions](https://github.com/robot-descriptions/robot_descriptions.py) and write a new example.
7
+
- Find a use case that isn’t covered yet and write a unit test for it.
8
8
- Improve the documentation.
9
9
- Implement new tasks or constraints.
10
10
11
-
If any of those sound interesting, open an [issue](https://github.com/kevinzakka/mink/issues) and say you're on it!
11
+
If any of those sound interesting, open an [issue](https://github.com/kevinzakka/mink/issues) and let us know you're on it!
12
+
13
+
## Pull Requests
14
+
15
+
When submitting a pull request, please make sure to:
16
+
17
+
-**Update the [changelog](CHANGELOG.md)** with a short description of your change.
18
+
-**Run all tests** locally to ensure nothing is broken. You can do this with:
19
+
20
+
```bash
21
+
pytest .
22
+
```
23
+
24
+
If you’re adding new functionality, consider adding corresponding tests and updating the docs if applicable.
12
25
13
26
## Documentation
14
27
15
-
If you're adding new functionality to `mink` and want to update the documentation, you can build it and visualize it locally using the following:
28
+
If you’re adding new functionality to mink and want to update the documentation, you can build it and preview it locally like this:
0 commit comments