forked from danth/stylix
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add GitHub issue templates to standardize issue formating and reduce maintainer effort. Closes: danth#268 Link: danth#516
- Loading branch information
Showing
1 changed file
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |