Skip to content

Commit d03224a

Browse files
authored
Merge pull request raycast#59 from raycast/pr-template
Introduce template for PR
2 parents f4765af + 6063c63 commit d03224a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/pull_request_template.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## Description
2+
3+
Please write a short summary for this change. If it's a new script command, explain what it does.
4+
5+
## Type of change
6+
7+
- [ ] New script command
8+
- [ ] Bug fix
9+
- [ ] Improvement of an existing script
10+
- [ ] Documentation update
11+
- [ ] Toolkit change
12+
- [ ] Other
13+
14+
If you selected `Other`, please specify.
15+
16+
## Screenshot
17+
18+
If it's a new script command, please include a screenshot or a GIF of how it works.
19+
20+
## Dependencies / Requirements
21+
22+
If it's a new script command that requires some additional steps to make it work, please describe it here. E.g. requiring installation of another command line tool or requirement to specify username / API token / etc.

0 commit comments

Comments
 (0)