aboutsummaryrefslogtreecommitdiff
path: root/.github/pull_request_template.md
diff options
context:
space:
mode:
authorJoe Chen <jc@unknwon.io>2022-04-27 20:29:54 +0800
committerGitHub <noreply@github.com>2022-04-27 20:29:54 +0800
commit71fc57f8a05c899849bf67a92822fe1e5fcf68b2 (patch)
tree54dc0a00f6379cbb7dde17791b4eff2cdf3186cb /.github/pull_request_template.md
parentf2c3027f50a1fc0a0603f504476c02eb5c820177 (diff)
chore: fix dead link in pull request template (#6922)
[skip ci]
Diffstat (limited to '.github/pull_request_template.md')
-rw-r--r--.github/pull_request_template.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 180d97c8..81dcc72f 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -7,5 +7,5 @@ Link to the issue: <!-- paste the issue link here, or put "n/a" if not applicabl
### Checklist
- [ ] I agree to follow the [Code of Conduct](https://go.dev/conduct) by submitting this pull request.
-- [ ] I have read and acknowledge the [Contributing guide](https://github.com/gogs/gogs/blob/main/.github/contributing.md).
+- [ ] I have read and acknowledge the [Contributing guide](https://github.com/gogs/gogs/blob/main/.github/CONTRIBUTING.md).
- [ ] I have added test cases to cover the new code.