From 26966149995450f80b2d71d527bc7cff9adabb95 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Sun, 24 Nov 2024 22:46:31 -0800 Subject: [PATCH 1/5] Create 1-bug-report.yml --- .github/ISSUE_TEMPLATE/1-bug-report.yml | 55 +++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/1-bug-report.yml diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml new file mode 100644 index 000000000..fae5cd876 --- /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 From 0fb37abdbf61666e86d2678bba81a071aa1b8628 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Sun, 24 Nov 2024 22:47:12 -0800 Subject: [PATCH 2/5] Update 1-bug-report.yml --- .github/ISSUE_TEMPLATE/1-bug-report.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml index fae5cd876..f218adadd 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yml @@ -23,9 +23,9 @@ body: description: Which package is the bug report for? options: - studiocms - - @studiocms/blog - - @studiocms/devapps - - @studiocms/ui + - "@studiocms/blog" + - "@studiocms/devapps" + - "@studiocms/ui" default: 0 validations: required: true From 37fefcd4a84c4a7cc656ec0025ad6d932e3f1539 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Sun, 24 Nov 2024 22:49:10 -0800 Subject: [PATCH 3/5] Rename new-chore.md to 99-new-chore.md --- .github/ISSUE_TEMPLATE/{new-chore.md => 99-new-chore.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/ISSUE_TEMPLATE/{new-chore.md => 99-new-chore.md} (99%) 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. From a8f3dbc0eb3418e0e6bdde16559869eac51a928c Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Sun, 24 Nov 2024 22:51:23 -0800 Subject: [PATCH 4/5] Create 2-feature-request.yml --- .github/ISSUE_TEMPLATE/2-feature-request.yml | 32 ++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/2-feature-request.yml 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 From dcaf84dffcd97a6936e2d6120d1b2b5f9a260dd4 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Sun, 24 Nov 2024 22:55:14 -0800 Subject: [PATCH 5/5] Create config.yml --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml 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!