Move features request and build issues to Discussions
This commit is contained in:
parent
60eb7b522a
commit
67fb58c993
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Bug Report
|
name: 🐞 Bug Report
|
||||||
description: Create a report for something that misbehaves
|
description: Create a report for something that misbehaves
|
||||||
title: "[Bug]: "
|
title: "[Bug]: "
|
||||||
labels: ["bug", "needs confirmation"]
|
labels: ["bug", "needs confirmation"]
|
||||||
|
81
.github/ISSUE_TEMPLATE/build.yml
vendored
81
.github/ISSUE_TEMPLATE/build.yml
vendored
@ -1,81 +0,0 @@
|
|||||||
name: Build Issues
|
|
||||||
description: Report issues while building polybar from source
|
|
||||||
labels: ["build", "needs confirmation"]
|
|
||||||
body:
|
|
||||||
- type: checkboxes
|
|
||||||
id: checklist
|
|
||||||
attributes:
|
|
||||||
label: Checklist
|
|
||||||
description: Please carefully go through this checklist and check each option.
|
|
||||||
options:
|
|
||||||
- label: I have followed every step on the [compiling wiki page](https://github.com/polybar/polybar/wiki/Compiling) and installed all necessary dependencies.
|
|
||||||
required: true
|
|
||||||
- label: My problem is not described on the [known issues page](https://github.com/polybar/polybar/wiki/Known-Issues)
|
|
||||||
required: true
|
|
||||||
- label: I have searched for other open and closed [issues](https://github.com/polybar/polybar/issues?q=is%3Aissue) that may have already reported this problem.
|
|
||||||
required: true
|
|
||||||
- label: I was able to reproduce this build issue in a clean build
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: source
|
|
||||||
attributes:
|
|
||||||
label: From where are you building polybar?
|
|
||||||
options:
|
|
||||||
- From a release archive
|
|
||||||
- By cloning this repository
|
|
||||||
- Some other way (How?)
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: input
|
|
||||||
id: how
|
|
||||||
attributes:
|
|
||||||
label: Describe how you are building polybar.
|
|
||||||
description: Only if you selected "Some other way".
|
|
||||||
placeholder: ex. polybar from the AUR
|
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
- type: input
|
|
||||||
id: version
|
|
||||||
attributes:
|
|
||||||
label: Version
|
|
||||||
description: What version of polybar are you trying to build? If you are building directly from git, this is the output of `git describe --tags`.
|
|
||||||
placeholder: ex. 3.5.7
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: commands
|
|
||||||
attributes:
|
|
||||||
label: Build Process
|
|
||||||
description: List the exact commands you are using to build polybar
|
|
||||||
render: shell
|
|
||||||
placeholder: |
|
|
||||||
mkdir build
|
|
||||||
cd build
|
|
||||||
cmake ..
|
|
||||||
...
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: logs
|
|
||||||
attributes:
|
|
||||||
label: Build log
|
|
||||||
description: |
|
|
||||||
Copy-paste all the terminal output produced while building polybar.
|
|
||||||
This MUST include the output of the `cmake`, `make`, and/or `build.sh` commands, if you used them.
|
|
||||||
render: text
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: input
|
|
||||||
id: distro
|
|
||||||
attributes:
|
|
||||||
label: Linux Distribution
|
|
||||||
placeholder: ex. Ubuntu 21.04
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: context
|
|
||||||
attributes:
|
|
||||||
label: Additional Context
|
|
||||||
description: Add any other context that you think is necessary about the problem here
|
|
||||||
validations:
|
|
||||||
required: false
|
|
15
.github/ISSUE_TEMPLATE/config.yml
vendored
15
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -1,8 +1,11 @@
|
|||||||
blank_issues_enabled: false
|
blank_issues_enabled: false
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: Polybar Gitter Room
|
- name: 🙋 Ask a question
|
||||||
url: https://gitter.im/polybar/polybar
|
url: https://github.com/polybar/polybar/blob/master/SUPPORT.md
|
||||||
about: Please ask and answer questions here.
|
about: Have a look at our support resources and channels
|
||||||
- name: Polybar subreddit
|
- name: 💡 Feature request
|
||||||
url: https://www.reddit.com/r/polybar
|
url: https://github.com/polybar/polybar/discussions/categories/ideas
|
||||||
about: Please ask and answer questions here.
|
about: Suggest your idea over in Discussions
|
||||||
|
- name: 🛠️ Build Issues
|
||||||
|
url: https://github.com/polybar/polybar/discussions/categories/build-support
|
||||||
|
about: Get support when building polybar from source
|
||||||
|
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
|
|
||||||
labels: feature, needs confirmation
|
|
||||||
---
|
|
||||||
|
|
||||||
## 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 [...] -->
|
|
||||||
|
|
||||||
## Why does polybar need this feature?
|
|
||||||
<!-- Describe why this feature would be useful to a large percentage of users (You need to convince us). -->
|
|
||||||
|
|
||||||
## Describe the solution you'd like
|
|
||||||
<!-- A clear and concise description of how your solution would work. This includes possible config options that should be added. -->
|
|
||||||
|
|
||||||
## Describe alternatives you've considered
|
|
||||||
<!-- A clear and concise description of any alternative solutions or features you've considered, if any. -->
|
|
||||||
|
|
||||||
## Additional context
|
|
||||||
<!-- Add any other context or screenshots about the feature request here. -->
|
|
Loading…
Reference in New Issue
Block a user