-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add issue and PR templates and CODEOWNERS file #54
Conversation
AssemblyJohn
commented
Feb 23, 2024
- Added issue and PR templates
- Added CODEOWNERS file
* Added issue and PR templates * Added CODEOWNERS file Signed-off-by: AssemblyJohn <[email protected]>
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks to specific to OCPP ;) try to keep the definition specific to this lib
Co-authored-by: Piet Gömpel <[email protected]> Signed-off-by: John <[email protected]>
Co-authored-by: Piet Gömpel <[email protected]> Signed-off-by: John <[email protected]>
Signed-off-by: AssemblyJohn <[email protected]>
Signed-off-by: Piet Gömpel <[email protected]>
@@ -0,0 +1,25 @@ | |||
name: Bug Report | |||
description: Thanks for taking the time to fill out this bug report! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As in the everest-core PR, I suggest adding
description: Thanks for taking the time to fill out this bug report! | |
description: Thanks for taking the time to fill out this bug report! | |
labels: ["bug"] |
(or [enhancement]
for feature requests).