refactor: use github discussions (#1825)

This completes the migration from issues to discussions
as the staff team believe it will be easier to track interest
in new ports.

In the future, we should use discussion templates when
they are out of public beta.
pull/1/head
Hamothy 2 years ago committed by GitHub
parent 546f2cf5a0
commit 898e6fa465
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,9 @@
blank_issues_enabled: false
contact_links:
- name: Have a Question? Join our Discord!
url: https://discord.com/invite/r6Mdz5dpFc
about: Join our discord server for real-time answers and more!
discussions:
- name: Want to Suggest a Port? Raise a Discussion Here!
url: https://github.com/catppuccin/catppuccin/discussions/new?category=port-requests
about: Make your port requests here!

@ -0,0 +1,8 @@
---
name: Org-Wide Issue
about: Report your issues with the Catppuccin Organisation here!
title: ''
labels: meta
assignees: ''
---

@ -1,14 +0,0 @@
---
name: Port request
about: Suggest an app to port the theme to
title: App
labels: port request
assignees: ''
---
**Are you available to help in the creation of this port? 😄 (optional)**
Yes/No/Maybe
**Additional context 📷 (optional)**
Add any other context or screenshots about the port request here.

@ -72,4 +72,11 @@ Since Catppuccin is available in 4 palettes it's understandable that it may not
### Submission
Open an issue under the main repo and fill out the information requested on the "[port request](https://github.com/catppuccin/catppuccin/issues/new?assignees=&labels=port+request&template=port-request.md&title=App)". It's recommended to also share the port in our [Discord server](https://discord.gg/r6Mdz5dpFc) beforehand so that other members of the community can give their opinion on it and hopefully improve it.
Raise a discussion under main repository [here!](https://github.com/catppuccin/catppuccin/discussions/new?category=port-requests)
The title should be the **simplest** name of the application/tool/website in **lower-kebab-case** that you are wanting ported over.
E.g. **NeoVim** -> **neovim**
If you have already created a repository containing the work, make sure to include it within the description for others to see! Feel free to join our [Discord](https://discord.com/invite/r6Mdz5dpFc) and share it there too!
The discussion will be transferred to an issue once the [staff team](https://github.com/orgs/catppuccin/teams/staff/members)
have deemed the port ready to be reviewed and merged!

Loading…
Cancel
Save