Skip to content

Commit c30f729

Browse files
authored
Fix link to CONTRIBUTING.md#"Pull request title" (#592)
Current link leads to https://github.com/about/careers#pull-request-title ... Also, fixes typo in `additional`.
1 parent 8ef25b7 commit c30f729

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ Describe the actions you performed (including scripts, commands you ran, etc.),
6262
If the PR title is not enough to describe the changes in a single line that explains this improvement in
6363
terms that a user can understand. This text will be added in release notes.
6464
65-
For example, you can provide additionnal notes about feature deprecation or backward incompatible changes.
65+
For example, you can provide additional notes about feature deprecation or backward incompatible changes.
6666
6767
-->
6868

6969
### Review checklist (to be filled by reviewers)
7070

7171
- [ ] Feature or bug fix MUST have appropriate tests (unit, integration, etc...)
72-
- [ ] PR title must be written as a CHANGELOG entry [(see why)](/CONTRIBUTING.md#pull-request-title)
72+
- [ ] PR title must be written as a CHANGELOG entry [(see why)](https://github.com/DataDog/datadogpy/blob/master/CONTRIBUTING.md#pull-request-title)
7373
- [ ] Files changes must correspond to the primary purpose of the PR as described in the title (small unrelated changes should have their own PR)
7474
- [ ] PR must have one `changelog/` label attached. If applicable it should have the `backward-incompatible` label attached.
7575
- [ ] PR should not have `do-not-merge/` label attached.

0 commit comments

Comments
 (0)