diff options
author | David Snopek <dsnopek@gmail.com> | 2024-02-16 09:06:30 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-16 09:06:30 -0600 |
commit | 620104e700706091c33efa033bf96c687e2394ee (patch) | |
tree | 0514cc1385464e1051af60c6327f1c7e70dd2535 | |
parent | 349b081b18561e0796fa63bee6f195ee63f4e081 (diff) | |
parent | cd5673bf2e354e2da051d4f844c7d98996a4acc3 (diff) | |
download | redot-cpp-620104e700706091c33efa033bf96c687e2394ee.tar.gz |
Merge pull request #1367 from AThousandShips/issue_version
Use latest doc version in 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 c64397a..b52ad6f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -9,7 +9,7 @@ body: - Write a descriptive issue title above. - The golden rule is to **always open *one* issue for *one* bug**. If you notice several bugs and want to report them, make sure to create one new issue for each of them. - Search [open](https://github.com/godotengine/godot-cpp/issues) and [closed](https://github.com/godotengine/godot-cpp/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported. If you don't find a relevant match or if you're unsure, don't hesitate to **open a new issue**. The bugsquad will handle it from there if it's a duplicate. - - Verify that you are using a [supported Godot version](https://docs.godotengine.org/en/stable/about/release_policy.html). + - Verify that you are using a [supported Godot version](https://docs.godotengine.org/en/latest/about/release_policy.html). - type: input attributes: |