-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial revisions of project lifecycle (#159)
* Initial revisions of project lifecycle * updated check project syntax to only check one template * Moved project.yml files into their own directory, added new yml fields into all project files.
- Loading branch information
1 parent
55a62d4
commit 09ed44f
Showing
20 changed files
with
158 additions
and
148 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
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 |
---|---|---|
@@ -1,48 +1,6 @@ | ||
# Project application: (your project name here) | ||
|
||
To apply to become a CHIPS Alliance project, copy this template to the relevant subfolder of [this directory](https://github.com/chipsalliance/tsc/tree/main/projects) and open a PR against the TSC repo and add the `tsc-meeting` label. Projects applying for Sandbox status should add the `sandbox-application` label. Projects applying for Graduated status should add the `graduated-application` label. | ||
|
||
For simplicity, the CHIPS Alliance TSC uses a progressive application for Sandbox and Graduated status. The Graduated application includes all of the Sandbox questions. Project candidate should complete as much of the application as possible, as this will help determine which level is most appropriate. | ||
|
||
When applying to move from Sandbox » Graduated, please modify the existing application and update relevant fields (such as number of committers) so that the file's history is preserved. | ||
To apply to become a CHIPS Alliance project, copy this template to the relevant subfolder of [this directory](./templates/project-application-template.yml) and open a PR against the TAC repo and add the `tac-meeting` label. | ||
|
||
If a specific field is not applicable to your project (e.g. your project does not have dedicated social media accounts), please use N/A to signify this. | ||
|
||
## Application | ||
|
||
### Sandbox application | ||
|
||
* Project name: | ||
* Project repo(s): | ||
* Brief summary of the project: | ||
* Project's open source license: | ||
* Link to issue tracker: | ||
* Link to website: | ||
* Links to social media accounts: | ||
* Who uses this project, and at what scale: | ||
* Why does the project want to join CHIPS Alliance: | ||
* Primary contact from the project during the Sandbox application process: | ||
* Name: | ||
* Email: | ||
* GitHub handle: | ||
* Role within the project: | ||
|
||
*Projects applying for Sandbox status may stop here.* | ||
|
||
### Graduation application | ||
|
||
* Total number of active committers: | ||
* Brief description of release methodology and mechanics: | ||
* Link to draft mission statement: | ||
* Link to logo in .svg format | ||
* Confirmation that the project adopts the [CHIPS Alliance Code of Conduct](https://lfprojects.org/policies/code-of-conduct/) upon acceptance: | ||
* Confirmation that the project will adopt the [CHIPS Alliance IP policy](https://technical-charter.chipsalliance.org) upon acceptance: | ||
* Confirmation that the project will add CHIPS Alliance header or footer text and links to its websites upon acceptance: | ||
* Confirmation that the contributor will assign or transfer any common law or registered trademark rights, project accounts (e.g. GitHub), and project domain names to the Linux Foundation upon acceptance: | ||
* Link to documented process for reporting security vulnerabilities: | ||
* **For specifications** Confirmation there is at least one public reference implementation: | ||
* Primary contact from the project during the Graduation process: | ||
* Name: | ||
* Email: | ||
* GitHub handle: | ||
* Role within the project: | ||
For any questions or comments on this process please email operations@chipsalliance.org |
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
Oops, something went wrong.