Skip to content

Commit 0e93b06

Browse files
authored
docs: add pull request template (#106)
1 parent 7d0dfbd commit 0e93b06

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Overview
2+
A high level description of the contribution, including:
3+
Who the change affects or is for (stakeholders)?
4+
What is the change?
5+
Why is the change needed?
6+
How does this change affect the user experience (if at all)?
7+
8+
# Design of Change
9+
How was this change implemented?
10+
11+
# Related Issues/Pull Requests
12+
[ ] [Issue #1234](https://github.com/hashicorp/vault/issues/1234)
13+
[ ] [PR #1234](https://github.com/hashicorp/vault/pr/1234)
14+
15+
# Contributor Checklist
16+
[ ] Add relevant docs to upstream Vault repository, or sufficient reasoning why docs won’t be added yet
17+
[My Docs PR Link](link)
18+
[Example](https://github.com/hashicorp/vault/commit/2715f5cec982aabc7b7a6ae878c547f6f475bba6)
19+
[ ] Add output for any tests not ran in CI to the PR description (eg, acceptance tests)
20+
[ ] Backwards compatible

0 commit comments

Comments
 (0)