Skip to content

Commit

Permalink
Adding pull request template (#991)
Browse files Browse the repository at this point in the history
# Summary

Adding pull request template

# Testing

After this PR is merged, create a new PR ;)
- [ ] It should have the template added here
  • Loading branch information
alfetopito authored Jul 21, 2021
1 parent d0098b0 commit 3f0e525
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Summary

<<if there's an issue>>Fixes #issueNumber

*High-level description of what your changes are accomplishing*

*Add screenshots if applicable. Images are nice :)*

# To Test

1. <<Step one>> Open the page `about`
- [ ] <<What to expect?>> Verify it contains about information...
- [ ] Checkbox Style list of things a QA person could verify, i.e.
- [ ] Should display Text Input our storybook
- [ ] Input should not accept Numbers
2. <<Step two>> ...

# Background

*Optional: Give background information for changes you've made, that might be difficult to explain via comments*

0 comments on commit 3f0e525

Please sign in to comment.