Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: add GitHub issue templates #516

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 72 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
---
description: Report a bug.
labels: [bug]
name: Bug
title: "<SCOPE>: <SUMMARY>"

body:
- type: textarea

attributes:
description: >-
Describe the issue in detail. Consider including a minimal working
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bugs do not work by definition but can be reproduced:

Suggested change
Describe the issue in detail. Consider including a minimal working
Describe the issue in detail. Consider including a minimal reproducible

example, logs, or screenshots.

label: Description

validations:
required: true

- type: textarea

attributes:
description: >-
Copy-paste the `flake.lock` file. If flakes are not used, provide the
locked input versions.

label: flake.lock

placeholder: |-
{
"nodes": {
},
"root": "root",
"version": 7
}

render: json

validations:
required: true

- type: dropdown

attributes:
description: How is Stylix installed?
label: Installation Method

options:
- NixOS
- Home Manager
- nix-darwin
- Other

validations:
required: true

- type: textarea

attributes:
description: "`nix-info --markdown` output."
label: System Information

placeholder: |-
- system:
- host os:
- multi-user?:
- sandbox:
- version:
- nixpkgs:

validations:
required: true