aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/feature_request.yml
blob: c521b5296317254dde1d0b794c87184da359133b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name: Feature Request
description: "Submit a feature request for Yosys" 
labels: ["feature-request"]
body:
  - type: markdown
    attributes:
      value: >

        If you have a general question, please ask it in the [Discussions](https://github.com/YosysHQ/yosys/discussions) area
        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.

        
        Please contact [YosysHQ GmbH](https://www.yosyshq.com/) if you need
        commercial support or work done for Yosys.

  - type: textarea
    id: feature_description
    attributes:
      label: Feature Description
      description: "A clear and detailed description of the feature."
    validations:
      required: true