Skip to content

Commit

Permalink
Fix typo in PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
BrieucF committed Jul 5, 2024
1 parent 6cff611 commit b53d4ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
To ease the review process, please consider the following before to open the pull request:
- is your code well commented?
- did you update the relevant README(s)? See e.g. https://github.com/key4hep/k4geo/blob/main/detector/calorimeter/README.md or https://github.com/key4hep/k4geo/blob/main/FCCee/IDEA/compact/README.md
- if you added some code, is is covered by tests? See https://github.com/key4hep/k4geo/blob/main/lcgeoTests/CMakeLists.txt
- if you added some code, is it covered by tests? See https://github.com/key4hep/k4geo/blob/main/lcgeoTests/CMakeLists.txt
- is your PR branch up to date with origin 'main'?
- are you not adding/modifying files that should not have been added/modified (or at least, not in this PR)?

Expand All @@ -13,3 +13,4 @@ BEGINRELEASENOTES
- ...

ENDRELEASENOTES

0 comments on commit b53d4ee

Please sign in to comment.