Skip to content

Commit 2bcd213

Browse files
committed
chore: update New Action request Issue Template
Add checklist of other non-coding steps that should be included with the creation of a new app or action Signed-off-by: jmeridth <[email protected]>
1 parent dd4f387 commit 2bcd213

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/ISSUE_TEMPLATE/new_action.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,14 @@ body:
1212
Ex. It would be great to have an action that would ...
1313
validations:
1414
required: false
15+
- type: checkboxes
16+
attributes:
17+
label: Checklist
18+
description: Items that need to be completed along with the creation of the new App or Action
19+
options:
20+
- label: Update [GitHub Actions section of README](https://github.com/github/github-ospo?tab=readme-ov-file#tools-created-by-github-ospo) linking to the new App or Action
21+
required: true
22+
- label: Write a blog post on [GitHub Blog](https://github.blog/) about the new App or Action
23+
required: true
24+
- label: Add App or Action to [todogroup/awesome-ospo](https://github.com/todogroup/awesome-ospo) via pull request
25+
required: true

0 commit comments

Comments
 (0)