Skip to content

Commit 5e910d1

Browse files
jmitrevsvloncar
authored andcommitted
minor fixes to CONTRIBUTING.md
1 parent 46bb486 commit 5e910d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Consult [GitHub Help](https://help.github.com/articles/about-pull-requests/) for
1818
1. In the pull request description, clearly document all changes made and the expected behavior.
1919
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.
2020
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.
2222
1. Submit the pull request to the [main](https://github.com/fastmachinelearning/hls4ml) branch.
2323

2424
## Code Reviews
@@ -48,7 +48,7 @@ include:
4848

4949
### Attribution
5050

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,
5252
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
5353

5454
For answers to common questions about this code of conduct, see

0 commit comments

Comments
 (0)