File: feature-request.yml

package info (click to toggle)
python-awkward 2.8.10-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 25,144 kB
  • sloc: python: 182,845; cpp: 33,828; sh: 432; makefile: 21; javascript: 8
file content (28 lines) | stat: -rw-r--r-- 1,281 bytes parent folder | download | duplicates (2)
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
27
28
name: "Feature request"
description: "Some functionality needs to be added…"
labels: ["feature"]
assignees: []

body:
  - type: markdown
    attributes:
      value: |
        What you're looking for might already be possible as a combination of existing functions, but ask anyway. If what you want can be performed by a combination of existing features, we'll convert this issue into a [Discussion Q&A](https://github.com/scikit-hep/awkward-1.0/discussions/categories/q-a).

        The following links might help:

           * [awkward-array.org](https://awkward-array.org/)
           * [StackOverflow: [awkward-array] tag](https://stackoverflow.com/questions/tagged/awkward-array)
           * [Gitter: Scikit-HEP/awkward-array room](https://gitter.im/Scikit-HEP/awkward-array)

  - type: textarea
    id: feature
    attributes:
      label: "Description of new feature"
      placeholder: "Tell us what you need."
      description: |
        Please be specific, with code examples and expected output (in [backticks](https://www.markdownguide.org/extended-syntax/#fenced-code-blocks)) where it would help.

        If you need to include a file, try **clicking on the rectangle below to highlight it** and then dragging the file in.
    validations:
      required: true