Skip to content

Commit 6db9c41

Browse files
committed
Update draftlogs README
1 parent bcc8827 commit 6db9c41

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

draftlogs/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Directory of draft logs to help prepare the upcoming [CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md)
22

33
Every pull request should add at least one markdown file to this directory.
4-
The filename must start with a number, preferably the PR number, followed by one of these:
4+
The filename must start with the PR number, followed by one of these:
55
1. `_fix.md` to propose a bug fix
66
2. `_add.md` to propose new features
77
3. `_remove.md` to propose a feature removal
@@ -21,9 +21,11 @@ which would render
2121

2222
> Please start your single-line or multiple lined message with a verb.
2323
24-
Each entry must include a link back to the PR in the form shown above:
24+
Each entry must include a link back to its own PR in the form shown above:
2525
`[[#1234](https://github.com/plotly/plotly.js/pull/1234)]` (a link to
2626
`/issues/1234` is also accepted, since GitHub redirects between the two).
27+
The number in the filename, the `#1234` label, and the URL must all be the
28+
same PR number.
2729

2830
### Skipping the draftlog
2931

0 commit comments

Comments
 (0)