Skip to content

Commit 366a9a1

Browse files
authored
Update release notes template and forum link
1 parent a2503a1 commit 366a9a1

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ The following template should be used for creating GitHub release notes via
403403
package may also be attached to the release notes.
404404

405405
```
406-
The PHP team is happy to announce that version X.Y.Z of the [mongodb](http://pecl.php.net/package/mongodb) PHP extension is now available on PECL.
406+
The PHP team is happy to announce that version X.Y.Z of the [mongodb](https://pecl.php.net/package/mongodb) PHP extension is now available on PECL.
407407
408408
**Release Highlights**
409409
@@ -415,20 +415,20 @@ $JIRA_URL
415415
**Documentation**
416416
417417
Documentation is available on PHP.net:
418-
http://php.net/set.mongodb
418+
https://www.php.net/set.mongodb
419419
420420
**Installation**
421421
422422
You can either download and install the source manually, or you can install the extension with:
423423
424-
pecl install mongodb
424+
pecl install mongodb-X.Y.Z
425425
426426
or update with:
427427
428-
pecl upgrade mongodb
428+
pecl upgrade mongodb-X.Y.Z
429429
430430
Windows binaries are available on PECL:
431-
http://pecl.php.net/package/mongodb
431+
https://pecl.php.net/package/mongodb
432432
```
433433

434434
> **Note:** If this is an alpha or beta release, the installation examples
@@ -451,10 +451,7 @@ Thanks for our community contributors for X.Y.Z:
451451
* [$CONTRIBUTOR_NAME](https://github.com/$GITHUB_USERNAME)
452452
```
453453

454-
Release announcements should also be sent to the [MongoDB Product & Driver Announcements](https://community.mongodb.com/tags/c/community/release-notes/35/php-driver).
455-
456-
Consider announcing each release on Twitter. Significant releases should also be
457-
announced via [@MongoDB](http://twitter.com/mongodb) as well.
454+
Release announcements should also be posted in the [MongoDB Product & Driver Announcements: Driver Releases](https://www.mongodb.com/community/forums/tags/c/announcements/driver-releases/110/php) forum and shared on Twitter.
458455

459456
### Update compatibility tables in MongoDB docs
460457

0 commit comments

Comments
 (0)