mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore: cloudcmd: actions: lint ☘️
This commit is contained in:
parent
e2591061af
commit
53acae1a63
1 changed files with 53 additions and 52 deletions
105
.github/ISSUE_TEMPLATE/issue_template.md
vendored
105
.github/ISSUE_TEMPLATE/issue_template.md
vendored
|
|
@ -6,62 +6,63 @@ title: ""
|
|||
labels: needs triage
|
||||
assignees: coderaiser
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this report!
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this report!
|
||||
- type: input
|
||||
id: version
|
||||
attributes:
|
||||
label: **Version** (`cloudcmd -v`):
|
||||
description: Version of used Cloud Commander
|
||||
placeholder: version
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: version
|
||||
attributes:
|
||||
label: **Version** (`cloudcmd -v`):
|
||||
description: Version of used Cloud Commander
|
||||
placeholder: version
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: node-version
|
||||
attributes:
|
||||
label: **Node Version** (`node -v`):
|
||||
description: Version of used Node.js
|
||||
placeholder: version
|
||||
label: **Node Version** (`node -v`):
|
||||
description: Version of used Node.js
|
||||
placeholder: version
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: what-happened
|
||||
attributes:
|
||||
label: What happened?
|
||||
description: Also tell us, what did you expect to happen?
|
||||
placeholder: Tell us what you see!
|
||||
value: "A bug happened!"
|
||||
validations:
|
||||
required: true
|
||||
-
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: browsers
|
||||
attributes:
|
||||
label: What browsers are you seeing the problem on?
|
||||
multiple: true
|
||||
options:
|
||||
- Firefox
|
||||
- Chrome
|
||||
- Safari
|
||||
- Microsoft Edge
|
||||
- type: textarea
|
||||
id: changed-config
|
||||
attributes:
|
||||
label: Changed Config
|
||||
description: Please copy and paste any relevant changed `~/.cloudcmd.json`. This will be automatically formatted into code, so no need for backticks.
|
||||
render: json
|
||||
- type: checkboxes
|
||||
id: work-on-issue
|
||||
attributes:
|
||||
label: Work on this issue
|
||||
options:
|
||||
- label: 💪 **I'm willing to work on this issue**
|
||||
required: false
|
||||
---------------------
|
||||
required: false
|
||||
- type: textarea
|
||||
id: what-happened
|
||||
attributes:
|
||||
label: What happened?
|
||||
description: Also tell us, what did you expect to happen?
|
||||
placeholder: Tell us what you see!
|
||||
value: "A bug happened!"
|
||||
validations:
|
||||
required: true
|
||||
- validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: browsers
|
||||
attributes:
|
||||
label: What browsers are you seeing the problem on?
|
||||
multiple: true
|
||||
options:
|
||||
- Firefox
|
||||
- Chrome
|
||||
- Safari
|
||||
- Microsoft Edge
|
||||
- type: textarea
|
||||
id: changed-config
|
||||
attributes:
|
||||
label: Changed Config
|
||||
description: Please copy and paste any relevant changed `~/.cloudcmd.json`. This will be automatically formatted into code, so no need for backticks.
|
||||
render: json
|
||||
- type: checkboxes
|
||||
id: work-on-issue
|
||||
attributes:
|
||||
label: Work on this issue
|
||||
options:
|
||||
- label: 💪 **I'm willing to work on this issue**
|
||||
required: false
|
||||
|
||||
***
|
||||
|
||||
- **Version** (`cloudcmd -v`):
|
||||
- **Node Version** `node -v`:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue