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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,18 @@
1
1
# Contributing
2
2
3
-
Thanks for your interest in contributing to **mink**! Here are a few great ways to get involved:
3
+
Thanks for your interest in contributing to **mink**! Here are a few great ways
4
+
to get involved:
4
5
5
6
- 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
+
- Pick something you'd like to do with one of the many [robot
8
+
descriptions](https://github.com/robot-descriptions/robot_descriptions.py) and
9
+
write a new example.
7
10
- Find a use case that isn’t covered yet and write a unit test for it.
8
11
- Improve the documentation.
9
12
- Implement new tasks or constraints.
10
13
11
-
If any of those sound interesting, open an [issue](https://github.com/kevinzakka/mink/issues) and let us know you're on it!
14
+
If any of those sound interesting, open an
15
+
[issue](https://github.com/kevinzakka/mink/issues) and let us know you're on it!
12
16
13
17
## Pull Requests
14
18
@@ -21,11 +25,13 @@ When submitting a pull request, please make sure to:
21
25
pytest .
22
26
```
23
27
24
-
If you’re adding new functionality, consider adding corresponding tests and updating the docs if applicable.
28
+
If you’re adding new functionality, consider adding corresponding tests and
29
+
updating the docs if applicable.
25
30
26
31
## Documentation
27
32
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:
33
+
If you’re adding new functionality to mink and want to update the documentation,
34
+
you can build it and preview it locally like this:
0 commit comments