diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0c80cf2b..986d168d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,5 +1,5 @@ # Team -# @manh-t is the Team Lead +# @luongvo is the Team Lead * @manh-t @doannimble @luongvo @markgravity # Engineering Leads diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index bf553ce5..cebc58c5 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,9 @@ -https://github.com/nimblehq/flutter_templates/issues/?? +Note: for a release PR, append this parameter `?template=release_template.md` to the current URL to apply the release PR +template, e.g. `{Github PR URL}?template=release_template.md` + +-- + +- Solves # ## What happened 👀 diff --git a/.github/PULL_REQUEST_TEMPLATE/release_template.md b/.github/PULL_REQUEST_TEMPLATE/release_template.md index 81bfc7c9..1f5e5ad6 100644 --- a/.github/PULL_REQUEST_TEMPLATE/release_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/release_template.md @@ -1,15 +1,15 @@ -Link to the milestone on Github e.g. https://github.com/nimblehq/flutter_templates/milestone/41?closed=1 -or Link to the project management tool for the release +https://github.com/nimblehq/flutter_templates/milestone/? ## Features Provide the ID and title of the issue in the section for each type (feature, chore and bug). The link is optional. -- [#1] As a user, I can log in or -- [[#1](https://github.com/nimblehq/flutter_templates/issues/1)] As a user, I can log in +- # ## Chores -- Same structure as in ## Feature + +- # ## Bugs -- Same structure as in ## Feature + +- # diff --git a/.template/pubspec.yaml b/.template/pubspec.yaml index 35c20a9f..e588cd2b 100644 --- a/.template/pubspec.yaml +++ b/.template/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.3.0+12 +version: 1.4.0+13 environment: sdk: ">=2.17.5 <3.0.0"