Skip to content

Commit

Permalink
dev: update pull request template for docs
Browse files Browse the repository at this point in the history
Adds a link to the website docs repo to the pull request template.
  • Loading branch information
AndyTWF committed Jan 16, 2025
1 parent cbeff2d commit 28014c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Provide name of JIRA ticket that this PR is related to (if applicable).
* e.g. [CHA-101] - this will automatically link the PR to the JIRA ticket.
* Provide names of any related DRs (if applicable).
* Provide links to any related PRs
* Provide links to any related PRs (including documentation)

### Description

Expand All @@ -19,7 +19,7 @@
* [ ] Integration tests created (if applicable).
* [ ] Follow coding style guidelines found [here](https://github.com/ably/engineering/tree/main/best-practices).
* [ ] TypeDoc updated (if applicable).
* [ ] (Optional) Update documentation for new features.
* [ ] Updated the [website documentation](https://github.com/ably/docs) (if applicable).
* [ ] Browser tests created (if applicable).
* [ ] In repo demo app updated (if applicable).

Expand Down

0 comments on commit 28014c4

Please sign in to comment.