Skip to content

Commit

Permalink
Merge branch 'main' into issue-0304
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen authored Nov 25, 2024
2 parents f45758d + 7ad81bc commit 715e159
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 1 deletion.
55 changes: 55 additions & 0 deletions .github/ISSUE_TEMPLATE/1-bug-report.yml
Original file line number Diff line number Diff line change
@@ -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
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/2-feature-request.yml
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Add any other context or screenshots about the feature request here.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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!

0 comments on commit 715e159

Please sign in to comment.