Skip to content

Commit 6f1ac57

Browse files
marcelamelaralehorssteiza
authored
Disambiguate between labs and project, small fixes
Co-authored-by: Arnaud J Le Hors <[email protected]> Co-authored-by: Zach Steindler <[email protected]> Signed-off-by: Marcela Melara <[email protected]>
1 parent 3d0a305 commit 6f1ac57

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

process/labs-process.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ facilitates cross-organization or -vendor collaboration.
2121
* A streamlined transition into the [Sandbox stage] of the OpenSSF [project
2222
lifecycle].
2323

24-
## Project Responsibilities
24+
## Lab Responsibilities
2525

2626
Developers of OpenSSF labs are responsible for:
2727

2828
* Submitting a [new lab proposal] for review by the [OpenSSF TAC].
2929
* Ensuring all commits are properly signed-off to avoid issues related to [DCO].
3030
* Notifying the TAC if the lab needs to be suspended or archived.
3131

32-
Labs projects are also highly encouraged to engage with the [existing
32+
Labs are also highly encouraged to engage with the [existing
3333
Technical Initiatives] (working groups, projects or SIGs) in OpenSSF to build
3434
their community and find a potential pathway towards acceptance as an OpenSSF
3535
project.
@@ -43,15 +43,15 @@ stage](templates/LAB_NAME_archived_stage.md).
4343

4444
Archived lab repositories are not actively maintained and will be marked as
4545
"archived" (read-only) on GitHub. They can be reactivated if there is interest
46-
in resuming work on a project.
46+
in resuming work on a lab.
4747

4848
## New Lab Proposal Process
4949

5050
1. Fork the `<TBD>` repo.
5151

5252
2. Fill out the [proposal template](templates/LAB_NAME_lab_stage.md)
5353
and save it into the `labs` subdirectory under the name of your lab,
54-
such as `coolnewproject_lab.md`.
54+
such as `coolnewlab.md`.
5555
<br/>
5656
> [!TIP]
5757
> It is expected that your lab repository on GitHub will have the same
@@ -66,12 +66,12 @@ in resuming work on a project.
6666
To find sponsors:
6767
1. use your connections to existing projects and ask maintainers,
6868
2. engage with [existing Technical Initiatives] (working groups, projects
69-
or SIGs) with affinities to the proposed lab and pitch the project in
69+
or SIGs) with affinities to the proposed lab and pitch it in
7070
their meetings or [Slack channels](https://slack.openssf.org/). It's
7171
good to have the template already filled out when you reach out.
7272
<br>
7373
> [!IMPORTANT]
74-
> Lab sponsors may but are not required to actively participate in
74+
> Lab sponsors may, but are not required to, actively participate in
7575
> the lab once the proposal has been reviewed and accepted.
7676
7777
4. Commit your changes with proper sign-off. This means that your commit
@@ -86,8 +86,8 @@ in resuming work on a project.
8686

8787
5. Submit a Pull Request to the `<TBD>` repo.
8888

89-
The [OpenSSF TAC] will then review your proposal. Like sponsors, TAC members may
90-
but are not required to participate in ongoing work like contributing or
89+
The [OpenSSF TAC] will then review your proposal. Like sponsors, TAC members may,
90+
but are not required to, participate in ongoing work like contributing or
9191
reviewing code in the lab.
9292

9393
### Transferring an existing repository
@@ -97,7 +97,7 @@ start a new lab in. If you have an existing GitHub repo you would like to
9797
bring to your proposed lab, you have the option to request for that
9898
repo to be transferred into the <TBD GH org> instead.
9999

100-
However, we require that every commit in the existing repo to br
100+
However, we require that every commit in the existing repo to bring is
101101
signed-off so there are no issues related to [DCO].
102102
If that is not the case, you will need to transfer your existing code by
103103
squashing all of your commits into a single first commit made against
@@ -113,7 +113,7 @@ All OpenSSF community members must adhere to the
113113
[Code of Conduct](https://openssf.org/community/code-of-conduct/).
114114

115115
[DCO]: https://developercertificate.org/
116-
[existing TIs]: https://github.com/ossf/tac/blob/main/README.md#technical-initiatives
116+
[existing Technical Initiatives]: https://github.com/ossf/tac/blob/main/README.md#technical-initiatives
117117
[new lab proposal]: #new-lab-proposal-process
118118
[OpenSSF mission]: https://openssf.org/about/
119119
[OpenSSF TAC]: https://github.com/ossf/tac/blob/main/README.md#tac-members

process/templates/LAB_NAME_archived_stage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
The maintainers of the lab may decide to conclude/suspend their work, or
55
the lab may become inactive over time.
66

7-
* "description of why this project should be archived"
7+
* "description of why this lab should be archived"

0 commit comments

Comments
 (0)