Skip to content

Commit

Permalink
chore: makes discussions more visible (#3807)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef authored Apr 19, 2021
1 parent 50163b3 commit e1a901d
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 19 deletions.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: 💡 Have an idea for a new feature?
url: https://github.com/beetbox/beets/discussions
about: Create a new idea discussion!
- name: 🙇 Need help with beets?
url: https://github.com/beetbox/beets/discussions
about: Create a new help discussion if it hasn't been asked before!
33 changes: 21 additions & 12 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,35 @@
---
name: "\U0001F680 Feature request"
about: Suggest a new idea for beets
about: "Formalize a feature request from GitHub Discussions"

---

### Use case
<!--
If you're landing here as a user, we ask you bring up your idea in the
Discussions (https://github.com/beetbox/beets/discussions).
-->

I'm trying to use beets to...
### Proposed solution

<!-- What is solution to this feature request? -->

### Solution
<!--
Do you have a proposal for how beets should work?
### Objective

<!-- Ref to Discussions -->

Try to be as specific as possible—for example, you could propose the name for
a new command-line option or refer to the particular ID3 frame you wish
were supported.
#### Goals

<!-- What is the purpose of feature request? -->

#### Non-goals

<!--
What else could be accomplished with this feature request, but is currently out
of scope?
-->

#### Anti-goals

### Alternatives
<!--
Have you tried using an existing plugin to do something similar?
Is there any current feature that _almost_ does what you need?
What could go wrong (side effects) if we implement this feature request?
-->
23 changes: 16 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,18 @@ Install
-------

You can install beets by typing ``pip install beets``.
Beets has also been packaged in the `software repositories`_ of several distributions.
Check out the `Getting Started`_ guide for more information.
Beets has also been packaged in the `software repositories`_ of several
distributions. Check out the `Getting Started`_ guide for more information.

.. _Getting Started: https://beets.readthedocs.org/page/guides/main.html
.. _software repositories: https://repology.org/project/beets/versions

Contribute
----------

Thank you for considering contributing to ``beets``! Whether you're a programmer or not, you should be able to find all the info you need at `CONTRIBUTING.rst`_.
Thank you for considering contributing to ``beets``! Whether you're a
programmer or not, you should be able to find all the info you need at
`CONTRIBUTING.rst`_.

.. _CONTRIBUTING.rst: https://github.com/beetbox/beets/blob/master/CONTRIBUTING.rst

Expand All @@ -105,12 +107,19 @@ news and updates.

Contact
-------
* Encountered a bug you'd like to report or have an idea for a new feature? Check out our `issue tracker`_! If your issue or feature hasn't already been reported, please `open a new ticket`_ and we'll be in touch with you shortly. If you'd like to vote on a feature/bug, simply give a :+1: on issues you'd like to see prioritized over others.
* Need help/support, would like to start a discussion, or would just like to introduce yourself to the team? Check out our `forums`_!

* Encountered a bug you'd like to report? Check out our `issue tracker`_!
* If your issue hasn't already been reported, please `open a new ticket`_
and we'll be in touch with you shortly.
* If you'd like to vote on a feature/bug, simply give a :+1: on issues
you'd like to see prioritized over others.
* Need help/support, would like to start a discussion, have an idea for a new
feature, or would just like to introduce yourself to the team? Check out
`GitHub Discussions`_ or `Discourse`_!

.. _GitHub Discussions: https://github.com/beetbox/beets/discussions
.. _issue tracker: https://github.com/beetbox/beets/issues
.. _open a new ticket: https://github.com/beetbox/beets/issues/new/choose
.. _forums: https://discourse.beets.io/
.. _Discourse: https://discourse.beets.io/

Authors
-------
Expand Down

0 comments on commit e1a901d

Please sign in to comment.