mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-21 13:38:21 -05:00
🔧 chore: move from issue templates to issue forms (#232)
This commit is contained in:
parent
658505cea1
commit
831c50ae9c
40
.github/ISSUE_TEMPLATE/bug.yml
vendored
Normal file
40
.github/ISSUE_TEMPLATE/bug.yml
vendored
Normal file
@ -0,0 +1,40 @@
|
||||
name: 🐛 Bug
|
||||
description: Report an issue to help improve the project.
|
||||
title: "🐛 <description>"
|
||||
labels: ["🛠️ goal: fix","🚦 status: awaiting triage"]
|
||||
body:
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Description
|
||||
description: A brief description of the question or issue, also include what you tried and what didn't work
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: screenshots
|
||||
attributes:
|
||||
label: Screenshots
|
||||
description: Please add screenshots if applicable
|
||||
validations:
|
||||
required: false
|
||||
- type: dropdown
|
||||
id: assignee
|
||||
attributes:
|
||||
label: Do you want to work on this issue?
|
||||
multiple: false
|
||||
options:
|
||||
- "Yes"
|
||||
- "No"
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: extrainfo
|
||||
attributes:
|
||||
label: Additional information
|
||||
description: Is there anything else we should know about this bug?
|
||||
validations:
|
||||
required: false
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
You can also join our Discord community [here](https://discord.gg/SWnda7Mw5u)
|
36
.github/ISSUE_TEMPLATE/bug_report.md
vendored
36
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -1,36 +0,0 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: "[BUG] <your bug report title>"
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!-- PLEASE FILL THESE FIELDS, IT REALLY HELPS THE MAINTAINERS OF Websurfx -->
|
||||
|
||||
**Version of Websurfx, commit number if you are using on master branch**
|
||||
<!-- If you are running on master branch using git execute this command
|
||||
in order to fetch the latest commit ID:
|
||||
```
|
||||
git log -1
|
||||
```
|
||||
-->
|
||||
|
||||
**How did you install Websurfx?**
|
||||
<!-- Did you install Websurfx following the README ? -->
|
||||
|
||||
**What happened?**
|
||||
<!-- A clear and concise description of what the bug is. -->
|
||||
|
||||
**Steps To Reproduce**
|
||||
<!-- How can we reproduce this issue? (as minimally and as precisely as possible) -->
|
||||
|
||||
**Expected behavior**
|
||||
<!-- A clear and concise description of what you expected to happen. -->
|
||||
|
||||
**Screenshots**
|
||||
<!-- If applicable, provide screenshots to help explain your problem better. -->
|
||||
|
||||
**Additional context**
|
||||
<!-- Add any other context about the problem here. -->
|
6
.github/ISSUE_TEMPLATE/config.yml
vendored
6
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -1 +1,5 @@
|
||||
blank_issues_enabled: true
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Question?
|
||||
url: https://discord.gg/SWnda7Mw5u
|
||||
about: Feel free to ask your question by joining our Discord server.
|
||||
|
40
.github/ISSUE_TEMPLATE/docs.yml
vendored
Normal file
40
.github/ISSUE_TEMPLATE/docs.yml
vendored
Normal file
@ -0,0 +1,40 @@
|
||||
name: 📝 Documentation issue
|
||||
description: Found an issue in the documentation? You can use this one!
|
||||
title: "📝 <description>"
|
||||
labels: ["📄 aspect: text","🚦 status: awaiting triage"]
|
||||
body:
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Description
|
||||
description: A brief description of the question or issue, also include what you tried and what didn't work
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: screenshots
|
||||
attributes:
|
||||
label: Screenshots
|
||||
description: Please add screenshots if applicable
|
||||
validations:
|
||||
required: false
|
||||
- type: dropdown
|
||||
id: assignee
|
||||
attributes:
|
||||
label: Do you want to work on this issue?
|
||||
multiple: false
|
||||
options:
|
||||
- "Yes"
|
||||
- "No"
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: extrainfo
|
||||
attributes:
|
||||
label: Additional information
|
||||
description: Is there anything else we should know about this issue?
|
||||
validations:
|
||||
required: false
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
You can also join our Discord community [here](https://discord.gg/SWnda7Mw5u)
|
27
.github/ISSUE_TEMPLATE/engine-request.md
vendored
27
.github/ISSUE_TEMPLATE/engine-request.md
vendored
@ -1,27 +0,0 @@
|
||||
---
|
||||
name: Engine request
|
||||
about: 'Suggest a new engine to be add '
|
||||
title: "[ENGINE] <your engine request title>"
|
||||
labels: engine
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!-- PLEASE FILL THESE FIELDS, IT REALLY HELPS THE MAINTAINERS OF Websurfx -->
|
||||
|
||||
**Working URL of the engine**
|
||||
<!-- Please check if the engine is responding correctly before submitting it. -->
|
||||
|
||||
**Why do you want to add this engine?**
|
||||
<!-- What's special about this engine? Is it open source or libre? -->
|
||||
|
||||
**Features of this engine**
|
||||
<!-- Features of this engine: Doesn't track its users, fast, easy to integrate, ... -->
|
||||
|
||||
**Applicable category of this engine**
|
||||
<!-- Where should this new engine fit in Websurfx? Current categories in Websurfx:
|
||||
general, files, images, it, map, music, news, science, social media and videos.
|
||||
You can add multiple categories at the same time. -->
|
||||
|
||||
**Additional context**
|
||||
<!-- Add any other context about this engine here. -->
|
72
.github/ISSUE_TEMPLATE/engine.yml
vendored
Normal file
72
.github/ISSUE_TEMPLATE/engine.yml
vendored
Normal file
@ -0,0 +1,72 @@
|
||||
name: ✨ Engine
|
||||
description: Have a new engine to suggest for Websurfx? Please suggest!
|
||||
title: '✨ <your engine request title>'
|
||||
labels: ['⭐ goal: addition', '🚦 status: awaiting triage']
|
||||
body:
|
||||
- type: textarea
|
||||
id: workingUrl
|
||||
attributes:
|
||||
label: Working URL of the engine
|
||||
description: Please check if the engine is responding correctly before submitting it.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: reason
|
||||
attributes:
|
||||
label: Why do you want to add this engine?
|
||||
description: What's special about this engine? Is it open source or libre?
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: features
|
||||
attributes:
|
||||
label: Features of this engine
|
||||
description: Features of this engine: Doesn't track its users, fast, easy to integrate, or anything else that we can know about.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: screenshots
|
||||
attributes:
|
||||
label: Screenshots
|
||||
description: Please add screenshots if applicable
|
||||
validations:
|
||||
required: false
|
||||
- type: dropdown
|
||||
id: assignee
|
||||
attributes:
|
||||
label: Do you want to work on this issue?
|
||||
multiple: true
|
||||
options:
|
||||
- 'General'
|
||||
- 'Files'
|
||||
- 'Images'
|
||||
- 'IT'
|
||||
- 'Map'
|
||||
- 'Music'
|
||||
- 'News'
|
||||
- 'Science'
|
||||
- 'Social Media'
|
||||
- 'Videos'
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: assignee
|
||||
attributes:
|
||||
label: Do you want to work on this issue?
|
||||
multiple: false
|
||||
options:
|
||||
- 'Yes'
|
||||
- 'No'
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: extrainfo
|
||||
attributes:
|
||||
label: Additional information
|
||||
description: Is there anything else we should know about this idea?
|
||||
validations:
|
||||
required: false
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
You can also join our Discord community [here](https://discord.gg/SWnda7Mw5u)
|
40
.github/ISSUE_TEMPLATE/feature.yml
vendored
Normal file
40
.github/ISSUE_TEMPLATE/feature.yml
vendored
Normal file
@ -0,0 +1,40 @@
|
||||
name: 💡 General Feature Request
|
||||
description: Have a new idea/feature for Websurfx? Please suggest!
|
||||
title: "✨ <description>"
|
||||
labels: ["⭐ goal: addition", "🚦 status: awaiting triage"]
|
||||
body:
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Description
|
||||
description: A brief description of the enhancement you propose, also include what you tried and what worked.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: screenshots
|
||||
attributes:
|
||||
label: Screenshots
|
||||
description: Please add screenshots if applicable
|
||||
validations:
|
||||
required: false
|
||||
- type: dropdown
|
||||
id: assignee
|
||||
attributes:
|
||||
label: Do you want to work on this issue?
|
||||
multiple: false
|
||||
options:
|
||||
- "Yes"
|
||||
- "No"
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: extrainfo
|
||||
attributes:
|
||||
label: Additional information
|
||||
description: Is there anything else we should know about this idea?
|
||||
validations:
|
||||
required: false
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
You can also join our Discord community [here](https://discord.gg/SWnda7Mw5u)
|
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -1,20 +0,0 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: "[FEATURE] <your feature request title>"
|
||||
labels: enhancement
|
||||
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.
|
36
.github/ISSUE_TEMPLATE/other.yml
vendored
Normal file
36
.github/ISSUE_TEMPLATE/other.yml
vendored
Normal file
@ -0,0 +1,36 @@
|
||||
name: 🧱 Other
|
||||
description: Use this for any other issues. Please do NOT create blank issues
|
||||
title: "🧱 <Add your title here>"
|
||||
labels: ["🚦 status: awaiting triage"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: "# Other issue"
|
||||
- type: textarea
|
||||
id: issuedescription
|
||||
attributes:
|
||||
label: What would you like to share?
|
||||
description: Provide a clear and concise explanation of your issue.
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: assignee
|
||||
attributes:
|
||||
label: Do you want to work on this issue?
|
||||
multiple: false
|
||||
options:
|
||||
- "Yes"
|
||||
- "No"
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: extrainfo
|
||||
attributes:
|
||||
label: Additional information
|
||||
description: Is there anything else we should know about this issue?
|
||||
validations:
|
||||
required: false
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
You can also join our Discord community [here](https://discord.gg/SWnda7Mw5u)
|
Loading…
Reference in New Issue
Block a user