Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Commit

Permalink
Update issue forms
Browse files Browse the repository at this point in the history
  • Loading branch information
hSaria committed Dec 26, 2021
1 parent db697ca commit a895ce9
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 29 deletions.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Bug
description: Report erroneous behavior that happens only when ChromaTerm is running.
labels: bug
body:
- type: input
attributes:
label: ChromaTerm version
description: Run `pip3 show chromaterm` to get that info.
placeholder: v0.9.0
validations:
required: true
- type: input
attributes:
label: Terminal
description: Which terminal are you using?
placeholder: macOS built-in Terminal
validations:
required: true
- type: textarea
attributes:
label: What's happening?
description: >
Describe the issue and provide any details that helps recreate it.
placeholder: >
While running `ct tmux`, I connected to a Cisco ASA and saw the following
random characters that only appears when I was using ChromaTerm. Here's a
picture and I attached `.chromaterm.yml.zip` as I have some custom rules.
validations:
required: true
17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/bug_api.md

This file was deleted.

12 changes: 0 additions & 12 deletions .github/ISSUE_TEMPLATE/bug_script.md

This file was deleted.

11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Question or Suggestion
description: Got ideas to improve ChromaTerm or wondering how to get it working with a particular setup?
labels: question
body:
- type: textarea
attributes:
label: What's on your mind?
description: Try to provide context, like what you are trying to achieve.
validations:
required: true

0 comments on commit a895ce9

Please sign in to comment.