summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/feature-request.yml
blob: 390c3d53bba2a8e1b597065cdf86341e213e8095 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name: Feature request
description: Check instructions for submitting your idea on the mailing list first.
title: "ENH: <Please write a comprehensive title after the 'ENH: ' prefix>"

body:
- type: markdown
  attributes:
    value: >
      If you're looking to request a new feature or change in functionality,
      including adding or changing the meaning of arguments to an existing
      function, please post your idea on the
      [numpy-discussion mailing list](https://mail.python.org/mailman/listinfo/numpy-discussion)
      to explain your reasoning in addition to opening an issue or pull request.
      You can also check out our
      [Contributor Guide](https://github.com/numpy/numpy/blob/main/doc/source/dev/index.rst)
      if you need more information.

- type: textarea
  attributes:
    label: "Proposed new feature or change:"
  validations:
    required: true