chore: update GitHub issue templates (#278)
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
name: 💡 Feature Request
|
||||
description: Tell us about a problem our GitHub action could solve but doesn't.
|
||||
labels: ["Feature"]
|
||||
body:
|
||||
- type: textarea
|
||||
id: problem
|
||||
attributes:
|
||||
label: Problem Statement
|
||||
description: What problem could Sentry solve that it doesn't?
|
||||
placeholder: |-
|
||||
I want to make whirled peas, but Sentry doesn't blend.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: expected
|
||||
attributes:
|
||||
label: Solution Brainstorm
|
||||
description: We know you have bright ideas to share ... share away, friend.
|
||||
placeholder: |-
|
||||
Add a blender to Sentry.
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |-
|
||||
## Thanks 🙏
|
||||
Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.
|
||||
@@ -0,0 +1,55 @@
|
||||
name: 🐞 Bug Report
|
||||
description: Tell us about something that's not working the way we (probably) intend.
|
||||
labels: ["Bug"]
|
||||
body:
|
||||
- type: textarea
|
||||
id: environment
|
||||
attributes:
|
||||
label: Environment
|
||||
description: How do you use this action?
|
||||
placeholder: |-
|
||||
Standard Github runners or self-hosted runners (which OS and arch?)
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
id: version
|
||||
attributes:
|
||||
description: Which version of the action do you use?
|
||||
placeholder: "v1 ← should look like this"
|
||||
label: Version
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: repro
|
||||
attributes:
|
||||
label: Steps to Reproduce
|
||||
description: How can we see what you're seeing? Specific is terrific.
|
||||
placeholder: |-
|
||||
1. foo
|
||||
2. bar
|
||||
3. baz
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: expected
|
||||
attributes:
|
||||
label: Expected Result
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: actual
|
||||
attributes:
|
||||
label: Actual Result
|
||||
description: Logs? Screenshots? Yes, please.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |-
|
||||
## Thanks 🙏
|
||||
Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.
|
||||
@@ -1,27 +0,0 @@
|
||||
---
|
||||
name: 🐞 Bug Report
|
||||
about: Report a bug in this repo
|
||||
---
|
||||
# Github Sentry Action Release Bug Report
|
||||
|
||||
## Environment
|
||||
|
||||
How do you use this action?
|
||||
Standard Github runners or self-hosted runners (which OS and arch?)
|
||||
|
||||
Which version of the action?
|
||||
e.g: v1
|
||||
|
||||
## Steps to Reproduce
|
||||
|
||||
1. What
|
||||
2. you
|
||||
3. did.
|
||||
|
||||
## Expected Result
|
||||
|
||||
What you thought would happen.
|
||||
|
||||
## Actual Result
|
||||
|
||||
What actually happened. Maybe a screenshot/recording? Maybe some logs?
|
||||
@@ -0,0 +1,5 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Join Sentry Discord
|
||||
url: https://discord.com/invite/sentry
|
||||
about: A place to talk about SDK development and other Sentry related topics. It's not meant as a support channel.
|
||||
@@ -1,10 +0,0 @@
|
||||
---
|
||||
name: 🧠 Feature Request
|
||||
about: Suggest an idea for improving this repo
|
||||
---
|
||||
|
||||
<!--
|
||||
Please provide some context on what problem you are trying to solve and how this feature is going to help.
|
||||
|
||||
-->
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
name: Blank Issue
|
||||
description: Blank Issue. Reserved for maintainers.
|
||||
body:
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Description
|
||||
description: Please describe the issue.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |-
|
||||
## Thanks 🙏
|
||||
Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.
|
||||
Reference in New Issue
Block a user