summaryrefslogtreecommitdiff
path: root/.gitlab
diff options
context:
space:
mode:
authorJordan Justen <jordan.l.justen@intel.com>2021-04-26 13:17:49 -0700
committerJordan Justen <jordan.l.justen@intel.com>2021-05-05 12:20:11 -0700
commit26a1ddd20215da7aee9aa22e27ea8609728dbba0 (patch)
tree34533f146efceb9586ae9939547a0e442ed1a7b3 /.gitlab
parent3356488c8a84e4bb9696dd662bce910207105175 (diff)
issue_templates/Bug Report: Rename master branch to main
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Rhys Perry <pendingchaos02@gmail.com> Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/issue_templates/Bug Report - AMD Radeon Vulkan.md2
-rw-r--r--.gitlab/issue_templates/Bug Report.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab/issue_templates/Bug Report - AMD Radeon Vulkan.md b/.gitlab/issue_templates/Bug Report - AMD Radeon Vulkan.md
index 70cd9df9ef7..ece63d7cdfb 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 9f6489230e3..86dab834e1b 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