removed files and made upload script executable
This commit is contained in:
parent
8fe25d0eb7
commit
a21eac8a37
4 changed files with 0 additions and 105 deletions
75
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
75
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -1,75 +0,0 @@
|
||||||
name: Bug Report
|
|
||||||
description: File a bug report
|
|
||||||
title: "[Bug]: "
|
|
||||||
labels: ["bug", "triage"]
|
|
||||||
assignees:
|
|
||||||
- billchurch
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
Depending on the type of issue, please include the follwing information:
|
|
||||||
- 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
|
|
||||||
- type: input
|
|
||||||
id: node_ver
|
|
||||||
attributes:
|
|
||||||
label: Node Version
|
|
||||||
description: version of Node this problem occurs on
|
|
||||||
placeholder: npm -v
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: input
|
|
||||||
id: npm_ver
|
|
||||||
attributes:
|
|
||||||
label: NPM Version
|
|
||||||
description: version of NPM this problem occurs on
|
|
||||||
placeholder: npm -v
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: input
|
|
||||||
id: server_ver
|
|
||||||
attributes:
|
|
||||||
label: Server OS Version
|
|
||||||
description: Server OS Version / Distribution / Processor Architecture
|
|
||||||
placeholder: uname -a;cat /etc/os-release
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: input
|
|
||||||
id: webssh2_ver
|
|
||||||
attributes:
|
|
||||||
label: WebSSH2 release version
|
|
||||||
description: Version of WebSSH you are using
|
|
||||||
placeholder: grep version app/package.json
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: input
|
|
||||||
id: sshhost_ver
|
|
||||||
attributes:
|
|
||||||
label: OS and Version of SSH server
|
|
||||||
description: OS and Version of SSH server connecting to
|
|
||||||
placeholder: 'on target server run: uname -a;sshd -v'
|
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
- type: input
|
|
||||||
id: browser_ver
|
|
||||||
attributes:
|
|
||||||
label: Browser Version
|
|
||||||
description: Information from brwoser's About... or a screenshot of the about screen.
|
|
||||||
placeholder:
|
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
- type: textarea
|
|
||||||
id: logs
|
|
||||||
attributes:
|
|
||||||
label: Relevant log output
|
|
||||||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
|
||||||
render: shell
|
|
||||||
|
|
||||||
10
.github/ISSUE_TEMPLATE/custom.md
vendored
10
.github/ISSUE_TEMPLATE/custom.md
vendored
|
|
@ -1,10 +0,0 @@
|
||||||
---
|
|
||||||
name: Question
|
|
||||||
about: General how-to questions
|
|
||||||
title: ''
|
|
||||||
labels: ''
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
|
|
||||||
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
|
@ -1,20 +0,0 @@
|
||||||
---
|
|
||||||
name: Feature request
|
|
||||||
about: Suggest an idea for this project
|
|
||||||
title: ''
|
|
||||||
labels: ''
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
**Is your feature request related to a problem? Please describe.**
|
|
||||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
|
||||||
|
|
||||||
**Describe the solution you'd like**
|
|
||||||
A clear and concise description of what you want to happen.
|
|
||||||
|
|
||||||
**Describe alternatives you've considered**
|
|
||||||
A clear and concise description of any alternative solutions or features you've considered.
|
|
||||||
|
|
||||||
**Additional context**
|
|
||||||
Add any other context or screenshots about the feature request here.
|
|
||||||
0
image-build-upload.sh
Normal file → Executable file
0
image-build-upload.sh
Normal file → Executable file
Loading…
Reference in a new issue