Skip to content

Commit

Permalink
fix typo Contributing.md (qua-platform#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
yomach authored Mar 2, 2022
1 parent e33538a commit 9536604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Coding tips to avoid [merge conflicts](https://docs.github.com/en/pull-requests/

Code standard guidelines:
1. When you are ready to merge your code into the main repository, you need to make sure that all of your commits and commit messages are good and descriptive. You can always squash your commits into a few (or a single) commits.
2. We use [black](https://pypi.org/project/black/) to make sure that our code is standardized. Format your code before opening the PR by first install black:```pip install black``` and then type in the terminal ```black .``` (At the root of the repository)
2. We use [black](https://pypi.org/project/black/) to make sure that our code is standardized. Format your code before opening the PR by first install black:```pip install black``` and then type in the terminal ```black .\qualang_tools\``` (At the root of the repository)
3. When adding new features, add appropriate tests to the test folder that checks the validity of the tools/features.

Note: If you're not sure how to write tests or which test to write, just leave it to us.

0 comments on commit 9536604

Please sign in to comment.