Skip to content

Commit

Permalink
Merge branch 'main' into lamparter/refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamparter authored Jul 22, 2024
2 parents 8507d5b + 4f82876 commit 7cf94ea
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 25 deletions.
10 changes: 1 addition & 9 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,10 @@ body:
label: ✅ Tasks
description: Give an overview of all the specific things you would like to be changed or implemented.
value: |
```[tasklist]
### High Priority
#### 📋 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
```
validations:
required: false
- type: textarea
Expand Down
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,17 @@ body:
Unsupported platforms?
validations:
required: false
- type: textarea
attributes:
label: ✅ Tasks
description: Give an overview of all the specific things that need to change in the code for this to be implemented (you can use a tasklist if you like!)
value: |
#### 📋 High Priority
- [ ] Something
- [ ] Another thing
- [ ] https://github.com/link/to/an/issue
validations:
required: false
- type: dropdown
id: difficulty
attributes:
Expand Down
17 changes: 1 addition & 16 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
<!--⏱️ Before you start...
Have you checked whether or not a similar pull request has already been reported?-->

### 📄 Description
<!--A clear and concise description of what your idea is. Include things like possible use cases, drawbacks, etc.-->

Expand All @@ -16,31 +13,19 @@ Have you checked whether or not a similar pull request has already been reported
<!--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
#### 📋 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?
```

### 📸 Assets
<!--A list of assets (screenshots, mockups) relevant to this feature request.
Expand Down

0 comments on commit 7cf94ea

Please sign in to comment.