Skip to content

Commit 10b9663

Browse files
authored
Merge pull request #489 from input-output-hk/jpraynaud/add-pr-template
Add Pull Request Template
2 parents 68496e3 + bb70e7b commit 10b9663

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name: Pull Request Standard
3+
about: You want to include modifications to the code base
4+
title: ''
5+
labels: 'Pull Request'
6+
assignees: ''
7+
---
8+
9+
## Content
10+
<!-- Explain the reason for this change, if a feature is added, a bug is fixed, ... -->
11+
This PR includes...
12+
13+
## Pre-submit checklist
14+
15+
- Branch
16+
- [ ] Tests are provided (if possible)
17+
- [ ] Commit sequence broadly makes sense
18+
- [ ] Key commits have useful messages
19+
- PR
20+
- [ ] No clippy warnings in the CI
21+
- [ ] Self-reviewed the diff
22+
- [ ] Useful pull request description
23+
- [ ] Reviewer requested
24+
- Documentation
25+
- [ ] Update README file (if relevant)
26+
- [ ] Update documentation website (if relevant)
27+
- [ ] Add dev blog post (if relevant)
28+
29+
## Comments
30+
<!-- Some optional comments about the PR, such as how to run a command, or warnings about usage, .... -->
31+
32+
## Issue(s)
33+
<!-- The issue(s) this PR relates to or closes -->
34+
Relates to #YYY or Closes #YYY

0 commit comments

Comments
 (0)