open-constructs / aws-cdk-library

Community-Driven CDK Construct Library
Apache License 2.0
48 stars 7 forks source link

Create templates for issues and pull requests #29

Open hoegertn opened 3 weeks ago

hoegertn commented 3 weeks ago

It would be great to have templates for issues and pull requests. Ideas can be borrowed from the CDK project.

Issues:

PRs:

dbartholomae commented 2 days ago

I've researched a bit around this when setting up https://github.com/dbartholomae/lambda-middleware and preparing for Hacktoberfest a few years ago. Here's the Issue templates I ended up with: https://github.com/dbartholomae/lambda-middleware/tree/main/.github/ISSUE_TEMPLATE

I'll open a PR shortly to add them here so we can discuss in the PR whether they work, as well as any changes needed.