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

feat: overhaul issue templates #1667

Merged
merged 4 commits into from
Jun 26, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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
51 changes: 0 additions & 51 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

54 changes: 54 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
name: Bug Report
description: Help us improve by reporting an issue.

body:
- type: checkboxes
attributes:
label: Requirements
options:
- label: "I have searched the [issues](https://github.com/ryanoasis/nerd-fonts/issues) for my issue and found nothing related or helpful"
required: true
- label: "I have searched the [FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting) for help"
required: true
- label: "I have checked the [Wiki](https://github.com/ryanoasis/nerd-fonts/wiki) for help"
required: true

- type: textarea
attributes:
label: Experienced Behavior
description: Describe the issue you encountered.

- type: textarea
attributes:
label: Expected Behavior
description: Explain what you expected to happen.

- type: textarea
attributes:
label: Example Symbols or Text
description: Provide the codepoint of affected symbols or paste the text causing the issue (no screenshots).

- type: input
attributes:
label: Font Used
placeholder: Specify the exact name of the font file.

- type: input
attributes:
label: Source of Font File
placeholder: Link if downloaded, self-patched, or source.

- type: input
attributes:
label: Terminal Emulator
placeholder: Specify your terminal emulator (e.g., iTerm2, urxvt, gnome-terminal).

- type: input
attributes:
label: Operating System and Version
placeholder: Specify OS (e.g., macOS 12.3, Ubuntu 22.04, Windows 11).

- type: textarea
attributes:
label: Additional Context
description: Include any other relevant details or screenshots here.
35 changes: 0 additions & 35 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Feature Request
description: Suggest an idea to enhance this project.

body:
- type: checkboxes
attributes:
label: Requirements
options:
- label: "I have searched the [issues](https://github.com/ryanoasis/nerd-fonts/issues) for my request and found nothing related or helpful"
required: true
- label: "I have checked the [FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting) for help"
required: true
- label: "I have reviewed the [Wiki](https://github.com/ryanoasis/nerd-fonts/wiki) for relevant information"
required: true

- type: textarea
attributes:
label: Problem Description
description: Describe the problem or limitation you're facing that prompted this feature request.

- type: textarea
attributes:
label: Desired Solution
description: Describe the solution or enhancement you envision.

- type: textarea
attributes:
label: Alternatives Considered
description: Describe any alternative approaches or features you've thought about.

- type: textarea
attributes:
label: Additional Context
description: Include any other details, context, or screenshots that might help clarify the feature request.