3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-10-01 21:49:31 +00:00

Merge pull request #5400 from YosysHQ/emil/github-contribution-template-update

Update contribution templates
This commit is contained in:
Emil J 2025-09-30 11:03:49 +02:00 committed by GitHub
commit 60c551f961
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 13 additions and 12 deletions

View file

@ -6,15 +6,14 @@ body:
attributes: attributes:
value: > value: >
If you have a general question, please ask it in the [Discussions](https://github.com/YosysHQ/yosys/discussions) area If you have a general question, please ask it on the [Discourse forum](https://yosyshq.discourse.group/).
or join our [IRC Channel](https://web.libera.chat/#yosys) or [Community Slack](https://join.slack.com/t/yosyshq/shared_invite/zt-1aopkns2q-EiQ97BeQDt_pwvE41sGSuA).
If you have a feature request, please fill out the appropriate issue form, this form is for bugs and/or regressions. If you have a feature request, please fill out the appropriate issue form, this form is for bugs and/or regressions.
Please contact [YosysHQ GmbH](https://www.yosyshq.com/) if you need Please contact [YosysHQ GmbH](https://www.yosyshq.com/) if you need
commercial support for Yosys. commercial support or work done for Yosys.
- type: input - type: input
id: yosys_version id: yosys_version

View file

@ -6,8 +6,7 @@ body:
attributes: attributes:
value: > value: >
If you have a general question, please ask it in the [Discussions](https://github.com/YosysHQ/yosys/discussions) area If you have a general question, please ask it on the [Discourse forum](https://yosyshq.discourse.group/).
or join our [IRC Channel](https://web.libera.chat/#yosys) or [Community Slack](https://join.slack.com/t/yosyshq/shared_invite/zt-1aopkns2q-EiQ97BeQDt_pwvE41sGSuA).
If you have found a bug in Yosys, or in building the documentation, If you have found a bug in Yosys, or in building the documentation,

View file

@ -1,18 +1,17 @@
name: Feature Request name: Feature Request
description: "Submit a feature request for Yosys" description: "Submit a feature request for Yosys"
labels: ["feature-request"] labels: ["feature-request"]
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: > value: >
If you have a general question, please ask it in the [Discussions](https://github.com/YosysHQ/yosys/discussions) area If you have a general question, please ask it on the [Discourse forum](https://yosyshq.discourse.group/).
or join our [IRC Channel](https://web.libera.chat/#yosys) or [Community Slack](https://join.slack.com/t/yosyshq/shared_invite/zt-1aopkns2q-EiQ97BeQDt_pwvE41sGSuA).
If you have a bug report, please fill out the appropriate issue form, this form is for feature requests. If you have a bug report, please fill out the appropriate issue form, this form is for feature requests.
Please contact [YosysHQ GmbH](https://www.yosyshq.com/) if you need Please contact [YosysHQ GmbH](https://www.yosyshq.com/) if you need
commercial support or work done for Yosys. commercial support or work done for Yosys.

View file

@ -1,5 +1,9 @@
_If your work is part of a larger effort, please discuss your general plans on [Discourse](https://yosyshq.discourse.group/) first to align your vision with maintainers._
_What are the reasons/motivation for this change?_ _What are the reasons/motivation for this change?_
_Explain how this is achieved._ _Explain how this is achieved._
_If applicable, please suggest to reviewers how they can test the change._ _Make sure your change comes with tests. If not possible, share how a reviewer might evaluate it._
_These template prompts can be deleted when you're done responding to them._

View file

@ -9,7 +9,7 @@ Writing extensions
.. todo:: update to use :file:`/code_examples/extensions/test*.log` .. todo:: update to use :file:`/code_examples/extensions/test*.log`
This chapter contains some bits and pieces of information about programming This chapter contains some bits and pieces of information about programming
yosys extensions. Don't be afraid to ask questions on the YosysHQ Slack. yosys extensions. Don't be afraid to ask questions on the YosysHQ Discourse.
.. todo:: mention coding guide .. todo:: mention coding guide