Skip to content

Commit

Permalink
doc: add GitHub issue templates
Browse files Browse the repository at this point in the history
Add GitHub issue templates to standardize issue formating and reduce
maintainer effort.

Closes: danth#268
Link: danth#516
  • Loading branch information
trueNAHO committed Aug 20, 2024
1 parent 94d7029 commit 12445b6
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
description: Report a bug.
labels: [bug]
name: Bug Report
title: "<SCOPE>: <SUMMARY>"

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/<USER>/<REPOSITORY>/blob/<HASH>/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:

0 comments on commit 12445b6

Please sign in to comment.