diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b8b3ff1..e1fc53c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,39 +8,57 @@ assignees: '' --- **Describe the bug** -A clear and concise description of what the bug is. + +> A clear and concise description of what the bug is. **To Reproduce** -Steps to reproduce the behavior: + +> Steps to reproduce the behavior: + 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior** -A clear and concise description of what you expected to happen. + +> A clear and concise description of what you expected to happen. **Screenshots** -If applicable, add screenshots to help explain your problem. + +> If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** + +``` - OS: [e.g. iOS] - Browser [e.g. chrome, safari] - Version [e.g. 22] +``` + +**System Time** + +> Run `timedatectl` and share the output + +``` +(timedatectl output here) +``` **Logs** -run following command to collect corresponding logs: +> Run following command to collect corresponding logs: ```bash sudo journalctl -xef -u casaos-gateway sudo journalctl -xef -u casaos-user-service sudo journalctl -xef -u casaos-local-storage +sudo journalctl -xef -u casaos-app-management sudo journalctl -xef -u casaos.service ``` - - **Additional context** -Add any other context about the problem here. + +> Add any other context about the problem here. +> +> If you are a Zimaboard user, make it explicit with when you got your Zimaboard. diff --git a/.github/ISSUE_TEMPLATE/feedback.yml b/.github/ISSUE_TEMPLATE/feedback.yml deleted file mode 100644 index b76c8c6..0000000 --- a/.github/ISSUE_TEMPLATE/feedback.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: "Feedback" -description: Feedback, showcases, thoughts, needs and questions, etc. -title: "[Feedback] " -labels: ["feedback"] -body: - - type: markdown - attributes: - value: | - ### ❤️ Thanks for your feedback! - > Come join our [Discord community](https://discord.gg/knqAbbBbeX) and paint the ideal home cloud with us. - - type: textarea - id: description - attributes: - label: Description - placeholder: What do you want to tell us? - validations: - required: true - - type: textarea - id: additional - attributes: - label: Additional Information - description: Please add logs/files/screenshots if you have them to help us better understanding. - diff --git a/.github/ISSUE_TEMPLATE/submit-application.md b/.github/ISSUE_TEMPLATE/submit-application.md deleted file mode 100644 index 23fc1a4..0000000 --- a/.github/ISSUE_TEMPLATE/submit-application.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -name: Submit application -about: Add an app to this project -title: '' -labels: '' -assignees: LinkLeong - ---- - -Tested platform -e.g. linux/amd64,linux/arm-v7,linux-arm64 - - - -Please export and upload the configuration file of this application diff --git a/.goreleaser.debug.yaml b/.goreleaser.debug.yaml index fb6f160..04e112a 100644 --- a/.goreleaser.debug.yaml +++ b/.goreleaser.debug.yaml @@ -113,24 +113,22 @@ builds: goarm: - "7" archives: - - name_template: "{{ .Os }}-{{ .Arch }}-{{ .ProjectName }}-v{{ .Version }}" + - name_template: >- + {{ .Os }}-{{- if eq .Arch "arm" }}arm-7{{- else }}{{ .Arch }}{{- end }}-{{ .ProjectName }}-v{{ .Version }} id: casaos builds: - casaos-amd64 - casaos-arm64 - casaos-arm-7 - replacements: - arm: arm-7 files: - build/**/* - - name_template: "{{ .Os }}-{{ .Arch }}-{{ .ProjectName }}-migration-tool-v{{ .Version }}" + - name_template: >- + {{ .Os }}-{{- if eq .Arch "arm" }}arm-7{{- else }}{{ .Arch }}{{- end }}-{{ .ProjectName }}-migration-tool-v{{ .Version }} id: casaos-migration-tool builds: - casaos-migration-tool-amd64 - casaos-migration-tool-arm64 - casaos-migration-tool-arm-7 - replacements: - arm: arm-7 files: - build/sysroot/etc/**/* checksum: diff --git a/README.md b/README.md index e71df8f..be3aace 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,8 @@ Everyone's contribution is greatly appreciated. ([Emoji Key](https://allcontribu