Skip to content

Commit c245940

Browse files
update project health issue template, added description about intent and focuses, and issue link to project repo
Signed-off-by: Kevin Wang <[email protected]>
1 parent 184b944 commit c245940

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/ISSUE_TEMPLATE/project-health.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,31 @@ description: Register a concern regarding project health and alignment
33
title: "[HEALTH]: "
44
labels: ["health"]
55
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
**Purpose of This Issue**
10+
11+
This Project Health Issue has been filed to ascertain the current activity and health of the project so the TOC may identify the appropriate support and guidance for the project to return to an optimal state of health or determination of archival.
12+
13+
It is intended to **initiate a public discussion to seek understanding** and define a path forward. Perceptions or commentary counter to this are not constructive for the project or the community.
14+
15+
Should maintainers have sensitive, confidential, or private factors and concerns that influence or affect the project, they are encouraged to contact the TOC directly through CNCF Staff, the private-toc mailing list, Slack, or email.
616
- type: input
717
id: project
818
attributes:
919
label: Project name
1020
description: Which project does this concern pertain to?
1121
validations:
1222
required: true
23+
- type: input
24+
id: project-issue-link
25+
attributes:
26+
label: Project Issue Link
27+
description: Please provide a link to the issue filed in the project's repository that corresponds to this TOC tracking issue.
28+
placeholder: e.g., https://github.com/project/repo/issues/123
29+
validations:
30+
required: true
1331
- type: textarea
1432
id: concern
1533
attributes:

0 commit comments

Comments
 (0)