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: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Consult [GitHub Help](https://help.github.com/articles/about-pull-requests/) for
18
18
1. In the pull request description, clearly document all changes made and the expected behavior.
19
19
1. If you are introducing new functionality, add at least one unit test under the `test` folder and make sure it passes before you submit the pull request.
20
20
1. Similarly, if you are fixing a bug, add at least one unit test under the `test` folder such that the master branch fails the test and your branch passes the test.
21
-
1. Install and run `pre-commit` on the files that you have edited. We are adiabatically turning on linting for the full repository (see [#678](https://github.com/fastmachinelearning/hls4ml/pull/678)).
21
+
1. Install and run `pre-commit` on the files that you have edited.
22
22
1. Submit the pull request to the [main](https://github.com/fastmachinelearning/hls4ml) branch.
23
23
24
24
## Code Reviews
@@ -48,7 +48,7 @@ include:
48
48
49
49
### Attribution
50
50
51
-
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
51
+
This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 1.4,
52
52
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
53
53
54
54
For answers to common questions about this code of conduct, see
0 commit comments