-
-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
38 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,9 +50,9 @@ Feel free to discuss with our community through | |
We use some tools as part of our development workflow which you'll need to install into | ||
your host environment: | ||
|
||
- [poetry](https://python-poetry.org/) for packaging and dependency management | ||
- [Poetry](https://python-poetry.org/) for packaging and dependency management | ||
- [poethepoet](https://github.com/nat-n/poethepoet) for running development tasks | ||
- [commitizen](https://commitizen-tools.github.io/commitizen/) for writing git commits | ||
- [commitizen](https://commitizen-tools.github.io/commitizen/) for writing Git commits | ||
easily | ||
|
||
Or you can use | ||
|
@@ -63,15 +63,15 @@ to start hacking with one click! | |
|
||
Ready to contribute? Here's how to set up the project for local development. | ||
|
||
1. Fork the copier repo on GitHub. | ||
1. Fork the Copier repo on GitHub. | ||
2. Clone your fork locally: | ||
|
||
```sh | ||
git clone [email protected]:my-user/copier.git | ||
cd copier | ||
``` | ||
|
||
3. Use poetry to setup a development environment | ||
3. Use Poetry to set up a development environment: | ||
|
||
```sh | ||
# Tell Poetry to create the virtualenv in the project directory | ||
|
@@ -95,7 +95,7 @@ Ready to contribute? Here's how to set up the project for local development. | |
|
||
Now you can make your changes locally. | ||
|
||
5. When you're done making changes, check that your changes pass all tests | ||
5. When you're done making changes, check that your changes pass all tests: | ||
```sh | ||
poe test | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters