forked from aws/aws-cdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update to repo maintainance files (aws#3564)
- Loading branch information
Showing
8 changed files
with
315 additions
and
63 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
--- | ||
name: "\U0001F41B Bug Report" | ||
about: Report a bug | ||
labels: bug, needs-triage | ||
--- | ||
|
||
<!-- NOTE:📕 If issue regarding developer guide, please create issue [here](https://github.com/awsdocs/aws-cdk-guide/issues) --> | ||
|
||
## :bug: Bug Report | ||
|
||
### What is the problem? | ||
<!-- | ||
Describe in as much detail as possible the problem that you have identified. | ||
Please identify clearly what construct the problem relates to, or indicate | ||
what part of the core cdk codebase is causing problems. | ||
--> | ||
|
||
### Reproduction Steps | ||
<!-- | ||
Whenever possible, add reference to the minimal reproduction of the issue, as | ||
this will greatly help with identifying the root cause of the problem, and | ||
ensuring a candidate fix is working. | ||
If your minimal reprodiction is large, you may provide references to a [gist][1] | ||
or any other publicly viewable location. | ||
--> | ||
|
||
### Verbose Log | ||
<!-- | ||
If the output is very large, you may store it in a [gist][1]. In any case, | ||
please review the contents of the log you are about to submit and edit any | ||
confidential information out. | ||
[1]: https://gist.github.com | ||
--> | ||
|
||
### Environment | ||
|
||
- **CDK CLI Version:** <!-- Output of `cdk version` --> | ||
- **Module Version:** <!-- Version of the module in question --> | ||
- **OS:** <!-- [all | Windows 10 | OSX Mojave | Ubuntu | etc... ] --> | ||
- **Language:** <!-- [all | TypeScript | Java | Python ] etc... ] --> | ||
|
||
|
||
### Other information | ||
<!-- e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. associated pull-request, stackoverflow, gitter, etc --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
--- | ||
name: "\U0001F680 Feature Request" | ||
about: Request a new feature | ||
labels: feature-request, needs-triage | ||
--- | ||
|
||
<!-- NOTE:📕 If issue regarding developer guide, please create issue [here](https://github.com/awsdocs/aws-cdk-guide/issues) --> | ||
|
||
## :rocket: Feature Request | ||
|
||
### General Information | ||
<!-- | ||
Check the box below (with an X) if you are able and willing to propose an | ||
implementation for the requested feature. This does not imply a commitment from | ||
you to actually do it! | ||
--> | ||
* [ ] :wave: I may be able to implement this feature request | ||
<!-- | ||
Check the box below (with an X) if you think this feature might result in a | ||
breaking change (this requiring a major version bump when released). If unsure, | ||
please leave the box un-checked. | ||
--> | ||
* [ ] :warning: This feature might incur a breaking change | ||
|
||
### Description | ||
<!-- | ||
Describe the feature you would like added in as much detail as you can. Make | ||
sure you explain how it'll enhance the project, user-experience or feature set. | ||
--> | ||
|
||
### Proposed Solution | ||
<!-- | ||
Whenever relevant, describe how you would like the feature to be implemented. | ||
Include any documentation that can help understand your idea in very concrete | ||
ways, such as code examples that leverage your feature, captures of design | ||
diagrams, ... | ||
--> | ||
|
||
### Environment | ||
|
||
- **CDK CLI Version:** <!-- Output of `cdk version` --> | ||
- **Module Version:** <!-- Version of the module in question --> | ||
- **OS:** <!-- [all | Windows 10 | OSX Mojave | Ubuntu | etc... ] --> | ||
- **Language:** <!-- [all | TypeScript | Java | Python ] etc... ] --> | ||
|
||
|
||
### Other information | ||
<!-- e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. associated pull-request, stackoverflow, gitter, etc --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,33 @@ | ||
--- | ||
name: General Issues | ||
about: Please use this template to submit issues for review | ||
title: '' | ||
name: "\U00002753 General Issue" | ||
about: Create a new issue | ||
labels: needs-triage | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Note: for support questions, please first reference our [documentation](https://docs.aws.amazon.com/cdk/api/latest), then use [Stackoverflow](https://stackoverflow.com/questions/ask?tags=aws-cdk)**. This repository's issues are intended for feature requests and bug reports. | ||
|
||
* **I'm submitting a ...** | ||
- [ ] :beetle: bug report | ||
- [ ] :rocket: feature request | ||
- [ ] :books: construct library gap | ||
- [ ] :phone: security issue or vulnerability => Please see [policy](https://github.com/aws/aws-cdk/security/policy) | ||
- [ ] :question: support request => Please see note at the top of this template. | ||
|
||
|
||
* **What is the current behavior?** | ||
*If the current behavior is a :beetle:bug:beetle:: Please provide the steps to reproduce* | ||
|
||
|
||
|
||
* **What is the expected behavior (or behavior of feature suggested)?** | ||
|
||
<!-- NOTE:📕 If issue regarding developer guide, please create issue [here](https://github.com/awsdocs/aws-cdk-guide/issues) --> | ||
|
||
## :question: General Issue | ||
|
||
* **What is the motivation / use case for changing the behavior or adding this feature?** | ||
<!-- | ||
⚠️ Important Information | ||
For support questions, please first reference our [documentation](https://docs.aws.amazon.com/cdk/api/latest), then use [Stackoverflow](https://stackoverflow.com/questions/ask?tags=aws-cdk). This repository's issues are intended for feature requests and bug reports. | ||
--> | ||
|
||
### The Question | ||
<!-- | ||
Ask your question here. Include any details relevant. Make sure you are not | ||
falling prey to the [X/Y problem][2]! | ||
[2]: http://xyproblem.info | ||
--> | ||
|
||
* **Please tell us about your environment:** | ||
### Environment | ||
|
||
- CDK CLI Version: xx.xx.xx | ||
- Module Version: xx.xx.xx | ||
- OS: [all | Windows 10 | OSX Mojave | Ubuntu | etc... ] | ||
- Language: [all | TypeScript | Java | Python ] | ||
- **CDK CLI Version:** <!-- Output of `cdk version` --> | ||
- **Module Version:** <!-- Version of the module in question --> | ||
- **OS:** <!-- [all | Windows 10 | OSX Mojave | Ubuntu | etc... ] --> | ||
- **Language:** <!-- [all | TypeScript | Java | Python ] etc... ] --> | ||
|
||
|
||
* **Other information** (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. associated pull-request, stackoverflow, gitter, etc) | ||
### Other information | ||
<!-- e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. associated pull-request, stackoverflow, gitter, etc --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
<!-- Please write here a description of what is included in your pull request --> | ||
|
||
---- | ||
|
||
Please read the [contribution guidelines](https://github.com/aws/aws-cdk/blob/master/CONTRIBUTING.md) and follow the pull-request checklist. | ||
<!-- | ||
Please read the [contribution guidelines][1] and follow the pull-request checklist. | ||
[1]: https://github.com/aws/aws-cdk/blob/master/CONTRIBUTING.md | ||
--> | ||
|
||
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* |
Oops, something went wrong.