Skip to content

Commit 9139214

Browse files
[minor] Simplify contribution guidelines a bit
1 parent 2cca706 commit 9139214

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,10 @@ This project's goal is to facilitate loading and sharing of robot descriptions f
44

55
- Add a new robot description
66
- Raise any issue you find in a description, preferably directly in the description's repository (check out [`_repositories.py`](https://github.com/stephane-caron/robot_descriptions.py/blob/master/robot_descriptions/_repositories.py))
7-
- Help with any [open issue](https://github.com/stephane-caron/robot_descriptions.py/issues?q=is%3Aissue+is%3Aopen)
87
- Make a standalone ``<robot_name>_description`` repository for a description embedded in one of the big framework repositories (Bullet, Drake, ...)
98

109
## Adding a new robot description
1110

12-
Make sure that your pull request satisfies the following:
13-
1411
1. **License:** The robot description is distributed legally and under an open source license (permissive or copyleft).
1512
2. **Repository:** If needed, add the repository containing the new description to ``_repositories.py``.
1613
- Use a specific git commit ID. This way the robot description will still work in the interval between a change in the file structure of the target repository and the corresponding update in `robot_descriptions`.

0 commit comments

Comments
 (0)