Skip to content

Commit

Permalink
Add graduation and incubation template to new issue choice list
Browse files Browse the repository at this point in the history
And add back graduation_criteria.md as a pointer to the new content locations.

Signed-off-by: Kevin Wang <[email protected]>
  • Loading branch information
kevin-wangzefeng committed Mar 6, 2024
1 parent 97375f4 commit 2d5a2b6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/ISSUE_TEMPLATE/template-graduation-application.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
---
name: Project Graduation Application
about: This template provides the project with a framework to inform the TOC of their conformance to the Graduation Level Criteria.
title: "[Graduation] $PROJECT Graduation Application"
labels: graduation
---

# $PROJECT Graduation Application
v1.5
This template provides the project with a framework to inform the TOC of their conformance to the Incubation Level Criteria.
This template provides the project with a framework to inform the TOC of their conformance to the Graduation Level Criteria.


Project Repo(s): $URL
Expand Down
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/template-incubation-application.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
name: Project Incubation Application
about: This template provides the project with a framework to inform the TOC of their conformance to the Incubation Level Criteria.
title: "[Incubation] $PROJECT Incubation Application"
labels: incubation
---

# $PROJECT Incubation Application
v1.5
This template provides the project with a framework to inform the TOC of their conformance to the Incubation Level Criteria.
Expand Down
3 changes: 3 additions & 0 deletions process/graduation_criteria.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Criteria for Incubation have been moved to [Incubation application template](../.github/ISSUE_TEMPLATE/template-incubation-application.md).

Criteria for Graduation have been moved to [Graduation application template](../.github/ISSUE_TEMPLATE/template-graduation-application.md).

0 comments on commit 2d5a2b6

Please sign in to comment.