diff options
author | Joe Chen <jc@unknwon.io> | 2022-04-27 20:29:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-27 20:29:54 +0800 |
commit | 71fc57f8a05c899849bf67a92822fe1e5fcf68b2 (patch) | |
tree | 54dc0a00f6379cbb7dde17791b4eff2cdf3186cb /.github/pull_request_template.md | |
parent | f2c3027f50a1fc0a0603f504476c02eb5c820177 (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.md | 2 |
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. |