Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Issues templates #384

Merged
merged 6 commits into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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!