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
Please consider the infos from [CONTRIBUTING.md](CONTRIBUTING.md) before you open a pull request.
11
+
## New Examples
12
+
If you propose addign a new example, make sure that your new example has:
10
13
11
-
Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:
12
-
13
-
1. Limited scope. Your PR should do one thing or one set of things. Avoid adding “random fixes” to PRs. Put those on separate PRs.
14
-
2. Give your PR a descriptive title. Add a short summary, if required.
15
-
3. Make sure the pipeline is green.
16
-
4. Don’t be afraid to request reviews from maintainers.
17
-
5. New code = new tests. If you are adding new functionality, always make sure to add some tests exercising the code and serving as live documentation of your original intention.
18
-
19
-
To send us a pull request, please:
20
-
21
-
-[ ] Fork the repository.
22
-
-[ ] Modify the source; please focus on the specific change you are contributing. If you also reformat all the code, it will be hard for us to focus on your change.
23
-
-[ ] Ensure local tests pass. (`colcon test` and `pre-commit run` (requires you to install pre-commit by `pip3 install pre-commit`)
24
-
-[ ] Commit to your fork using clear commit messages.
25
-
-[ ] Send a pull request, answering any default questions in the pull request interface.
26
-
-[ ] Pay attention to any automated CI failures reported in the pull request, and stay involved in the conversation.
14
+
-[ ] The correct folder structure (described in the main [README.md](README.md))
15
+
-[ ] Example has *doc/README.rst* with description
16
+
-[ ] Detailed commands how to run an example
17
+
-[ ] Output examples of CLI commands
18
+
-[ ] Screenshots with expected visualizations (if applicable)
0 commit comments