File: documentation.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 (31 lines) | stat: -rw-r--r-- 1,092 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
29
30
31
name: "Documentation"
description: "Something needs to be explained…"
labels: ["docs"]
assignees: []

body:
  - type: dropdown
    id: where
    attributes:
      label: "Which documentation?"
      description: |
        In the [documentation website](https://awkward-array.org/), the [GitHub README.md](https://github.com/scikit-hep/awkward/blob/main/README.md), [CONTRIBUTING.md](https://github.com/scikit-hep/awkward/blob/main/CONTRIBUTING.md), Python docstrings, or C++ doxygen comments?
      options:
        - Documentation website
        - GitHub README.md
        - CONTRIBUTING.md
        - Python docstrings
        - C++ doxygen comments
        - Other (please explain)?
    validations:
      required: true

  - type: textarea
    id: what
    attributes:
      label: "What needs to be documented?"
      description: |
        If you need to include a screenshot, try **clicking on the rectangle below to highlight it** and then dragging the file in or pasting from the clipboard.
      placeholder: "Tell us what you need to know."
    validations:
      required: true