You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/new_action.yml
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,3 +12,14 @@ body:
12
12
Ex. It would be great to have an action that would ...
13
13
validations:
14
14
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
0 commit comments