Skip to content

Commit

Permalink
Merge pull request #54 from EVerest/github_info
Browse files Browse the repository at this point in the history
 Add issue and PR templates and CODEOWNERS file
  • Loading branch information
AssemblyJohn authored Feb 29, 2024
2 parents 288c307 + 1a37585 commit 35371ce
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* @pietfried @hikinggrass @AssemblyJohn

/.github/ @pietfried @hikinggrass
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Bug Report
description: Thanks for taking the time to fill out this bug report!

body:

- 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. This could include information about the usage with OCPP, ISO15118 and/or a TPM module.
- type: textarea
id: other
attributes:
label: Anything else?
placeholder: Add any other context about the bug report here.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Feature Request
description: Thanks for taking the time to fill out this feature request!

body:
- 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.
9 changes: 9 additions & 0 deletions .github/pull_request_template.md
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

0 comments on commit 35371ce

Please sign in to comment.