Skip to content

Commit fa4e7ce

Browse files
Update pull request template to place motivation before description (#2589)
Pull requests read more intuitively when they begin with the motivation before diving into a detailed description.
1 parent f62760f commit fa4e7ce

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"category": "AWS SDK for Java v2",
3+
"contributor": "Bennett-Lynch",
4+
"type": "documentation",
5+
"description": "Update pull request template to place motivation before description"
6+
}

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<!--- Provide a general summary of your changes in the Title above -->
22

3-
## Description
4-
<!--- Describe your changes in detail -->
5-
63
## Motivation and Context
74
<!--- Why is this change required? What problem does it solve? -->
85
<!--- If it fixes an open issue, please link to the issue here -->
96

7+
## Description
8+
<!--- Describe your changes in detail -->
9+
1010
## Testing
1111
<!--- Please describe in detail how you tested your changes -->
1212
<!--- Include details of your testing environment, and the tests you ran to -->

0 commit comments

Comments
 (0)