Skip to content

Commit

Permalink
Add emojis to PR template (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
SupriyaKasten authored and mergify[bot] committed Oct 15, 2019
1 parent a58994c commit e4e7708
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@
## Pull request type

Please check the type of change your PR introduces:
- [ ] Work in Progress
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Trivial/Minor
- [ ] Bugfix
- [ ] Feature
- [ ] Documentation
- [ ] :construction: Work in Progress
- [ ] :rainbow: Refactoring (no functional changes, no api changes)
- [ ] :hamster: Trivial/Minor
- [ ] :bug: Bugfix
- [ ] :sunflower: Feature
- [ ] :world_map: Documentation
- [ ] :robot: Test

## Issues

Expand All @@ -21,6 +22,6 @@ Please check the type of change your PR introduces:
<!-- Will run prior to merging.-->
<!-- Include example how to run.-->

- [ ] Manual
- [ ] Unit test
- [ ] E2E
- [ ] :muscle: Manual
- [ ] :zap: Unit test
- [ ] :green_heart: E2E

0 comments on commit e4e7708

Please sign in to comment.