You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Report something that's not working correctly
3
+
labels: ["kind/bug", "needs-triage"]
4
+
body:
5
+
- type: markdown
6
+
attributes:
7
+
value: |
8
+
Thanks for taking the time to fill out this bug report!
9
+
You can also ask questions on our [Community Slack](https://slack.pulumi.com/).
10
+
- type: textarea
11
+
id: what-happened
12
+
attributes:
13
+
label: Describe what happened
14
+
description: Please summarize what happened, including what Pulumi commands you ran, as well as
15
+
an inline snippet of any relevant error or console output.
16
+
validations:
17
+
required: true
18
+
- type: textarea
19
+
id: sample-program
20
+
attributes:
21
+
label: Sample program
22
+
description: |
23
+
<details><summary>Provide a reproducible sample program</summary>
24
+
If this is a bug you encountered while running a Pulumi command, please provide us with a minimal,
25
+
self-contained Pulumi program that reproduces this behavior so that we can investigate on our end.
26
+
Without a functional reproduction, we will not be able to prioritize this bug.
27
+
**Note:** If the program output is more than a few lines, please send us a Gist or a link to a file.
28
+
</details>
29
+
validations:
30
+
required: true
31
+
- type: textarea
32
+
id: log-output
33
+
attributes:
34
+
label: Log output
35
+
description: |
36
+
<details><summary>How to Submit Logs</summary>
37
+
If this is something that is dependent on your environment, please also provide us with the output of
38
+
`pulumi up --logtostderr --logflow -v=10` from the root of your project.
39
+
We may also ask you to supply us with debug output following [these steps](https://www.pulumi.com/docs/using-pulumi/pulumi-packages/debugging-provider-packages/).
40
+
**Note:** If the log output is more than a few lines, please send us a Gist or a link to a file.
41
+
</details>
42
+
- type: textarea
43
+
id: resources
44
+
attributes:
45
+
label: Affected Resource(s)
46
+
description: Please list the affected Pulumi Resource(s) or Function(s).
47
+
validations:
48
+
required: false
49
+
- type: textarea
50
+
id: versions
51
+
attributes:
52
+
label: Output of `pulumi about`
53
+
description: Provide the output of `pulumi about` from the root of your project.
54
+
validations:
55
+
required: true
56
+
- type: textarea
57
+
id: ctx
58
+
attributes:
59
+
label: Additional context
60
+
description: Anything else you would like to add?
61
+
validations:
62
+
required: false
63
+
- type: textarea
64
+
id: voting
65
+
attributes:
66
+
label: Contributing
67
+
value: |
68
+
Vote on this issue by adding a 👍 reaction.
69
+
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
<!-- Start with a one- to three-sentence summary that should be understandable by any Pulumian or community member, even those without any context on the work. -->
13
+
14
+
## Key KPIs
15
+
<!-- What KPIs should this Epic will move; what could we measure to observe that this project was successful? -->
16
+
17
+
## Key Stakeholders
18
+
- Product and Engineering: <!-- Teams and individuals involved in the design and implementation -->
19
+
- Documentation: <!-- Representative from the docs team -->
20
+
- Marketing/Partnerships: <!-- Representative from the Marketing team -->
0 commit comments