mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-05 17:14:08 +00:00
This PR replaces the old markdown issue template with the new YAML based form templates for GitHub, this allows us to enforce required fields and also auto-tag with labels. This doesn't remove the ability to open a blank issue, but it is obscured so it is not the primary thing people are likely to do. This also added link entries in the issue creation page to link to the Discussions tab, Community Slack, and IRC channel.
12 lines
409 B
YAML
12 lines
409 B
YAML
contact_links:
|
|
- name: Discussions
|
|
url: https://github.com/YosysHQ/yosys/discussions
|
|
about: "Have a question? Ask it on our discussions page!"
|
|
- name: Community Slack
|
|
url: https://join.slack.com/t/yosyshq/shared_invite/zt-1aopkns2q-EiQ97BeQDt_pwvE41sGSuA
|
|
about: "Yosys Community Slack"
|
|
- name: IRC Channel
|
|
url: https://web.libera.chat/#yosys
|
|
about: "#yosys on irc.libera.chat"
|
|
|