File: docs.yaml

package info (click to toggle)
node-rollup 3.29.5-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 53,544 kB
  • sloc: javascript: 115,081; sh: 32; makefile: 18
file content (37 lines) | stat: -rw-r--r-- 1,217 bytes parent folder | download | duplicates (3)
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
32
33
34
35
36
37
name: 📚 Documentation
description: Are the docs lacking or missing something? Do they need some new 🔥 hotness? Tell us here.
labels: [t² 📚 documentation, t⁸ ⋅ triage]
body:
  - type: markdown
    attributes:
      value: |
        ⚡️ katchow! We 💛 issues.

        👉🏽 Need help or tech support? Please don't open an issue!
        Head to https://is.gd/rollup_chat or https://stackoverflow.com/questions/tagged/rollupjs

        👉🏽 Is this issue related to an official plugin? Please do not open an issue here, go to the plugins repository instead: https://github.com/rollup/plugins/issues

        ❤️ Rollup? Please consider supporting our collective:
        👉 https://opencollective.com/rollup/donate
  - type: checkboxes
    id: documentation_is
    attributes:
      label: Documentation is
      options:
        - label: Missing
        - label: Needed
        - label: Confusing
        - label: Not sure?
  - type: textarea
    id: explanation
    attributes:
      label: Please Explain in Detail...
    validations:
      required: true
  - type: textarea
    id: proposal
    attributes:
      label: Your Proposal for Changes
    validations:
      required: true