mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 12:21:13 +00:00
update issue template
This commit is contained in:
parent
1eec46be96
commit
4a061491c7
5 changed files with 40 additions and 86 deletions
43
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
43
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
|
@ -1,32 +1,30 @@
|
||||||
name: "\U0001F41E Bug Report"
|
name: "Bug report"
|
||||||
description: Create a report to help us improve lemmy-ui
|
description: Create a bug report to help us improve Lemmy-UI!
|
||||||
title: "[Bug]: "
|
title: ""
|
||||||
labels: ["bug", "triage"]
|
labels: ["bug", "triage"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Found a bug? Please fill out the sections below. 👍
|
Thanks for taking the time to help improve Lemmy-UI by reporting a bug!
|
||||||
Thanks for taking the time to fill out this bug report!
|
|
||||||
For backend issues, use [lemmy](https://github.com/LemmyNet/lemmy/issues/new/choose)
|
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Requirements
|
label: Requirements
|
||||||
description: Before you create a bug report please do the following.
|
description: Before you create a bug report, please carefully check the following –
|
||||||
options:
|
options:
|
||||||
- label: Is this a bug report? For questions or discussions use https://lemmy.ml/c/lemmy_support
|
- label: This is a bug report, and if not, I'd post to https://lemmy.ml/c/lemmy_support instead.
|
||||||
required: true
|
required: true
|
||||||
- label: Did you check to see if this issue already exists?
|
- label: I've [checked](https://github.com/LemmyNet/lemmy-ui/issues) to see if this issue already exists.
|
||||||
required: true
|
required: true
|
||||||
- label: Is this only a single bug? Do not put multiple bugs in one issue.
|
- label: It's a single bug. I'm not reporting multiple bugs in one issue.
|
||||||
|
required: true
|
||||||
|
- label: It's a frontend issue, not a backend issue; I'd report that to the [backend repo](https://github.com/LemmyNet/lemmy) instead.
|
||||||
required: true
|
required: true
|
||||||
- label: Is this a server side (not related to the UI) issue? Use the [Lemmy back end](https://github.com/LemmyNet/lemmy) repo.
|
|
||||||
required: false
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: summary
|
id: summary
|
||||||
attributes:
|
attributes:
|
||||||
label: Summary
|
label: Summary
|
||||||
description: A summary of the bug.
|
description: Explain the bug and upload images, screenshots or videos if possible.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
@ -34,12 +32,14 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Steps to Reproduce
|
label: Steps to Reproduce
|
||||||
description: |
|
description: |
|
||||||
Describe the steps to reproduce the bug.
|
In a numbered list, walk us through the steps needed to reproduce the bug.
|
||||||
The better your description is _(go 'here', click 'there'...)_ the fastest you'll get an _(accurate)_ resolution.
|
The better your description is _(go 'here', click 'there'...)_, the quicker we can fix it.
|
||||||
value: |
|
value: |
|
||||||
1.
|
1.
|
||||||
2.
|
2.
|
||||||
3.
|
3.
|
||||||
|
4.
|
||||||
|
5.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
@ -47,20 +47,21 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Technical Details
|
label: Technical Details
|
||||||
description: |
|
description: |
|
||||||
- Any browser console errors?
|
- Describe your environment (OS, browser, model of smartphone, etc)
|
||||||
|
- If relevant, also share any console errors and/or screenshots here.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: lemmy-ui-version
|
id: lemmy-ui-version
|
||||||
attributes:
|
attributes:
|
||||||
label: Version
|
label: Lemmy Instance Version
|
||||||
description: Which Lemmy UI version do you use? Displayed in the footer.
|
description: What's the version of the Lemmy instance where the bug can be reproduced?
|
||||||
placeholder: ex. 0.17.4-rc.4
|
placeholder: ex. 0.18-rc.6
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: lemmy-instance
|
id: lemmy-instance
|
||||||
attributes:
|
attributes:
|
||||||
label: Lemmy Instance URL
|
label: Lemmy Instance URL
|
||||||
description: Which Lemmy instance do you use? The address
|
description: The URL of the Lemmy instance where the bug can be reproduced.
|
||||||
placeholder: lemmy.ml, lemmy.world, etc
|
placeholder: https://lemmy.ml
|
||||||
|
|
45
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
vendored
45
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
vendored
|
@ -1,54 +1,27 @@
|
||||||
name: "\U0001F680 Feature request"
|
name: "Feature request"
|
||||||
description: Suggest an idea for improving Lemmy's UI
|
description: Suggest an idea to improve Lemmy-UI
|
||||||
labels: ["enhancement"]
|
labels: ["enhancement"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Have a suggestion about Lemmy's UI?
|
Thanks for taking the time to help improve Lemmy-UI by suggesting a feature!
|
||||||
For backend issues, use [lemmy](https://github.com/LemmyNet/lemmy/issues/new/choose)
|
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Requirements
|
label: Requirements
|
||||||
description: Before you create a feature request please do the following.
|
description: Before you create a bug report, please carefully check the following –
|
||||||
options:
|
options:
|
||||||
- label: Is this a feature request? For questions or discussions use https://lemmy.ml/c/lemmy_support
|
- label: This is a feature request and not a bug report. Otherwise, I'd create a new [bug report](https://github.com/LemmyNet/lemmy-ui/issues/new?assignees=&labels=bug%2Ctriage&projects=&template=BUG_REPORT.yml&title=%5BBug%5D%3A+) instead.
|
||||||
required: true
|
required: true
|
||||||
- label: Did you check to see if this issue already exists?
|
- label: I've [checked](https://github.com/LemmyNet/lemmy-ui/issues) to see if this request (or a similar one) already exists.
|
||||||
required: true
|
required: true
|
||||||
- label: Is this only a feature request? Do not put multiple feature requests in one issue.
|
- label: It's a single feature. I'm not requesting multiple features in one issue.
|
||||||
required: true
|
|
||||||
- label: Is this a server side (not related to the UI) issue? Use the [Lemmy back end](https://github.com/LemmyNet/lemmy) repo.
|
|
||||||
required: false
|
|
||||||
- type: textarea
|
|
||||||
id: problem
|
|
||||||
attributes:
|
|
||||||
label: Is your proposal related to a problem?
|
|
||||||
description: |
|
|
||||||
Provide a clear and concise description of what the problem is.
|
|
||||||
For example, "I'm always frustrated when..."
|
|
||||||
validations:
|
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: solution
|
id: solution
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe the solution you'd like.
|
label: Describe the feature you'd like
|
||||||
description: |
|
description: |
|
||||||
Provide a clear and concise description of what you want to happen.
|
Provide a clear and concise description of the feature. Explain why it's needed.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
|
||||||
id: alternatives
|
|
||||||
attributes:
|
|
||||||
label: Describe alternatives you've considered.
|
|
||||||
description: |
|
|
||||||
Let us know about other solutions you've tried or researched.
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: context
|
|
||||||
attributes:
|
|
||||||
label: Additional context
|
|
||||||
description: |
|
|
||||||
Is there anything else you can add about the proposal?
|
|
||||||
You might want to link to related issues here, if you haven't already.
|
|
||||||
|
|
17
.github/ISSUE_TEMPLATE/QUESTION.yml
vendored
17
.github/ISSUE_TEMPLATE/QUESTION.yml
vendored
|
@ -1,17 +0,0 @@
|
||||||
name: "? Question"
|
|
||||||
description: General questions about Lemmy
|
|
||||||
title: "Question: "
|
|
||||||
labels: ["question", "triage"]
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
Have a question about Lemmy's UI?
|
|
||||||
Please check the docs first: https://join-lemmy.org/docs/en/index.html
|
|
||||||
- type: textarea
|
|
||||||
id: question
|
|
||||||
attributes:
|
|
||||||
label: Question
|
|
||||||
description: What's the question you have about Lemmy's UI?
|
|
||||||
validations:
|
|
||||||
required: true
|
|
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
blank_issues_enabled: false
|
||||||
|
contact_links:
|
||||||
|
- name: Question
|
||||||
|
url: https://lemmy.ml/c/lemmy_support
|
||||||
|
about: Please ask and answer general questions here.
|
||||||
|
- name: Technical Discussion
|
||||||
|
url: https://github.com/LemmyNet/lemmy-ui/discussions
|
||||||
|
about: Please discuss technical topics with other contributors here.
|
11
.github/ISSUE_TEMPLATE/hexbear.yml
vendored
11
.github/ISSUE_TEMPLATE/hexbear.yml
vendored
|
@ -1,11 +0,0 @@
|
||||||
name: "Hexbear"
|
|
||||||
description: For hexbear issues
|
|
||||||
labels: ["hexbear", "triage"]
|
|
||||||
body:
|
|
||||||
- type: textarea
|
|
||||||
id: question
|
|
||||||
attributes:
|
|
||||||
label: Question
|
|
||||||
description: What's the question you have about hexbear?
|
|
||||||
validations:
|
|
||||||
required: true
|
|
Loading…
Reference in a new issue