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

Add github issue forms #667

Merged
merged 10 commits into from
May 15, 2022
Merged
Show file tree
Hide file tree
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
19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: Bug report 🐛
description: Create a bug report to help us improve
labels: ["bug"]
body:
- type: markdown
attributes:
value: Thanks for contributing by creating an issue! ❤️
- type: checkboxes
attributes:
label: Duplicates
description: |
Please [search the history](https://github.com/o2sh/onefetch/issues) to see if an issue already exists for the same problem.

📌 If your issue refers to an incorrect language detection, please have a look [here](https://github.com/o2sh/onefetch/issues/26).
options:
- label: I have searched the existing issues
required: true
- type: textarea
attributes:
label: Current behavior 😯
description: Describe what happens instead of the expected behavior.
- type: textarea
attributes:
label: Expected behavior 🤔
description: Describe what should happen.
- type: textarea
attributes:
label: Steps to reproduce 🕹
description: Describe how we can reproduce this bug.
placeholder: |
1.
2.
3.
23 changes: 0 additions & 23 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Feature request 💄
description: Suggest an improvement
labels: ["feature request"]
body:
- type: markdown
attributes:
value: Thanks for contributing by creating an issue! ❤️
- type: textarea
attributes:
label: Summary 💡
description: Describe how it should work.
- type: textarea
attributes:
label: Motivation 🔦
description: >
What are you trying to accomplish?
How has the lack of this feature affected you?
22 changes: 0 additions & 22 deletions .github/ISSUE_TEMPLATE/new_language.md

This file was deleted.

24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/new_language.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: New Language Request 📢
description: Request for a new language to be supported
labels: ["enhancement, good first issue"]

body:
- type: markdown
attributes:
value: Thanks for contributing by creating an issue! ❤️
- type: textarea
attributes:
label: Language Name 🖊
description: Provide the name of the language and any additional details that we should know.
- type: textarea
attributes:
label: Logo 📷
description: Is there a logo that can be used as a source of inspiration for the ASCII art?
- type: checkboxes
attributes:
label: Upstream support ✅
description: |
Onefetch relies on [tokei](https://github.com/XAMPPRocky/tokei) for language detection.
options:
- label: Does tokei already support the language in question?
required: true