Skip to content

Commit de69075

Browse files
author
Tomoya Fujita
authored
several cosmetic fixes. (#21)
* several cosmetic fixes. Signed-off-by: Tomoya Fujita <[email protected]> * address review comments to roll back the changes. Signed-off-by: Tomoya Fujita <[email protected]> * remove unnecessary changes. Signed-off-by: Tomoya.Fujita <[email protected]> --------- Signed-off-by: Tomoya Fujita <[email protected]> Signed-off-by: Tomoya.Fujita <[email protected]>
1 parent d9997fd commit de69075

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ Gemfile.lock
88
.jekyll-metadata
99
_site
1010

11+
# Ruby LSP
12+
.ruby-lsp
13+
1114
# RubyGems
1215
*.gem
1316

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Robotics Enhancement Proposals Official Source
22

3-
This repository is the offical source of the Robotics Enhancement Proposals (REP) of the Open Source Robotics Alliance Technical Governance Committee.
3+
This repository is the official source of the Robotics Enhancement Proposals (REP) of the Open Source Robotics Alliance Technical Governance Committee.
44

55
# REP submission process
66

7-
On October 23rd, 2025 the [Open Source Robotics Alliance (OSRA)](https://osralliance.org/) Technical Governance Comittee (TGC) launched our new REP process.
7+
On October 23rd, 2025 the [Open Source Robotics Alliance (OSRA)](https://osralliance.org/) Technical Governance Committee (TGC) launched our new REP process.
88
Details on how to submit new REPs can be found in [REP-0001:2025](https://reps.openrobotics.org/rep-0001-2025/).
99
Additional details can be found in our [announcement on ROS Discourse](https://discourse.openrobotics.org/t/launch-of-the-osras-new-robotics-enhancement-proposal-rep-process/50668).
1010
The REP review process is significantly different from most conventional source code repositoires. **We recommend you read REP-0001:2025 in its entirety before [submitting a pull request.]((https://reps.openrobotics.org/rep-0001-2025/))**.
@@ -19,7 +19,7 @@ A specification of the REP numbering system can be [found in REP-0001:2025](http
1919

2020
# REP template
2121

22-
A template REP sumbission can be found in [REP-0004:2025 - Sample Markdown REP Template](https://github.com/openrobotics/reps/blob/main/_posts/rep-0004%3A2025.md).
22+
A template REP submission can be found in [REP-0004:2025 - Sample Markdown REP Template](https://github.com/openrobotics/reps/blob/main/_posts/rep-0004%3A2025.md).
2323

2424
# Building locally
2525

_posts/rep-0001:2025.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ The Lead Author should then follow the process below, with the assistance of the
159159
2. The Lead Author fills in the known header fields in their new file, as appropriate.
160160
Most importantly, the `REP:` field must be set to the same number as used in the filename, and the `Status:` field must be set to `Draft`.
161161
For full details, see the [REP Header](#rep-header) section, below.
162-
3. The Lead Author updates the `CODEOWNERS` file to list, for the new REP's directory, any co-authors or PMC Sponsors who are REP Editors (in other words, they have write access to the REP Repository).
162+
3. The Lead Author updates the `CODEOWNERS` file to list, for the new REP's path, any co-authors or PMC Sponsors who are REP Editors (in other words, they have write access to the REP Repository).
163163
This will allow those people to be automatically assigned to any pull requests that change the file.
164164
4. The Lead Author pushes their changes to the fork they created in step 1, and submits a pull request to the REP Repository.
165165
5. The REP Editors review the PR for general errors, confirming that the proposed REP meets the minimum readiness criteria.

0 commit comments

Comments
 (0)