summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/3_blank_issue.yml
blob: 2b278de5e3a519e512f25d7debe2a5822e055b03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name: Blank Issue
description: Not a Bug or a Feature Request. DO NOT post support questions here, see the "I NEED HELP" section
body:
  - type: markdown
    attributes:
      value: |
        **PLEASE READ THIS FIRST:**
        - DO NOT use the bug and feature tracker for general questions and support requests.
        Use the [`cython-users`](https://groups.google.com/g/cython-users) mailing list instead.
        It has a wider audience, so you get more and better answers.
        - Did you search for SIMILAR ISSUES already?
        Please do, it helps to save us precious time that we otherwise could not invest into development.
        - Did you try the LATEST MASTER BRANCH or pre-release?
        It might already have what you want to report.
        Specifically, the legacy stable 0.29.x release series receives only important low-risk bug fixes.
        Also see the [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst) regarding recent changes
  - type: textarea
    attributes:
      label: "Describe your issue"
    validations:
      required: true