-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32 from edenlabllc/release/v0.42.5
Release/v0.42.5
- Loading branch information
Showing
5 changed files
with
43 additions
and
15 deletions.
There are no files selected for viewing
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,27 @@ | ||
name: Feature request | ||
description: Describe a new feature. | ||
labels: [enhancement] | ||
projects: | ||
- edenlabllc/43 | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this issue! Please fill the form below. | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: Describe your issue here. | ||
validations: | ||
required: true | ||
|
||
- type: checkboxes | ||
id: code-of-conduct | ||
attributes: | ||
label: Agree to the Code of Conduct | ||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/edenlabllc/rmk/blob/master/docs/CODE_OF_CONDUCT.md) | ||
options: | ||
- label: I agree to follow this project's Code of Conduct | ||
required: true |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
- #18 - Added the files recommended by the GitHub's community profiles. | ||
- #18 - Added a list of related OSS repositories. | ||
- #18 - Improved the cluster management instructions regarding recommended AMI images. | ||
- #18 - Fixed links to the OSS repository in project generation. | ||
- #18 - Split the issue template into the bug and feature templates. | ||
- #18 - Updated the Roadmap section of README.md. |