diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml new file mode 100644 index 000000000..f218adadd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yml @@ -0,0 +1,55 @@ +name: Bug Report +description: File a bug report. +title: "[Bug]: " +labels: ["bug"] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + - 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: dropdown + id: package + attributes: + label: Package + description: Which package is the bug report for? + options: + - studiocms + - "@studiocms/blog" + - "@studiocms/devapps" + - "@studiocms/ui" + default: 0 + validations: + required: true + - type: input + id: version + attributes: + label: Version + description: What version are you running? + placeholder: 0.1.0-beta.7 + 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: 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/2-feature-request.yml b/.github/ISSUE_TEMPLATE/2-feature-request.yml new file mode 100644 index 000000000..a6c13a649 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2-feature-request.yml @@ -0,0 +1,32 @@ +name: Feature Request +description: Suggest an idea/feature for StudioCMS +title: '[Feature Request]: ' +labels: feat +body: + - type: markdown + attributes: + value: | + Thanks for proposing a new feature for StudioCMS! + - type: textarea + id: idea + attributes: + label: Describe your feature request + description: Try to give as much detail as possible. + placeholder: Tell us what you want! + validations: + required: true + - type: textarea + id: examples + attributes: + label: Other examples? + description: Has there been something similar made for other highlighters such as Shiki? + placeholder: If not just respond no + validations: + required: true + - type: textarea + id: additional-context + attributes: + label: Additional context + description: Add any other context or screenshots about the plugin request here. + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/new-chore.md b/.github/ISSUE_TEMPLATE/99-new-chore.md similarity index 99% rename from .github/ISSUE_TEMPLATE/new-chore.md rename to .github/ISSUE_TEMPLATE/99-new-chore.md index e59891f28..69d30e21c 100644 --- a/.github/ISSUE_TEMPLATE/new-chore.md +++ b/.github/ISSUE_TEMPLATE/99-new-chore.md @@ -15,4 +15,4 @@ A clear and concise description of what you want to happen. 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. \ No newline at end of file +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..26914cbfb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: true +contact_links: + - name: 💁 Support + url: https://chat.studiocms.dev + about: 'This issue tracker is not for support questions. Join us on Discord for assistance!' + - name: 👾 Chat + url: https://chat.studiocms.dev + about: Our Discord server is active, come join us!