From 9b177957f8b9262873771e3ea6b4cd3d0a18750b Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 14 Aug 2021 02:17:13 -0400 Subject: [PATCH] dev: insist on pastebin for sysinfo in issue forms --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 062b7a59b..42e3235cb 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -79,9 +79,11 @@ body: attributes: label: System Information description: | - Upload the output of `M-x doom/info` or `$ ~/.emacs.d/bin/doom info` **to [pastebin.com](https://pastebin.com)**, then paste its URL here. **Please do not omit or modify your doom/info.** + Paste a link to a [pastebin](https://pastebin.com) where you've uploaded the output of `M-x doom/info` or `$ ~/.emacs.d/bin/doom info`. - The use of pastebin (or a similar service) is necessary to reduce search result pollution in our issue tracker. + > :warning: **Do not paste your M-x doom/info directly into this box!** Use pastebin to minimize search result pollution in our issue tracker. + + > :warning: **Do not omit any part of or modify your doom/info.** placeholder: https://pastebin.com/fakeurl validations: required: true