diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md index a68fccc584..9b40228442 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.md +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -1,7 +1,7 @@ --- name: Bug report about: Create a report to help us improve -title: "(module name): short issue description" +title: "Bug (module name): short issue description" labels: bug, triage --- diff --git a/.github/ISSUE_TEMPLATE/DOC_IMPROVEMENT.md b/.github/ISSUE_TEMPLATE/DOC_IMPROVEMENT.md index 5cce104f88..89144bac46 100644 --- a/.github/ISSUE_TEMPLATE/DOC_IMPROVEMENT.md +++ b/.github/ISSUE_TEMPLATE/DOC_IMPROVEMENT.md @@ -1,7 +1,7 @@ --- name: Documentation improvement about: Suggest a documentation update, improvement -title: "(module name): short issue description" +title: "Documentation (module name): short issue description" labels: documentation --- diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md index 04e23eae87..99af78e849 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md @@ -1,7 +1,7 @@ --- name: Feature request about: Suggest an idea for this project -title: "(module name): short issue description" +title: "Feature (module name): short issue description" labels: feature-request, triage --- diff --git a/.github/ISSUE_TEMPLATE/RFC.md b/.github/ISSUE_TEMPLATE/RFC.md new file mode 100644 index 0000000000..d5ee8d6d3a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/RFC.md @@ -0,0 +1,71 @@ +--- +name: RFC +about: Feature design and proposals +title: 'RFC (module name): short issue description' +labels: RFC, triage +assignees: '' +approved by: '' +--- + +## Key information + +* RFC PR: (leave this empty) +* Related issue(s), if known: +* Area: (i.e. Tracer, Metrics, Logger, etc.) +* Meet [tenets](https://awslabs.github.io/aws-lambda-powertools-typescript/latest/#tenets): (Yes/no) +* Approved by: '' +* Reviewed by: '' + +## Summary +[summary]: #summary + + + +## Motivation +[motivation]: #motivation + + + +## Proposal +[proposal]: #proposal + + + + + + + + +## User Experience + + + + + + + + + + +## Drawbacks +[drawbacks]: #drawbacks + + + + + + + +## Rationale and alternatives +[rationale-and-alternatives]: #rationale-and-alternatives + + + + + + + +## Unresolved questions +[unresolved-questions]: #unresolved-questions + + \ No newline at end of file