Skip to content

Commit 62aaabf

Browse files
authored
Add pull request template (#350)
A suggested template for PRs, which could help with prompting (/ reminding) and standardising the information to be added.
2 parents a996a7d + 1b25d93 commit 62aaabf

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/pull_request_template.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## Status
2+
3+
- Closes _add issue numbers or delete_
4+
- Related to _add issue numbers or delete_
5+
6+
## Points for consideration:
7+
8+
- Security
9+
- Performance
10+
11+
## What's changed?
12+
13+
_Description of what's been done - bullets are often best_
14+
15+
## Steps to perform after deploying to production
16+
17+
_If the production environment requires any extra work after this PR has been deployed detail it here. This could be running a Rake task, a migration, or upgrading a Gem. That kind of thing._

0 commit comments

Comments
 (0)