sigs.k8s.io/kubebuilder/v3@v3.14.0/.github/ISSUE_TEMPLATE/config.yml (about)

     1  # allow free form issues as an escape hatch.  This can be taken away if people abuse it ;-)
     2  blank_issues_enabled: true
     3  
     4  # link to CR and CT for easier access
     5  contact_links:
     6  - name: Runtime Issues
     7    url: https://github.com/kubernetes-sigs/controller-runtime/issues/new
     8    about: Runtime issues generally belong in the controller-runtime repository
     9  
    10  - name: CRD/Webhook/Deepcopy Generation Issues
    11    url: https://github.com/kubernetes-sigs/controller-tools/issues/new
    12    about: YAML & Go generation issues generally belong in the controller-tools repository
    13  
    14  - name: Support Questions
    15    url: https://github.com/kubernetes-sigs/kubebuilder/discussions/new
    16    about: Need support & not sure if this a bug?  You can ask questions in Slack or GitHub discussions.