Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pull_request_template.md to include package name review template #39987

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 17 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- Thank you for contributing a change to the rosdistro. There are two primary types of submissions.
Please select the appropriate template from below: ROSDEP_RULE_TEMPLATE or DOC_INDEX_TEMPLATE
<!-- Thank you for contributing a change to the rosdistro. There are three primary types of submissions.
Please select the appropriate template from below: ROSDEP_RULE_TEMPLATE, NAMING_REVIEW_TEMPLATE or DOC_INDEX_TEMPLATE

If you're making a new release with bloom please use bloom to create the pull request automatically (except for the naming review request which must be made manually).
If you've already run the release bloom has a `--pull-request-only` option you can use.-->
Expand Down Expand Up @@ -47,6 +47,21 @@ More info at https://github.com/ros/rosdistro/blob/master/CONTRIBUTING.md#guidel
- IF AVAILABLE
- rhel: https://rhel.pkgs.org/
- IF AVAILABLE

<!-- NAMING_REVIEW_TEMPLATE: add package to rosdistro for name reviewing prior to first release -->

# Please Add This Package to be indexed in the rosdistro (Naming Review)

## Package name

package_name

## Package source code

http://sourcecode_url

# Checks
- [ ] Does the package naming comply with [REP-144](https://ros.org/reps/rep-0144.html)?

<!-- DOC_INDEX_TEMPLATE: add package to rosdistro for documentation indexing -->

Expand Down
Loading