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
Copy file name to clipboardExpand all lines: .github/workflows/issues.yml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -60,4 +60,10 @@
60
60
with:
61
61
issue-number: ${{ github.event.issue.number }}
62
62
body: |
63
+
Thanks for opening this issue! Please make sure to provide the following information to help us reproduce the issue:
64
+
- CDK code used by the customer
65
+
- The output of [cdk synth](https://cdkworkshop.com/30-python/20-create-project/400-synth.html)
66
+
- List of Public CFN Resources that are activated in the AWS account with their release version
67
+
- AWS Region where the CFN stack is running
68
+
63
69
Thanks for opening this issue. The ticket [${{ steps.create.outputs.jira-ticket-id }}](https://jira.mongodb.org/browse/${{ steps.create.outputs.jira-ticket-id }}) was created for internal tracking.
0 commit comments