Skip to content

Commit d079079

Browse files
authored
Merge pull request #110 from github/jm-issue-templates
2 parents dd4f387 + 4bfc34c commit d079079

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 (to be filled out later when the action is being developed)
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: false
22+
- label: Write a blog post on [GitHub Blog](https://github.blog/) about the new App or Action
23+
required: false
24+
- label: Add App or Action to [todogroup/awesome-ospo](https://github.com/todogroup/awesome-ospo) via pull request
25+
required: false

0 commit comments

Comments
 (0)