summaryrefslogtreecommitdiff
path: root/.gitlab
diff options
context:
space:
mode:
authorRhys Perry <pendingchaos02@gmail.com>2022-01-26 14:17:33 +0000
committerMarge Bot <emma+marge@anholt.net>2022-06-08 15:06:51 +0000
commit961a28d9d99d32685170939b788593648e18316c (patch)
tree9ceb0263b2a30c3efe46398cdecfcc1a6e465f7e /.gitlab
parent9c1e00afb1fcae0125bd84f6b3a7c34e96542f7f (diff)
downloadmesa-961a28d9d99d32685170939b788593648e18316c.tar.gz
gitlab: ask that reporters don't include long logs in descriptions
Signed-off-by: Rhys Perry <pendingchaos02@gmail.com> Reviewed-by: Timur Kristóf <timur.kristof@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14733>
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/issue_templates/Bug Report - AMD Radeon Vulkan.md3
-rw-r--r--.gitlab/issue_templates/Bug Report.md3
2 files changed, 4 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 a2f5ba25092..093119e8223 100644
--- a/.gitlab/issue_templates/Bug Report - AMD Radeon Vulkan.md
+++ b/.gitlab/issue_templates/Bug Report - AMD Radeon Vulkan.md
@@ -2,7 +2,8 @@
- 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 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)
+- For any logs, backtraces, etc - use [code blocks](https://docs.gitlab.com/ee/user/markdown.html#code-spans-and-blocks), GitLab removes line breaks without this.
+ - Do not paste long logs directly into the description. Use https://gitlab.freedesktop.org/-/snippets/new, attachments, or a pastebin with a long expiration instead.
- 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 5fadde0bbc4..474bd89772e 100644
--- a/.gitlab/issue_templates/Bug Report.md
+++ b/.gitlab/issue_templates/Bug Report.md
@@ -2,7 +2,8 @@
- 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 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)
+- For any logs, backtraces, etc - use [code blocks](https://docs.gitlab.com/ee/user/markdown.html#code-spans-and-blocks), GitLab removes line breaks without this.
+ - Do not paste long logs directly into the description. Use https://gitlab.freedesktop.org/-/snippets/new, attachments, or a pastebin with a long expiration instead.
- As examples of good bug reports you may review one of these - #2598, #2615, #2608