Skip to content

Commit 9c915c1

Browse files
authored
chore: remove checklist from pull request template (#23876)
The checklist is ugly and mostly ignored. Another attempt at rewriting the pull request template. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent ef85a52 commit 9c915c1

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+12-13
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1+
> REPLACE THIS TEXT BLOCK
2+
>
3+
> Describe the reason for this change, what the solution is, and any
4+
> important design decisions you made.
5+
>
6+
> Remember to follow the [CONTRIBUTING GUIDE] and [DESIGN GUIDELINES] for any
7+
> code you submit.
8+
>
9+
> [CONTRIBUTING GUIDE]: https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md
10+
> [DESIGN GUIDELINES]: https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md
11+
12+
Closes #<issue number here>.
113

214
----
315

4-
### All Submissions:
5-
6-
* [ ] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md)
7-
8-
### Adding new Construct Runtime Dependencies:
9-
10-
* [ ] This PR adds new construct runtime dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md/#adding-construct-runtime-dependencies)
11-
12-
### New Features
13-
14-
* [ ] Have you added the new feature to an [integration test](https://github.com/aws/aws-cdk/blob/main/INTEGRATION_TESTS.md)?
15-
* [ ] Did you use `yarn integ` to deploy the infrastructure and generate the snapshot (i.e. `yarn integ` without `--dry-run`)?
16-
1716
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*

0 commit comments

Comments
 (0)