Skip to content

Commit db6fbee

Browse files
Update pull request template with more details (#29273)
* Update pull request template with more details * Update .github/pull_request_template.md Co-authored-by: Brennan <[email protected]> * Update pull_request_template.md Co-authored-by: Brennan <[email protected]>
1 parent 4e439ca commit db6fbee

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

.github/pull_request_template.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
1+
2+
<!-- Thank you for submitting a pull request to our repo. -->
3+
4+
<!-- If this is your first PR in the ASP.NET Core repo, please run through the checklist
5+
below to ensure a smooth review and merge process for your PR. -->
6+
7+
- [ ] You've read the [Contributor Guide](https://github.com/dotnet/aspnetcore/blob/master/CONTRIBUTING.md) and [Code of Conduct](https://github.com/dotnet/aspnetcore/blob/master/CODE-OF-CONDUCT.md).
8+
- [ ] You've included unit or integration tests for your change, where applicable.
9+
- [ ] You've included inline docs for your change, where applicable.
10+
- [ ] There's an open issue for the PR that you are making. If you'd like to propose a new feature or change, please open an issue to discuss the change or find an existing issue.
11+
12+
<!-- Once all that is done, you're ready to go. Open the PR with the content below. -->
13+
14+
**PR Title**
115
Summary of the changes (Less than 80 chars)
2-
- Detail 1
3-
- Detail 2
16+
17+
**PR Description**
18+
Detail 1
19+
Detail 2
420

521
Addresses #bugnumber (in this specific format)

0 commit comments

Comments
 (0)