Migrate to issue forms
This commit is contained in:
parent
8673cd987d
commit
dcb992071f
7 changed files with 172 additions and 256 deletions
18
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
18
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
blank_issues_enabled: true
|
||||
contact_links:
|
||||
- name: ℹ Questions, Ideas, and Discussions
|
||||
url: https://github.com/MithrilJS/mithril.js/discussions
|
||||
about: |
|
||||
Got a question on how to use Mithril.js? Have a fancy idea of how we could do better? Check
|
||||
out our discussions forum!
|
||||
- name: ℹ Show and Tell
|
||||
url: https://github.com/MithrilJS/mithril.js/discussions/new?category=show-and-tell
|
||||
about: |
|
||||
Got something to show off? Made something so cool, you just have to tell the world? Let us
|
||||
know here in our discussions forum!
|
||||
- name: 🚀 Feature Request or Enhancement
|
||||
url: https://github.com/MithrilJS/mithril.js/discussions/new?category=ideas
|
||||
about: Got a feature request? Let us know here! We do those in our discussion forum.
|
||||
- name: 💻 Zulip Chat
|
||||
url: https://mithril.zulipchat.com/
|
||||
about: Not sure about something? Just want to hang out? Come over to our Zulip chat!
|
||||
Loading…
Add table
Add a link
Reference in a new issue