Skip to content

Commit 0f9df00

Browse files
authored
Merge pull request #4193 from owncloud/fix/improvements_in_templates
Improvements in PR and release templates
2 parents 9bbef94 + bd07f72 commit 0f9df00

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/ISSUE_TEMPLATE/release_template.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ For OEM releases, keep the OEM Release template and remove the Open Release one
2222
- [ ] [DEV] Update version number and name in build.gradle in owncloudApp module
2323
- [ ] [DEV] Update [SBOM](https://cloud.owncloud.com/f/6072870)
2424
- [ ] [DIS] Create a folder for the new version like `M.m.p_YYYY-MM-DD` inside the `changelog` folder
25-
- [ ] [DIS] Move all changelog files from the unreleased folder to the new version folder
25+
- [ ] [DIS] Move all changelog files from the `unreleased` folder to the new version folder
2626
- [ ] [DIS] Update screenshots, if needed, in README.md
27-
- [ ] [DEV] Add ReleaseNotes replacing `emptyList` with `listOf` and adding inside `ReleaseNote()` with String resources
27+
- [ ] [DEV] Add release notes replacing `emptyList` with `listOf` and adding inside `ReleaseNote()` with String resources, in `ReleaseNotesViewModel.kt`
2828
- [ ] [DIS] Prepare post in central.owncloud.org ([`Category:News + Tag:android`](https://central.owncloud.org/tags/c/news/5/android))
29-
- [ ] [DIS] Generate final bundle from signed commit in owncloud/android
29+
- [ ] [DIS] Generate final bundle from last commit in owncloud/android
3030
- [ ] [QA] Design Test plan
3131
- [ ] [DEV] Code Review
3232
- [ ] [QA] Regression Test execution
@@ -36,7 +36,7 @@ For OEM releases, keep the OEM Release template and remove the Open Release one
3636
- [ ] [GIT] Create and sign tag `vM.m.p` in HEAD commit of release branch, in owncloud/android
3737
- [ ] [DIS] Upload & publish release bundle and changelog in Play Store
3838
- [ ] [DIS] Update screenshots and store listing, if needed, in Play Store
39-
- [ ] [GIT] Publish a new release in [owncloud/android](https://github.com/owncloud/android/releases)
39+
- [ ] [GIT] Publish a new [release](https://github.com/owncloud/android/releases) in owncloud/android
4040
- [ ] [DIS] Release published in Play Store
4141
- [ ] [DIS] Publish post in central.owncloud.org ([`Category:News + Tag:android`](https://central.owncloud.org/tags/c/news/5/android))
4242
- [ ] [COM] Inform `#updates` and `#marketing` in internal chat that release is out

.github/pull_request_template.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
## Related Issues
22
App:
33

4-
Library PR (if needed):
5-
64
- [ ] Added changelog files for the fixed issues in folder changelog/unreleased. More info [here](https://github.com/owncloud/android/tree/master/changelog#create-changelog-items)
75
_____
86

0 commit comments

Comments
 (0)