-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapt structure of project proposals and questionnaires
* Move questionnaire and project proposals to folders per stage * Add stage 2 questionnaire * Add stub for stage 3 questionnaire * Use hyphens instead of underscores in filenames everywhere Signed-off-by: Cornelius Schumacher <[email protected]>
- Loading branch information
Showing
17 changed files
with
79 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ This means that with each commit the author of the commit includes a statement w | |
|
||
Signed-Off-By: Jane Doe <[email protected]> | ||
|
||
For projects on stage 2 and 3 of the [incubation process](https://github.com/OpenRailAssociation/technical-committee/blob/main/incubation_process.md), the DCO is required. Projects on stage 1 can choose to require it as well. Projects which require the DCO have the [DCO App](https://github.com/apps/dco) enabled, which checks pull requests for the DCO statements and throws an error if they are missing. | ||
For projects on stage 2 and 3 of the [incubation process](https://github.com/OpenRailAssociation/technical-committee/blob/main/incubation-process.md), the DCO is required. Projects on stage 1 can choose to require it as well. Projects which require the DCO have the [DCO App](https://github.com/apps/dco) enabled, which checks pull requests for the DCO statements and throws an error if they are missing. | ||
|
||
> [!NOTE] | ||
> If you are using [merge queue](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue#about-merge-queues), you should not use [DCO App](https://github.com/apps/dco). Because of [a bug](https://github.com/dcoapp/app/issues/199) the bot doesn't run in a merge queue. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
This directory contains the questionnaires and project proposals on the different stages of the incubation process. To apply for entering a project into the next stage of the process, copy the questionnaire to your own file, fill it out and submit it as a pull request. | ||
|
||
* [Stage 1 Questionnaire -- New Projects](stage-1/stage-1-questionnaire.md) | ||
* [Stage 2 Questionnaire -- Mature Projects](stage-2/stage-2-questionnaire.md) | ||
* [Stage 3 Questionnaire -- Officially Recommended Reference Projects](stage-3-stage-3-questionnaire.md) |
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
new-project-questionnaire.md → ...roposals/stage-1/stage-1-questionnaire.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
# Stage 2: Incubation | ||
|
||
*As a project intending to move to stage 2 of the OpenRail incubation process, please fill out this questionnaire and send it to the Technical Committee. See the [incubation process](../../incubation-process.md) for details about criteria and requirements for new projects and how it works to get new projects into the association.* | ||
|
||
*Copy this template and fill in your answers to the questions in the sections below.* | ||
|
||
## Health metrics | ||
|
||
*How to assess project health depends on the context of the concrete project. Please answer the questions below and add any additional explanations or data you see as useful to show that the project has a healthy community and development activity.* | ||
|
||
### How many committers does the project have? | ||
|
||
|
||
### How many different organizations are contributing to the project? | ||
|
||
|
||
### How much is the project dependent on individual contributors? | ||
|
||
*How high is the risk to a project should the most active people leave? This is called the [Contributor Absence Factor](https://chaoss.community/kb/metric-contributor-absence-factor/), sometimes also referred to as bus factor.* | ||
|
||
|
||
### How active is the project? | ||
|
||
*Indicate activity by number of commits, number of issues closed, pull request merged, etc.* | ||
|
||
|
||
## Open governance | ||
|
||
### What is the release process of the project? | ||
|
||
*Indicate documentation of the release process, how changes are communicated, versioning schemes, signing of release artifacts, etc.* | ||
|
||
|
||
### How are decisions taken in the project? | ||
|
||
*Indicate documentation of the project governance.* | ||
|
||
|
||
### What is the business roadmap of the project? | ||
|
||
*Indicate links to the roadmap of the project and how planning is done.* | ||
|
||
|
||
## Adoption | ||
|
||
### Where is the project used in production? | ||
|
||
|
||
### If the project includes specifications, where are reference implementations for these specifications? | ||
|
||
|
||
## Licensing | ||
|
||
### Is the project REUSE compliant? | ||
|
||
*Does the project include licensing information according to the [REUSE standard](https://reuse.software)? When is the REUSE linter run? Does the project show a REUSE badge?* | ||
|
||
### Does the project use the Developer Certificate of Origin? | ||
|
||
*Do commits include "Signed-Off" trailers? Is the DCO bot enabled on the project?* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*to be done* |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters