Skip to content

Commit 5439da0

Browse files
committed
Minor updates to all templates.
1 parent cb2f216 commit 5439da0

5 files changed

+16
-23
lines changed

templates/issue-template--release--bug-fix--security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Release scheduled for [Month] DD, 20xx 10am - 4pm PT
3131
* See [this example](https://github.com/backdrop/backdrop/releases/tag/1.16.0) or [this example](https://github.com/backdrop/backdrop/releases/tag/1.14.0) for updates to `settings.php`
3232
- [ ] Note if updates (update.php) needs to be run, for example:
3333
* Use the text `The database update script does **not** need to be run.`
34-
* or `**It will be necessary to run the update script** (located at /update.php) for this release.`
34+
* or `**It will be necessary to run the update script** (located at /core/update.php) for this release.`
3535
- [ ] Include a section heading `**Changes since version 1.xx.x** are listed below.`
3636
* Navigate to [Actions](https://github.com/backdrop/backdrop-issues/actions)
3737
* Select the most recent time "Release Notes Generator" has been run.

templates/issue-template--release--bug-fix.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Release scheduled for [Month] DD, 20xx 10am - 4pm PT
3030
* See [this example](https://github.com/backdrop/backdrop/releases/tag/1.16.0) or [this example](https://github.com/backdrop/backdrop/releases/tag/1.14.0) for updates to `settings.php`
3131
- [ ] Note if updates (update.php) needs to be run, for example:
3232
* Use the text `The database update script does **not** need to be run.`
33-
* or `**It will be necessary to run the update script** (located at /update.php) for this release.`
33+
* or `**It will be necessary to run the update script** (located at /core/update.php) for this release.`
3434
- [ ] Include a section heading `**Changes since version 1.xx.x** are listed below.`
3535
* Navigate to [Actions](https://github.com/backdrop/backdrop-issues/actions)
3636
* Select the most recent time "Release Notes Generator" has been run.
@@ -46,7 +46,7 @@ Release scheduled for [Month] DD, 20xx 10am - 4pm PT
4646
- [ ] Create release notes on GitHub, and publish release (assign to jenlampton / herbdool / quicksketch)
4747
- [ ] Update the front page download link on b.org (assign to stpaultim / klonos / jenlampton / herbdool / quicksketch)
4848
- [ ] Tweet that a new release is out (assign to stpaultim / jimbirch / jenlampton / quicksketch)
49-
- Use text like "There is a bug-fix release out for #BackdropCMS today, version 1.17.1: https://backdropcms.org." or
49+
- Use text like "There is a bug-fix release out for #BackdropCMS today, version 1.27.2: https://backdropcms.org."
5050

5151
## Immediate Post-release tasks
5252

@@ -74,9 +74,8 @@ If this release does NOT accompany a minor release:
7474

7575
## See Also
7676

77-
- [Checklist for 1.xx.x release]()
7877
<!-- If this release DOES accompany a minor release: -->
79-
- [Minor Release Checklist]()
78+
- [Checklist for 1.xx.x release]()
8079
<!-- If this is a security release: -->
8180
- [Checklist for previous minor version]()
8281

templates/issue-template--release--major.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Steps to create a MAJOR release
2525
* See [this example](https://github.com/backdrop/backdrop/releases/tag/1.16.0) or [this example](https://github.com/backdrop/backdrop/releases/tag/1.14.0) for updates to `settings.php`
2626
- [ ] Note if updates (update.php) needs to be run, for example:
2727
* Use the text `The database update script does **not** need to be run.`
28-
* or `**It will be necessary to run the update script** (located at /update.php) for this release.`
28+
* or `**It will be necessary to run the update script** (located at /core/update.php) for this release.`
2929
- [ ] Include a section heading `**Changes since version 1.xx.x** are listed below.`
3030
* navigate to [Actions](https://github.com/backdrop/backdrop-issues/actions)
3131
* Select the most recent time "Release Notes Generator" has been run.

templates/issue-template--release--minor-preview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Scheduled for January/May/September 1st, 20xx 10am - 4pm PT
3030
* See [this example](https://github.com/backdrop/backdrop/releases/tag/1.16.0) or [this example](https://github.com/backdrop/backdrop/releases/tag/1.14.0) for updates to `settings.php`
3131
- [ ] Note if updates (update.php) needs to be run, for example:
3232
* Use the text `The database update script does **not** need to be run.`
33-
* or `**It will be necessary to run the update script** (located at /update.php) for this release.`
33+
* or `**It will be necessary to run the update script** (located at /core/update.php) for this release.`
3434
- [ ] Include a section heading `**Changes since version 1.xx.x** are listed below.`
3535
* navigate to [Actions](https://github.com/backdrop/backdrop-issues/actions)
3636
* Select the most recent time "Release Notes Generator" has been run.
@@ -47,8 +47,8 @@ Scheduled for January/May/September 1st, 20xx 10am - 4pm PT
4747
- [ ] Add `Needs translation` label if the the issue contains string translations.
4848
- [ ] Draft blog post for release on the 15th (assign to stpaultim / tomgrandy / klonos / jenlampton)
4949
- [ ] Draft roadmap updates for backdropcms.org (assign to stpaultim / klonos / jenlampton)
50-
- [ ] Update list of modules included in backdrop core (assign to bugfolder / klonos / jenlampton)
51-
- [ ] Update list of modules included in backdrop_upgrade_status module (assign to jenlampton)
50+
- [ ] Update list of [modules included in backdrop core](https://docs.backdropcms.org/documentation/features-added-to-core) (assign to bugfolder / klonos / jenlampton)
51+
- [ ] Update list of modules included in backdrop_upgrade_status module @ jenlampton
5252
- [ ] Create new forum topic for feedback on the release @stpaultim
5353

5454
## Release tasks

templates/issue-template--release--minor.md

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Scheduled for January/September/May 15, 20xx 10am - 4pm PT
3131
* See [this example](https://github.com/backdrop/backdrop/releases/tag/1.16.0) or [this example](https://github.com/backdrop/backdrop/releases/tag/1.14.0) for updates to `settings.php`
3232
- [ ] Note if updates (update.php) needs to be run, for example:
3333
* Use the text `The database update script does **not** need to be run.`
34-
* or `**It will be necessary to run the update script** (located at /update.php) for this release.`
34+
* or `**It will be necessary to run the update script** (located at /core/update.php) for this release.`
3535
- [ ] Include a section heading `**Changes since version 1.xx.x** are listed below.`
3636
* Navigate to [Actions](https://github.com/backdrop/backdrop-issues/actions)
3737
* Select the most recent time "Release Notes Generator" has been run.
@@ -51,7 +51,8 @@ Scheduled for January/September/May 15, 20xx 10am - 4pm PT
5151
- [ ] Create release notes on GitHub, and publish release (assign to jenlampton / herbdool / quicksketch)
5252
- [ ] Unpublish preview release on backdropcms.org (assign to stpaultim / klonos / jenlampton / herbdool / quicksketch)
5353
- [ ] Update the front page download link on b.org (assign to stpaultim / klonos / jenlampton)
54-
- [ ] Create a new language template file for the translation server (assign to olaf - see https://github.com/backdrop-ops/localize.backdropcms.org/issues/27 until this is automated)
54+
- [ ] Create a new language template file for the translation server @olaf
55+
<!-- automate this https://github.com/backdrop-ops/localize.backdropcms.org/issues/27 -->
5556

5657
## Immediate Post-release tasks
5758

@@ -63,7 +64,7 @@ Scheduled for January/September/May 15, 20xx 10am - 4pm PT
6364
- [ ] email [email protected] for a note in the PHP Weekly Newsletter (assign to stpaultim / klonos / jenlampton)
6465
- [ ] Update the roadmap page on b.org (assign to stpaultim / klonos / jenlampton)
6566
- [ ] Update list of modules included in backdrop core (assign to bugfolder / klonos / jenlampton)
66-
- [ ] Update list of modules included in backdrop_upgrade_status module (assign to jenlampton)
67+
- [ ] Update list of modules included in backdrop_upgrade_status module @jenlampton
6768
- [ ] Update the Wikipedia articles (assign to stpaultim / klonos / jenlampton)
6869
- [ ] https://en.wikipedia.org/w/index.php?title=Template:BackdropCMS_version&action=edit -
6970
* Auto applied to:
@@ -77,34 +78,27 @@ Scheduled for January/September/May 15, 20xx 10am - 4pm PT
7778
- [ ] Update [Platform.sh](https://github.com/backdrop/backdrop-issues/wiki/Update:-Platform.sh-Template) @herbdool
7879
- [ ] Update [Composer](https://github.com/backdrop-ops/backdrop-composer) @herbdool
7980
- [ ] Update [Docker](https://github.com/backdrop/backdrop-issues/wiki/Update:-Docker-Image) @wylbur
81+
- [ ] Update [Amezmo](https://github.com/sdubois/backdrop-amezmo) @jenlampton
8082

8183
### Backdrop Website updates
8284

83-
- [ ] backdropcms.org @jenlampton (or bugfolder)
8485
- [ ] beta.backdropcms.org @jenlampton (or bugfolder)
8586
- [ ] docs.backdropcms.org @jenlampton (or bugfolder)
8687
- [ ] events.backdropcms.org @jenlampton (or bugfolder)
87-
- [ ] forum.backdropcms.org @jenlampton (or bugfolder)
8888
- [ ] localize.backdropcms.org @jenlampton (or bugfolder)
8989

9090
## 2-week Post-release tasks
91+
<!-- These should be done after the first bug-fix release or 14 days -- whichever comes sooner. -->
9192

92-
These should be done after the first bug-fix release or 14 days -- whichever
93-
comes sooner.
93+
- [ ] backdropcms.org @jenlampton
94+
- [ ] forum.backdropcms.org @jenlampton
9495

9596

9697
### Publicity tasks
9798

9899
- [ ] Add a notification to the dashboard (assign to stpaultim / klonos / jenlampton)
99100
- [ ] Send a newsletter to subscribers (assign to @bwpanda / stpaultim / jenlampton)
100101

101-
### Backdrop Website updates
102-
103-
- [ ] backdropcms.org @jenlampton (or bugfolder)
104-
- [ ] docs.backdropcms.org @jenlampton (or bugfolder)
105-
- [ ] events.backdropcms.org @jenlampton (or bugfolder)
106-
- [ ] forum.backdropcms.org @jenlampton (or bugfolder)
107-
- [ ] localize.backdropcms.org @jenlampton (or bugfolder)
108102

109103
See Also
110104
---------

0 commit comments

Comments
 (0)