From a0fb12663cb7acbddca58eee55ae26ba13c63ce2 Mon Sep 17 00:00:00 2001 From: NAHO <90870942+trueNAHO@users.noreply.github.com> Date: Tue, 20 Aug 2024 22:41:28 +0200 Subject: [PATCH] doc: add GitHub issue templates Add GitHub issue templates to standardize issue formating and reduce maintainer effort. Closes: https://github.com/danth/stylix/issues/268 --- .github/ISSUE_TEMPLATE/bug_report.yml | 49 +++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 000000000..5e0c5e104 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,49 @@ +--- +description: Report a bug. +labels: [bug] +name: Bug Report +title: ": " + +body: + - type: textarea + + attributes: + description: Concise, complete, and comprehesnsive description. + label: Description + + placeholder: |- + #### Summary + #### Minimal Working Example + #### Expected vs Actual Behavior + #### Logs or Screenshots + + - type: textarea + + attributes: + description: > + Provide exact input revisions in the following pre-populated table, or + replace the entire content with a locked `flake.lock` URL. + + label: Input Versions + placeholder: https://github.com///blob//flake.lock + + value: |- + | Input | Version | + |--------------|--------------------------------------------| + | Stylix | `0000000000000000000000000000000000000000` | + | Home Manager | `0000000000000000000000000000000000000000` | + | Nixpkgs | `0000000000000000000000000000000000000000` | + + - type: textarea + + attributes: + description: "`nix-info --markdown` output." + label: System Information + + placeholder: |- + - system: + - host os: + - multi-user?: + - sandbox: + - version: + - nixpkgs: