Skip to content

Commit

Permalink
docs: add PR template
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <[email protected]>
  • Loading branch information
jerome-benoit committed Jul 4, 2024
1 parent 94097a8 commit 8d9bfb0
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!--
Thanks for contributing to EVSE simulator project.
Please be sure to read our [contributing guidelines](https://github.com/sap/e-mobility-charging-stations-simulator/blob/master/CONTRIBUTING.md).
-->

## PR Checklist

- [ ] Please add a description of your changes.
- [ ] Please ensure title follows [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/).
- [ ] We need your changes to come with unit tests in order to keep this project in quality and easy to maintain.
- [ ] If your changes contain any new feature please be sure to document it.
- [ ] Please add a link to the open issue or task that this pull request will resolve.

## Does this PR introduce a breaking change?

- [ ] Yes
- [ ] No

If yes please indicate it in the title and add migration info into the documentation.

---

<!-- Your PR text -->
1 change: 1 addition & 0 deletions .github/workflows/clone-count.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
clone-count:
runs-on: ubuntu-latest
if: github.repository == 'sap/e-mobility-charging-stations-simulator'

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ permissions:
jobs:
release-please:
runs-on: ubuntu-latest
if: github.repository == 'sap/e-mobility-charging-stations-simulator'
steps:
- uses: googleapis/release-please-action@v4
id: release
Expand Down

0 comments on commit 8d9bfb0

Please sign in to comment.