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
message: Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to [allow changes to be pushed to your fork](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork)).
39
+
merge:
40
+
strict: smart
41
+
method: squash
42
+
strict_method: merge
43
+
commit_message: title+body
44
+
delete_head_branch: {}
45
+
conditions:
46
+
- base!=release
47
+
- -title~=(WIP|wip)
48
+
- label~=two-approvers
49
+
- -label~=(blocked|do-not-merge|no-squash)
50
+
- -merged
51
+
- -closed
52
+
- author!=dependabot[bot]
53
+
- author!=dependabot-preview[bot]
54
+
- "#approved-reviews-by>=2"
55
+
- -approved-reviews-by~=author
56
+
- "#changes-requested-reviews-by=0"
57
+
- status-success~=AWS CodeBuild us-east-1
58
+
#- status-success=Semantic Pull Request
59
+
- status-success=mandatory-changes
60
+
- name: automatic merge (no-squash)
36
61
actions:
37
62
comment:
38
63
message: Thank you for contributing! Your pull request will be updated from master and then merged automatically without squashing (do not update manually, and be sure to [allow changes to be pushed to your fork](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork)).
For a detailed walkthrough, see the [tutorial](https://docs.aws.amazon.com/cdk/latest/guide/getting_started.html#hello_world_tutorial) in the AWS CDK [Developer Guide](https://docs.aws.amazon.com/cdk/latest/guide/home.html).
68
+
69
+
### At a glance
64
70
Install or update the [AWS CDK CLI] from npm (requires [Node.js ≥ 10.13.0](https://nodejs.org/download/release/latest-v10.x/)). We recommend using a version in [Active LTS](https://nodejs.org/en/about/releases/)
65
71
⚠️ versions `13.0.0` to `13.6.0` are not supported due to compatibility issues with our dependencies.
66
72
@@ -108,38 +114,33 @@ Use the `cdk` command-line toolkit to interact with your project:
108
114
*`cdk synth`: synthesizes an AWS CloudFormation template for your app
109
115
*`cdk diff`: compares your app with the deployed stack
110
116
111
-
For a detailed walkthrough, see the [tutorial] in the AWS CDK [Developer Guide].
112
-
113
117
## Getting Help
114
118
115
-
Please use these community resources for getting help. We use the GitHub issues
116
-
for tracking bugs and feature requests.
119
+
The best way to interact with our team is through GitHub. You can open an [issue](https://github.com/aws/aws-cdk/issues/new/choose) and choose from one of our templates for bug reports, feature requests, documentation issues, or guidance.
120
+
121
+
If you have a support plan with AWS Support, you can also create a new [support case](https://console.aws.amazon.com/support/home#/).
117
122
123
+
You may also find help on these community resources:
124
+
* Look through the [API Reference](https://docs.aws.amazon.com/cdk/api/latest/docs/aws-construct-library.html) or [Developer Guide](https://docs.aws.amazon.com/cdk/latest/guide)
118
125
* Ask a question on [Stack Overflow](https://stackoverflow.com/questions/tagged/aws-cdk)
119
126
and tag it with `aws-cdk`
120
127
* Come join the AWS CDK community on [Gitter](https://gitter.im/awslabs/aws-cdk)
121
128
* Talk in the CDK channel of the [AWS Developers Slack workspace](https://awsdevelopers.slack.com) (invite required)
122
-
* Open a support ticket with [AWS Support](https://console.aws.amazon.com/support/home#/)
123
-
* If it turns out that you may have found a bug,
124
-
please open an [issue](https://github.com/aws/aws-cdk/issues/new)
129
+
* Check out the [partitions.io board](https://partitions.io/cdk)
130
+
131
+
### Roadmap
132
+
133
+
The [AWS CDK Roadmap project board](https://github.com/orgs/aws/projects/7) lets developers know about our upcoming features and priorities to help them plan how to best leverage the CDK and identify opportunities to contribute to the project. See [ROADMAP.md](https://github.com/aws/aws-cdk/blob/master/ROADMAP.md) for more information and FAQs.
125
134
126
135
## Contributing
127
136
128
137
We welcome community contributions and pull requests. See
129
-
[CONTRIBUTING](./CONTRIBUTING.md) for information on how to set up a development
138
+
[CONTRIBUTING.md](./CONTRIBUTING.md) for information on how to set up a development
130
139
environment and submit code.
131
140
132
-
## Roadmap
133
-
134
-
The [AWS CDK Roadmap project board] lets developers know about our upcoming features and priorities to help them plan how to best leverage the CDK and identify opportunities to contribute to the project. See [ROADMAP] for more information and FAQs.
0 commit comments