diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml deleted file mode 100644 index 4ed0614..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ /dev/null @@ -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 - diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md deleted file mode 100644 index 785b574..0000000 --- a/.github/ISSUE_TEMPLATE/custom.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Question -about: General how-to questions -title: '' -labels: '' -assignees: '' - ---- - - diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index bbcbbe7..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -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. diff --git a/image-build-upload.sh b/image-build-upload.sh old mode 100644 new mode 100755