Add note for using towncrier with standalone PRs (#2915)

This commit is contained in:
Michael H 2019-08-26 21:39:51 -04:00 committed by Toby Harradine
parent 43da727a9f
commit bfa55922cf
2 changed files with 3 additions and 0 deletions

View File

@ -125,6 +125,8 @@ To create a towncrier entry for your PR, create a file in `changelog.d` for it.
The filename should be of the format `issuenumber.changetype(.count).rst`, where `(.count)` is an optional The filename should be of the format `issuenumber.changetype(.count).rst`, where `(.count)` is an optional
part of the filename should multiple entries for the same issue number and type be neccessary. part of the filename should multiple entries for the same issue number and type be neccessary.
If there is not an issue associated with your PR,
you may use the PR number in place of the issue number.
Valid changetypes are: Valid changetypes are:

View File

@ -0,0 +1 @@
Updated towncrier info in contribution guidelines to include how to do a standalone PR.