Skip to content

Commit

Permalink
Make log outputs optional in the issue template (#1024)
Browse files Browse the repository at this point in the history
We don't need log outputs if a clear repro is given for an issue, so
it's unnecessary to require that. It raises the barrier to reporting an
issue, possibly costing us bug reports.

I haven't seen a pulumi engineer add logs when reporting an issue,
except when that's meaningful, so we shouldn't expect outside
contributors to do that.
  • Loading branch information
VenelinMartinov authored Jul 12, 2024
1 parent d44b707 commit 978855a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ body:
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/).
**Note:** If the log output is more than a few lines, please send us a Gist or a link to a file.
</details>
validations:
required: true
- type: textarea
id: resources
attributes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ body:
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/).
**Note:** If the log output is more than a few lines, please send us a Gist or a link to a file.
</details>
validations:
required: true
- type: textarea
id: resources
attributes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ body:
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/).
**Note:** If the log output is more than a few lines, please send us a Gist or a link to a file.
</details>
validations:
required: true
- type: textarea
id: resources
attributes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ body:
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/).
**Note:** If the log output is more than a few lines, please send us a Gist or a link to a file.
</details>
validations:
required: true
- type: textarea
id: resources
attributes:
Expand Down

0 comments on commit 978855a

Please sign in to comment.