diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2021-08-13 15:30:41 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2021-08-13 15:30:41 +0200 |
commit | 07c355c209c898f0696983f16cb2076366e0b283 (patch) | |
tree | 7b5c06ae6fd2c937f7cdfde92add43d8365a34f4 /.github/ISSUE_TEMPLATE | |
parent | 9e3733612461d9cf9edb19ab29244b0834e2d1b1 (diff) |
Issue template: Fix link to CONTRIBUTING.md
Fixes #51623.
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 43ba5ef357..2c2a963a26 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -5,7 +5,7 @@ body: - type: markdown attributes: value: | - - Read our [CONTRIBUTING.md guide](CONTRIBUTING.md#reporting-bugs) on reporting bugs. + - Read our [CONTRIBUTING.md guide](https://github.com/godotengine/godot/blob/master/CONTRIBUTING.md#reporting-bugs) on reporting bugs. - Write a descriptive issue title above. - Search [open](https://github.com/godotengine/godot/issues) and [closed](https://github.com/godotengine/godot/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported. - Verify that you are using a [supported Godot version](https://docs.godotengine.org/en/stable/about/release_policy.html). |