-
Notifications
You must be signed in to change notification settings - Fork 7
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
Restructure space for project proposals to take different stages into account #159
Conversation
* 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]>
fe55787
to
8a98474
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some comments done during TC with @Tristramg @loic-hamelin @schalbts @Keller-Peter.
Note
Maybe we are over specifying the questionnaire...
Co-authored-by: Florian Amsallem <[email protected]> Signed-off-by: Cornelius Schumacher <[email protected]>
One thought: I see two ways of doing the questionnaire. One (and that's the current approach in the pull request) is to have open questions to gather as much information as possible and then let the TC evaluate this. The other would be to make this more a checklist which asks for certain metrics (such as number of active contributors) and evidence or confirmation of meeting the criteria (such as a link to the roadmap, or confirmation that the DCO is required). Then evaluation would be more in checking the linked material and it would be less in interpreting the questionnaire. |
Another thought: It seems that most of the criteria could be made measurable in some way, or at least automatically checkable. So maybe the theme for stage 2 could be called "measurable quality". |
…ciation/technical-committee into structure-incubation-stages
Idea from the TC meeting: Have two sections in the questionnaire, one to be filled out by the project, and the other part to be filled out by the TC with comments on how it sees the criteria to be fulfilled. |
Structure the questionnaire for stage 2 more as a checklist with two sections, one for the project, one for the TC Signed-off-by: Cornelius Schumacher <[email protected]>
Co-authored-by: Serge Croisé <[email protected]> Signed-off-by: Cornelius Schumacher <[email protected]>
This pull request creates a new folder structure for proposals and questionnaires according to the different stages of the incubation process. It also adds the questionnaire for stage 2 and streamlines the conventions used for naming directories. This implements what is described in issue #145.