Skip to content

Commit 6fb003a

Browse files
Merge pull request #38 from amd/dholanda/credible
Add credibility gate to skill proposal template
2 parents 217cb8e + b10b417 commit 6fb003a

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/skill-proposal.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,18 @@ body:
3434
validations:
3535
required: true
3636

37+
- type: dropdown
38+
id: amd_only_credible
39+
attributes:
40+
label: Is AMD the only credible institution to create this skill?
41+
description: |
42+
Skills in this catalog must be ones that only AMD is uniquely positioned to author credibly (e.g. they require AMD hardware expertise, internal performance knowledge, or first-party tooling). If another institution could produce this skill just as credibly, the skill proposal will likely not be accepted.
43+
options:
44+
- "Yes"
45+
- "No"
46+
validations:
47+
required: true
48+
3749
- type: dropdown
3850
id: home
3951
attributes:

0 commit comments

Comments
 (0)