From 698c297ef9ba96cdd4d4f0eebbb1217053b6e6a3 Mon Sep 17 00:00:00 2001 From: Chris Montgomery Date: Sun, 31 Jul 2022 10:52:21 -0400 Subject: [PATCH] meta: rework/cleanup/clarify bug issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 82 ++++++++++++++-------------- 1 file changed, 42 insertions(+), 40 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7845ae4..be3b90f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,51 +1,53 @@ --- name: Bug report -about: Create a report to help improve +about: Create a report to help us improve title: '' labels: 'bug' assignees: '' - --- -Your issue may already be reported! -Please search on the [issue tracker](../) before creating one. - ## Expected Behavior - - -## Current Behavior - - -## Possible Solution - - - -## Steps to Reproduce - - -1. -2. -3. -4. - -## Context - - - -## Your Environment - - -```console -[user@system:~]$ nix-shell -p nix-info --run "nix-info -m" -output here -``` - - +## Current Behavior + + + +## Steps to Reproduce + + + +1. ... +2. ... +3. ... + +## Additional Context + + + +## Your Environment + + + +```console +[user@system:~]$ nix run nixpkgs#nix-info -- -m; nix flake metadata +output here +```