Browse Source

Add GitHub Issue and PR templates

pull/5514/merge
Phillip Webb 10 years ago
parent
commit
8783f75d03
  1. 3
      .github/ISSUE_TEMPLATE.md
  2. 6
      .github/PULL_REQUEST_TEMPLATE.md

3
.github/ISSUE_TEMPLATE.md

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
<!--
Thanks for raising a Spring Boot issue. Please provide a brief description of your problem along with the version of Spring Boot that you are using. If possible, please also consider putting together a sample application that reproduces the issue.
-->

6
.github/PULL_REQUEST_TEMPLATE.md

@ -0,0 +1,6 @@ @@ -0,0 +1,6 @@
<!--
Thanks for contributing to Spring Boot. Please provide a brief description of your pull-request and reference any related issue numbers (prefix references with #).
-->
<!-- Please also confirm that you have signed the CLA by put an [X] in the box below: -->
- [ ] I have signed the CLA
Loading…
Cancel
Save