diff --git a/.gitlab/issue_templates/Bug Report - AMD Radeon Vulkan.md b/.gitlab/issue_templates/Bug Report - AMD Radeon Vulkan.md index 70cd9df9ef79e..ece63d7cdfbb9 100644 --- a/.gitlab/issue_templates/Bug Report - AMD Radeon Vulkan.md +++ b/.gitlab/issue_templates/Bug Report - AMD Radeon Vulkan.md @@ -1,6 +1,6 @@ ### Before submitting your bug report: - Check if a new version of Mesa is available which might have fixed the problem. -- If you can, check if the latest development version (git master) works better. +- If you can, check if the latest development version (git main) works better. - Check if your bug has already been reported here. - For any logs, backtraces, etc - use [code blocks](https://docs.gitlab.com/ee/user/markdown.html#code-spans-and-blocks) - As examples of good bug reports you may review one of these - #2598, #2615, #2608 diff --git a/.gitlab/issue_templates/Bug Report.md b/.gitlab/issue_templates/Bug Report.md index 9f6489230e3f1..86dab834e1b44 100644 --- a/.gitlab/issue_templates/Bug Report.md +++ b/.gitlab/issue_templates/Bug Report.md @@ -1,6 +1,6 @@ ### Before submitting your bug report: - Check if a new version of Mesa is available which might have fixed the problem. -- If you can, check if the latest development version (git master) works better. +- If you can, check if the latest development version (git main) works better. - Check if your bug has already been reported here. - For any logs, backtraces, etc - use [code blocks](https://docs.gitlab.com/ee/user/markdown.html#code-spans-and-blocks) - As examples of good bug reports you may review one of these - #2598, #2615, #2608