You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/developing/Contributing-to-ldmx-sw.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ If you plan on starting a major (sub)project within the repository like adding a
29
29
30
30
### Coding rules and conventions
31
31
32
-
Please read the [Coding rules]((developing/coding-rules.md)
32
+
Please read the [Coding rules](developing/coding-rules.md)
33
33
34
34
### After Opening a PR
35
35
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.
0 commit comments