Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» Add PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamparter committed Jul 21, 2024
1 parent e45cd9e commit 8d91200
Showing 1 changed file with 34 additions and 11 deletions.
45 changes: 34 additions & 11 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,47 @@
### Description
<!--⏱️ Before you start...
Have you checked whether or not a similar pull request has already been reported?-->

### Motivation and Context
### πŸ“„ Description
<!--A clear and concise description of what your idea is. Include things like possible use cases, drawbacks, etc.-->

### Change Area
### πŸ’­ Motivation and context
<!-- Why did you choose to implement this?-->

- [ ] Documentation
- [ ] CI
- [ ] Code
- [ ] Design

### PR Checklit
### πŸ—ƒοΈ Alternative solutions
<!--Describe more ways this idea could be implemented.-->


### βœ… Tasks
<!--Give an overview of all the specific things you would like to be changed or implemented.
If an issue already exists with this, you can add the issue link or number-->

```[tasklist]
### High priority
- [ ] Something
- [ ] Another thing
- [ ] https://github.com/link/to/an/issue
```
```[tasklist]
### Nice to have
- [ ] Something
- [ ] Another thing
- [ ] https://github.com/link/to/an/issue
```

#### β˜‘οΈ PR checklist

```[tasklist]
### PR checklist
- [ ] Were these changes approved in an discussion by the project maintainers to prevent from extra work?
- [ ] Did you build the app and test your changes?
- [ ] Did you check for accessibility? You can use Accessibility Insights for this.
- [ ] Did you remove any strings from the en-us resource file after seeing if the string wasn't being used?
- [ ] Did you implement any design changes to an existing feature?
- [ ] Was this change approved?
- [ ] Are there any other steps that were used to validate these changes?
1.
2.
```

### Screenshots
### πŸ“Έ Assets
<!--A list of assets (screenshots, mockups) relevant to this feature request.
You can also include GitHub citations (if you know what these are).-->

0 comments on commit 8d91200

Please sign in to comment.