From 67fb58c993ab14e96b6cf40d3f2d18f058ad49ed Mon Sep 17 00:00:00 2001
From: patrick96
Date: Mon, 7 Mar 2022 20:33:31 +0100
Subject: [PATCH] Move features request and build issues to Discussions
---
.github/ISSUE_TEMPLATE/bug_report.yml | 2 +-
.github/ISSUE_TEMPLATE/build.yml | 81 -----------------------
.github/ISSUE_TEMPLATE/config.yml | 15 +++--
.github/ISSUE_TEMPLATE/feature_request.md | 20 ------
4 files changed, 10 insertions(+), 108 deletions(-)
delete mode 100644 .github/ISSUE_TEMPLATE/build.yml
delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 8bf1f4c6..d16f16dc 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -1,4 +1,4 @@
-name: Bug Report
+name: 🐞 Bug Report
description: Create a report for something that misbehaves
title: "[Bug]: "
labels: ["bug", "needs confirmation"]
diff --git a/.github/ISSUE_TEMPLATE/build.yml b/.github/ISSUE_TEMPLATE/build.yml
deleted file mode 100644
index d6a5767f..00000000
--- a/.github/ISSUE_TEMPLATE/build.yml
+++ /dev/null
@@ -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
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 6a1549ad..81b3623a 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,8 +1,11 @@
blank_issues_enabled: false
contact_links:
- - name: Polybar Gitter Room
- url: https://gitter.im/polybar/polybar
- about: Please ask and answer questions here.
- - name: Polybar subreddit
- url: https://www.reddit.com/r/polybar
- about: Please ask and answer questions here.
+ - name: 🙋 Ask a question
+ url: https://github.com/polybar/polybar/blob/master/SUPPORT.md
+ about: Have a look at our support resources and channels
+ - name: 💡 Feature request
+ url: https://github.com/polybar/polybar/discussions/categories/ideas
+ 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
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
deleted file mode 100644
index 57279e36..00000000
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ /dev/null
@@ -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.
-
-
-## Why does polybar need this feature?
-
-
-## Describe the solution you'd like
-
-
-## Describe alternatives you've considered
-
-
-## Additional context
-