Skip to content

Commit d61c788

Browse files
authored
Update coding rules link in contributing to ldmx-sw
1 parent 8c7ccb2 commit d61c788

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: src/developing/Contributing-to-ldmx-sw.md

+4
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ Finally, [submit a pull request](https://github.com/LDMX-Software/ldmx-sw/compar
2727

2828
If you plan on starting a major (sub)project within the repository like adding a new code module, you should give advance notice and explain your plains beforehand. :) A good way to do this is to create a new issue. This allows the rest of the code development team to see what your plan is and offer comments/questions.
2929

30+
### Coding rules and conventions
31+
32+
Please read the [Coding rules]((developing/coding-rules.md)
33+
3034
### After Opening a PR
3135
After opening a PR, several different tests are run using [our GitHub Actions](https://github.com/LDMX-Software/ldmx-sw/actions). One of these tests, the "Recon Validation" takes about three hours to run, so it shouldn't be run on every commit pushed to a pull request. Instead, it is run when the PR is created or when marked "Ready for Review". This enables the following workflow for validating PRs.
3236

0 commit comments

Comments
 (0)