Skip to content

Commit

Permalink
Add codeowners and update pull-request template
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasecdb committed Oct 28, 2022
1 parent 2078842 commit bec549e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @vtex/front-end-dx-guild
19 changes: 4 additions & 15 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
#### What is the purpose of this pull request?
## Summary

<!--- Describe your changes in detail. -->
<!-- Write here a brief summary of your proposed changes -->

#### What problem is this solving?
## How to test

<!--- What is the motivation and context for this change? -->

#### How should this be manually tested?

#### Screenshots or example usage

#### Types of changes

- [ ] Bug fix (a non-breaking change which fixes an issue)
- [ ] New feature (a non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Requires change to documentation, which has been updated accordingly.
<!-- How do you test these changes? -->

0 comments on commit bec549e

Please sign in to comment.