From c005cf4bfa011ecc5913634deff243dfb228b96d Mon Sep 17 00:00:00 2001 From: Michael Baumgartner Date: Fri, 16 Feb 2024 19:39:59 +0100 Subject: [PATCH] Fix Link to contribution guidelines The linked markdown file in the github repository only contains the path to the actual file with the guidelines. Furthermore, there is a rendered version on the website, which shows the diagramms and not the code of them. --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4aa47fd7..fc10710d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -12,6 +12,6 @@ Describe the way your implementation works or what design decisions you made if Make sure you -- [ ] :book: have read the [contribution guidelines](https://github.com/mermaid-js/mermaid/blob/master/CONTRIBUTING.md) +- [ ] :book: have read the [contribution guidelines](https://mermaid.js.org/community/contributing.html) - [ ] :computer: have added unit/e2e tests (if appropriate) - [ ] :bookmark: targeted `develop` branch