diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 100 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 18 |
2 files changed, 59 insertions, 59 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 31ba093..a8601e5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,61 +1,61 @@ name: 🐞 Bug Report description: Report a bug labels: - - kind/bug - - status/needs-triage + - kind/bug + - status/needs-triage body: - - type: checkboxes - id: product - attributes: - label: Product name - description: What Polyfrost product are you using? - options: - - label: Website - - label: Launcher - - label: Installer + - type: checkboxes + id: product + attributes: + label: Product name + description: What Polyfrost product are you using? + options: + - label: Website + - label: Launcher + - label: Installer - - type: markdown - attributes: - value: | - ## First of all - 1. Please search for [existing issues](https://github.com/polyfrost/nexus/issues?q=is%3Aissue) about this problem first. - 2. Make sure it's an issue with our products and not something else you are using. - 3. Remember to follow our community guidelines and be friendly. + - type: markdown + attributes: + value: | + ## First of all + 1. Please search for [existing issues](https://github.com/polyfrost/nexus/issues?q=is%3Aissue) about this problem first. + 2. Make sure it's an issue with our products and not something else you are using. + 3. Remember to follow our community guidelines and be friendly. - - type: textarea - id: description - attributes: - label: Describe the bug - description: A clear description of what the bug is. Include screenshots if applicable. - placeholder: Bug description - validations: - required: true + - type: textarea + id: description + attributes: + label: Describe the bug + description: A clear description of what the bug is. Include screenshots if applicable. + placeholder: Bug description + validations: + required: true - - type: textarea - id: reproduction - attributes: - label: Reproduction - description: Steps to reproduce the behavior. - placeholder: | - 1. Go to ... - 2. Click on ... - 3. See error + - type: textarea + id: reproduction + attributes: + label: Reproduction + description: Steps to reproduce the behavior. + placeholder: | + 1. Go to ... + 2. Click on ... + 3. See error - - type: textarea - id: expected-behavior - attributes: - label: Expected behavior - description: A clear description of what you expected to happen. + - type: textarea + id: expected-behavior + attributes: + label: Expected behavior + description: A clear description of what you expected to happen. - - type: textarea - id: logs - attributes: - label: Stack trace (optional) - render: Shell + - type: textarea + id: logs + attributes: + label: Stack trace (optional) + render: Shell - - type: textarea - id: context - attributes: - label: Additional context - description: Add any other context about the problem here. + - type: textarea + id: context + attributes: + label: Additional context + description: Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 77fbf47..ddd6b22 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,12 +2,12 @@ # yaml-language-server: $schema=https://json.schemastore.org/github-issue-config.json blank_issues_enabled: false contact_links: - - name: 🙏 Get Help - url: https://github.com/polyfrost/nexus/discussions/new?category=help - about: If you can't get something to work the way you expect, open a question in our discussion forums. - - name: 💡 Feature Request - url: https://github.com/polyfrost/nexus/discussions/new?category=ideas - about: Suggest any ideas you have using our discussion forums. - - name: 💬 Discord Chat - url: https://polyfrost.cc/discord - about: Ask questions and talk to other Polyfrost product users and the devs. + - name: 🙏 Get Help + url: https://github.com/polyfrost/nexus/discussions/new?category=help + about: If you can't get something to work the way you expect, open a question in our discussion forums. + - name: 💡 Feature Request + url: https://github.com/polyfrost/nexus/discussions/new?category=ideas + about: Suggest any ideas you have using our discussion forums. + - name: 💬 Discord Chat + url: https://polyfrost.cc/discord + about: Ask questions and talk to other Polyfrost product users and the devs. |