File: modification.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 (34 lines) | stat: -rw-r--r-- 1,167 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
name: 🔧 Modification Request
description: Would you like something work differently? Have an alternative approach? This is the template for you.
labels: [t⁷ ⋅ modification, 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: textarea
    id: expected_behaviour
    attributes:
      label: Expected Behavior / Situation
    validations:
      required: true
  - type: textarea
    id: actual_behaviour
    attributes:
      label: Actual Behavior / Situation
    validations:
      required: true
  - type: textarea
    id: proposal
    attributes:
      label: Modification Proposal
    validations:
      required: true