Compare commits
6 Commits
820ea90267
...
6c16b5eff3
Author | SHA1 | Date |
---|---|---|
Keyan | 6c16b5eff3 | |
Keyan | be6bcd7736 | |
Keyan | 687b9c343c | |
Keyan | 25238f261a | |
ekzyis | 3fa4037197 | |
ekzyis | 9987921692 |
|
@ -1,35 +0,0 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Report a problem
|
||||
title: ''
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
*Note: this template is meant to help you report the bug so that we can fix it faster, ie not all of these sections are required*
|
||||
|
||||
**Description**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**Steps to Reproduce**
|
||||
A clear and concise way we might be able to reproduce the bug.
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Logs**
|
||||
If applicable, add your browsers console logs.
|
||||
|
||||
**Environment:**
|
||||
If you only experience the issue on certain devices or browsers, provide that info.
|
||||
- Device: [e.g. iPhone6]
|
||||
- OS: [e.g. iOS]
|
||||
- Browser [e.g. chrome, safari]
|
||||
- Version [e.g. 22]
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
|
@ -0,0 +1,65 @@
|
|||
name: 🐞 Bug report
|
||||
description: Create a bug report to help us fix it
|
||||
title: "bug report"
|
||||
labels: [bug]
|
||||
body:
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Is there an existing issue for this?
|
||||
description: Please search to see if an issue already exists for the bug you encountered.
|
||||
options:
|
||||
- label: I have searched the existing issues
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Describe the bug
|
||||
description: A clear and concise description of what the bug is. Include images if relevant.
|
||||
placeholder: I accidentally deleted the internet. Here's my story ...
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Screenshots
|
||||
description: |
|
||||
Add screenshots to help explain your problem. You can also add a video here.
|
||||
|
||||
Tip: You can attach images or video files by clicking this area to highlight it and then dragging files in.
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Steps To Reproduce
|
||||
description: Steps to reproduce the bug.
|
||||
placeholder: |
|
||||
1. Go to '...'
|
||||
2. Click on '...'
|
||||
3. Scroll to '...'
|
||||
4. See error
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Expected behavior
|
||||
description: A clear and concise description of what you expected to happen
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Logs
|
||||
description: If applicable, add your browser's console logs here
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Device information
|
||||
placeholder: |
|
||||
- OS: [e.g. Windows]
|
||||
- Browser: [e.g. chrome, safari, firefox]
|
||||
- Browser Version: [e.g. 22]
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Additional context
|
||||
description: |
|
||||
Do you have links to discussions about this on SN or other references?
|
||||
validations:
|
||||
required: false
|
|
@ -0,0 +1,5 @@
|
|||
blank_issues_enabled: true
|
||||
contact_links:
|
||||
- name: Questions
|
||||
url: https://stacker.news/~meta
|
||||
about: If you simply have a question, you can ask it in ~meta or the saloon.
|
|
@ -1,20 +0,0 @@
|
|||
---
|
||||
name: Feature request
|
||||
about: Suggest a feature
|
||||
title: ''
|
||||
labels: feature
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||
|
||||
**Describe the solution you'd like**
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
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.
|
|
@ -0,0 +1,32 @@
|
|||
name: ✨ Feature request
|
||||
description: Request a feature you'd like to see in SN!
|
||||
title: "feature request"
|
||||
labels: [feature]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
We're always looking for suggestions on how we could improve SN!
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Describe the problem you're trying to solve
|
||||
description: |
|
||||
Is your feature request related to a problem? Add a clear and concise description of what the problem is.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Describe the solution you'd like
|
||||
description: A clear and concise description of what you want to happen.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Describe alternatives you've considered
|
||||
description: |
|
||||
A clear and concise description of any alternative solutions or features you have considered.
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Additional context
|
||||
description: |
|
||||
Add any other additional context or screenshots about the feature request here.
|
|
@ -1,45 +1,22 @@
|
|||
## Description
|
||||
|
||||
<!--
|
||||
A clear and concise description of what you changed and why.
|
||||
Don't forget to mention which tickets this closes (if any).
|
||||
Use following syntax to close them automatically on merge: closes #<number>
|
||||
-->
|
||||
_A clear and concise description of what you changed and why._
|
||||
|
||||
## Screenshots
|
||||
|
||||
<!--
|
||||
If your changes are user facing, please add screenshots of the new UI.
|
||||
You can also create a video to showcase your changes (useful to show UX).
|
||||
-->
|
||||
|
||||
## Additional Context
|
||||
|
||||
<!--
|
||||
You can mention here anything that you think is relevant for this PR. Some examples:
|
||||
* You encountered something that you didn't understand while working on this PR
|
||||
* You were not sure about something you did but did not find a better way
|
||||
* You initially had a different approach but went with a different approach for some reason
|
||||
-->
|
||||
_Was anything unclear during your work on this PR? Anything we should definitely take a closer look at?_
|
||||
|
||||
## Checklist
|
||||
|
||||
**Are your changes backwards compatible? Please answer below:**
|
||||
|
||||
<!-- put your answer about backwards compatibility here -->
|
||||
|
||||
<!--
|
||||
If your PR is not ready for review yet, please mark your PR as a draft.
|
||||
If changes were requested, request a new review when you incorporated the feedback.
|
||||
-->
|
||||
**On a scale of 1-10 how well and how have you QA'd this change and any features it might affect? Please answer below:**
|
||||
|
||||
<!-- put your answer about QA here -->
|
||||
|
||||
**For frontend changes: Tested on mobile? Please answer below:**
|
||||
|
||||
<!-- put your answer about mobile QA here -->
|
||||
|
||||
**Did you introduce any new environment variables? If so, call them out explicitly here:**
|
||||
|
||||
<!-- put your answer about env vars here -->
|
||||
|
|
Loading…
Reference in New Issue