Skip to content

Commit eeb431f

Browse files
authored
Create PULL_REQUEST_TEMPLATE.md
1 parent 21e579b commit eeb431f

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Request for adding a new GitHub Action to the allow list
2+
3+
## Overview
4+
5+
<!-- Please describe the proposed action; what it does and why this is needed.
6+
It will help if you can tell us which project is interested in this action
7+
and why.
8+
-->
9+
10+
**Name of action:**
11+
12+
**URL of action:**
13+
14+
**Version to pin to (branch, tag, hash):**
15+
16+
17+
## Permissions
18+
19+
<!-- Describe the permissions required and whether these permissions can have
20+
security or provenance implications such as write access to code or read
21+
access to credentials. -->
22+
23+
## Related Actions
24+
25+
<!-- If this action is similar to an existing, allowed action (please do check!),
26+
let us know how this one differs and is a better option for your use case.
27+
-->
28+
29+
## Checklist
30+
You should be able to check most of these boxes for an action to be considered for review.
31+
Please check all boxes that currently apply:
32+
33+
- [ ] The action is listed in the GitHub Actions Marketplace
34+
- [ ] The action is not already on the list of approved actions
35+
- [ ] The action has a sufficient number of contributors or has contributors within the ASF community
36+
- [ ] The action has a clearly defined license
37+
- [ ] The action is actively developed or maintained
38+
- [ ] The action has CI/unit tests configured

0 commit comments

Comments
 (0)