From 2d5a2b62cb714fe62c2c069f2f6a062e21784f4c Mon Sep 17 00:00:00 2001 From: Kevin Wang Date: Wed, 6 Mar 2024 11:51:19 +0800 Subject: [PATCH] Add graduation and incubation template to new issue choice list And add back graduation_criteria.md as a pointer to the new content locations. Signed-off-by: Kevin Wang --- .../ISSUE_TEMPLATE/template-graduation-application.md | 9 ++++++++- .../ISSUE_TEMPLATE/template-incubation-application.md | 7 +++++++ process/graduation_criteria.md | 3 +++ 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 process/graduation_criteria.md diff --git a/.github/ISSUE_TEMPLATE/template-graduation-application.md b/.github/ISSUE_TEMPLATE/template-graduation-application.md index cb5832083..7a9bd4507 100644 --- a/.github/ISSUE_TEMPLATE/template-graduation-application.md +++ b/.github/ISSUE_TEMPLATE/template-graduation-application.md @@ -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 diff --git a/.github/ISSUE_TEMPLATE/template-incubation-application.md b/.github/ISSUE_TEMPLATE/template-incubation-application.md index c8b9e5030..a4c452e18 100644 --- a/.github/ISSUE_TEMPLATE/template-incubation-application.md +++ b/.github/ISSUE_TEMPLATE/template-incubation-application.md @@ -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. diff --git a/process/graduation_criteria.md b/process/graduation_criteria.md new file mode 100644 index 000000000..e02c8cd28 --- /dev/null +++ b/process/graduation_criteria.md @@ -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).