-
Notifications
You must be signed in to change notification settings - Fork 198
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
docs: create issue templates #282
Changes from all commits
643ff67
8231242
664cc58
e3f6261
b0ac60a
f3c5538
08d5b66
12f4912
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
name: "🐛 Bug report" | ||
about: Report a problem with Spectrum CSS | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Description | ||
<!-- Describe the problem you're having and paste any error messages you received --> | ||
|
||
|
||
## Steps to reproduce | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. maybe something like URL? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Agreed. That's what I meant with There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. you could pre-fill a URL in markdown there |
||
1. Go to http://opensource.corp.adobe.com/spectrum-css/ | ||
2. Click on ... | ||
3. Observe ... | ||
|
||
|
||
## Expected behavior | ||
<!-- Describe what you expected to happen --> | ||
|
||
|
||
## Screenshots | ||
<!-- If applicable, add screenshots to help explain the problem --> | ||
|
||
|
||
## Environment | ||
- Spectrum CSS version: <!-- 2.13.0 --> | ||
- Browser(s) and OS(s): <!-- Chrome 75.0.3770.142 on Win 10 --> | ||
|
||
## Additional context | ||
<!-- Provide any additional information that might help us debug the issue --> | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: "📚 Documentation issue" | ||
about: Report an issue with the project documentation | ||
title: '' | ||
labels: documentation | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Description | ||
<!-- Describe what's missing, unclear, or incorrect --> | ||
|
||
|
||
## Link to documentation | ||
<!-- Paste the link to the document where the issue exists --> | ||
|
||
|
||
## Additional context | ||
<!-- Provide any additional information that might help us understand the issue --> | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: "✨ Feature request" | ||
about: Suggest a new feature or component | ||
title: '' | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Description | ||
<!-- Describe your suggested feature in detail --> | ||
|
||
|
||
## Why do you need this feature or component? | ||
<!-- Tell us what this solves or why this is important to your use case --> | ||
|
||
|
||
## Additional context | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. maybe There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think the line below covers screenshots, I'll make it a comment like the other files. |
||
<!-- Add any other context, workarounds, or screenshots about your request --> | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
name: "📚 Support request" | ||
about: Ask for help with using Spectrum CSS | ||
title: '' | ||
labels: question | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Description | ||
<!-- Describe the problem you're having and paste any error messages you received --> | ||
|
||
|
||
## Screenshots | ||
<!-- If applicable, add screenshots to show what you need help with --> | ||
|
||
|
||
## Environment | ||
- Spectrum CSS version: <!-- 2.13.0 --> | ||
- Browser and OS: <!-- Chrome 75.0.3770.142 on Win 10 --> | ||
|
||
## Additional context | ||
<!-- Provide any additional information that might help us understand your request --> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe just "report a bug"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It renders like this, so I think
Bug report
with the description works well here:There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah cool to see the context! this might make it more consistent.