Skip to content

Commit

Permalink
Add PR template (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvbrt authored Nov 5, 2024
1 parent 71a5e30 commit dfa3ecc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@


BEGINRELEASENOTES
- Thank you for writing the text to appear in the release notes. It will show up
exactly as it appears between the two bold lines
- ...

ENDRELEASENOTES
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# k4RecCalorimeter - Key4hep Framework Components for Calorimeter Reconstruction

![key4hep-build](https://github.com/HEP-FCC/k4RecCalorimeter/actions/workflows/key4hep-build.yaml/badge.svg)
[![key4hep-build](https://github.com/HEP-FCC/k4RecCalorimeter/actions/workflows/key4hep-build.yaml/badge.svg)](https://github.com/HEP-FCC/k4RecCalorimeter/actions/workflows/key4hep-build.yaml)

The components are available from the Key4hep stack on machines with CVMFS.

Expand All @@ -23,7 +23,7 @@ source /cvmfs/sw-nightlies.hsf.org/key4hep/setup.sh

After fetching the repository, do
```
source /cvmfs/sw.hsf.org/key4hep/setup.sh
source /cvmfs/sw-nightlies.hsf.org/key4hep/setup.sh
mkdir build install
cd build
cmake -DCMAKE_INSTALL_PREFIX=install ..
Expand Down

0 comments on commit dfa3ecc

Please sign in to comment.