-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add issue and PR templates and CODEOWNERS file (#436)
* Added issue and PR templates * Added CODEOWNERS file * Added links to CONTRIBUTION.md and COMMUNITY.md to README.md --------- Signed-off-by: pietfried <[email protected]> Signed-off-by: Piet Gömpel <[email protected]> Co-authored-by: Philip Molares <[email protected]>
- Loading branch information
Showing
5 changed files
with
90 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
* @pietfried @hikinggrass @marcemmers @maaikez | ||
/.github/ @pietfried @hikinggrass |
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,36 @@ | ||
name: Bug Report | ||
description: Thanks for taking the time to fill out this bug report! | ||
|
||
body: | ||
- type: dropdown | ||
id: affected-ocpp-version | ||
attributes: | ||
label: OCPP Version | ||
description: Which OCPP is affected? Mark both if applicable. | ||
options: | ||
- OCPP1.6 | ||
- OCPP2.0.1 | ||
multiple: true | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the bug | ||
description: A clear and concise description of what the bug is. If applicable, add screenshots or logfiles to help explain your problem. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: reproduction | ||
attributes: | ||
label: To Reproduce | ||
description: | | ||
If applicable describe the steps to and additional information to reproduce the behavior like message communication between CSMS, used configuration(s), compile options and your system information | ||
- type: textarea | ||
id: other | ||
attributes: | ||
label: Anything else? | ||
placeholder: Add any other context about the bug report here. |
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,39 @@ | ||
name: Feature Request | ||
description: Thanks for taking the time to fill out this feature request! | ||
|
||
body: | ||
- type: dropdown | ||
id: affected-ocpp-version | ||
attributes: | ||
label: OCPP Version | ||
description: For which OCPP do you suggest this feature? Mark both if applicable. | ||
options: | ||
- OCPP1.6 | ||
- OCPP2.0.1 | ||
multiple: true | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the problem | ||
description: What problem is your feature request targeting and why is it a problem? Please describe. | ||
placeholder: | | ||
A clear and concise description of what the problem is. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: solution | ||
attributes: | ||
label: Describe your solution | ||
description: Describe the solution you'd like | ||
placeholder: | | ||
A clear and concise description of what you want to happen. | ||
- type: textarea | ||
id: other | ||
attributes: | ||
label: Additional context | ||
placeholder: Add any other context about the feature request here. |
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,9 @@ | ||
## Describe your changes | ||
|
||
## Issue ticket number and link | ||
|
||
## Checklist before requesting a review | ||
- [ ] I have performed a self-review of my code | ||
- [ ] I have made corresponding changes to the documentation | ||
- [ ] I read the [contribution documentation](https://github.com/EVerest/EVerest/blob/main/CONTRIBUTING.md) and made sure that my changes meet its requirements | ||
|
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