Skip to content

Commit 0cded36

Browse files
committed
Updated templates
1 parent 429b35f commit 0cded36

10 files changed

Lines changed: 1679 additions & 272 deletions

File tree

.github/pull_request_template.md

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,25 @@
1-
# Pull Request Details
1+
## Pull Request Details
22

3-
## What issue does this PR address
3+
### Description
4+
<!--- Describe the problem this PR solves -->
5+
<!--- Describe what you have changed -->
6+
<!--- Describe why this change is required -->
47

5-
- [Description]
8+
### Related Issues
9+
<!--- If it fixes an open issue(s), please link to the issue here. -->
610

7-
## Associated Issue
8-
9-
- This PR relates to issue #
10-
11-
## Type of Change
11+
### Type of Change
1212

1313
- [ ] Bug fix (non-breaking change which fixes an issue)
1414
- [ ] New feature (non-breaking change which adds functionality)
1515
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
1616
- [ ] This change requires a documentation update
1717

18-
## How Has This Been Tested?
19-
20-
Please describe the tests that you ran to verify your changes.
18+
### How To Test?
19+
<!--- Describe the tests that a reviewer can undertake to verify your changes. -->
2120

22-
## Checklist
23-
24-
Complete the check-list below to ensure your branch is ready for PR.
21+
### Checklist
22+
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
2523

2624
- [ ] Screenshots included in linked issue #
2725
- [ ] Changes adhere to the [style and coding guidelines](https://survivor.togaware.com/gnulinux/flutter-style.html)
@@ -43,9 +41,8 @@ Complete the check-list below to ensure your branch is ready for PR.
4341
- [ ] I have identified reviewers
4442
- [ ] The PR has been approved by reviewers
4543

46-
## Finalising
47-
48-
Once PR discussion is complete and reviewers have approved:
44+
### Finalising
45+
<!--- Once PR discussion is complete and reviewers have approved. -->
4946

5047
- [ ] Merge dev into the this branch
5148
- [ ] Resolve any conflicts

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
types: [opened, reopened, synchronize]
1414

1515
env:
16-
FLUTTER_VERSION: '3.38.5'
16+
FLUTTER_VERSION: '3.41.5'
1717

1818
jobs:
1919

@@ -129,7 +129,7 @@ jobs:
129129
if: github.event.repository.private == false
130130
steps:
131131
- uses: actions/checkout@v4
132-
- run: make locmax-enforce
132+
- run: make locmax
133133

134134
copyright:
135135
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)