(Chore) Simplify PR template (#2303)

* simplify PR template

* update titles

also changed to h2

* remove comment

Co-authored-by: katspaugh <katspaugh@users.noreply.github.com>
This commit is contained in:
Fernando 2021-05-21 05:54:08 -03:00 committed by GitHub
parent 24069ca5bf
commit b9b83206d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 34 deletions

View File

@ -1,38 +1,8 @@
<!--
Thanks for your interest in the project. Bugs filed and PRs submitted are appreciated!
## What it solves
This PR template was copied from https://github.com/testing-library/react-testing-library/blob/main/.github/PULL_REQUEST_TEMPLATE.md
## How this PR fixes it
Please fill out the information below to expedite the review and (hopefully)
merge of your pull request!
-->
## How to test it
<!-- What changes are being made? (What feature/bug is being fixed here?) -->
**What**:
<!-- Why are these changes necessary? -->
**Why**:
<!-- How were these changes implemented? -->
**How**:
<!-- Have you done all of these things? -->
**How to test it**:
<!-- If applicable, add the steps to test your changes -->
**Checklist**:
<!-- add "N/A" to the end of each line that's irrelevant to your changes -->
<!-- to check an item, place an "x" in the box like so: "- [x] Documentation" -->
- [ ] Tests added/updated
- [ ] Ready to be merged
<!-- In your opinion, is this ready to be merged as soon as it's reviewed? -->
<!-- feel free to add additional comments -->
## Any extra information