Skip to content

Commit 8a46017

Browse files
Add pull request template for contributions
Add a pull request template to guide contributors.
1 parent 30d3304 commit 8a46017

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!--
2+
Please refer to the contribution guidelines before raising a PR.
3+
https://github.com/localstack/localstack/blob/main/docs/CONTRIBUTING.md
4+
-->
5+
6+
## Motivation
7+
8+
<!--
9+
Elaborate the background and intent for raising this PR.
10+
-->
11+
12+
## Changes
13+
14+
<!--
15+
Summarise the changes proposed in the PR.
16+
-->
17+
18+
## Tests
19+
20+
<!--
21+
Optional: How are the proposed changes tested?
22+
-->
23+
24+
## Related
25+
26+
<!--
27+
Optional: Links to related issues and references (e.g., Linear IDs).
28+
-->

0 commit comments

Comments
 (0)