summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/feature_request.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature_request.md')
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md41
1 files changed, 0 insertions, 41 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
deleted file mode 100644
index c35dfae51..000000000
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ /dev/null
@@ -1,41 +0,0 @@
----
-name: Feature request
-about: Suggest an idea for this project
-title: "[ENH] "
-labels: ''
-assignees: ''
-
----
-
-<!--
-**Note:**
-- DO NOT use the bug and feature tracker for general questions and support requests.
- Use the `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.
- Also see the [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst) regarding recent changes.
--->
-
-**Is your feature request related to a problem? Please describe.**
-A clear and concise description of what the problem is. Ex. In my code, I would like to do [...]
-```cython
-# add use case related code here
-```
-
-**Describe the solution you'd like**
-A clear and concise description of what you want to happen, including code examples if applicable.
-```cython
-# add a proposed code/syntax example here
-```
-
-**Describe alternatives you've considered**
-A clear and concise description of any alternative solutions or features you've considered.
-```cython
-# add alternative code/syntax proposals here
-```
-
-**Additional context**
-Add any other context about the feature request here.