Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Precommit docs #210

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Lee-W merged 4 commits into commitizen-tools:master from alecgerona:precommit-docs
Jul 1, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs(contributing.md): Correct typos and sentences
  • Loading branch information
alecgerona committed Jun 27, 2020
commit 48c97b5d41a3c0b9166ec0d8943c10c9cd642bd6
16 changes: 8 additions & 8 deletions docs/contributing.md
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ If you're a first-time contributor, you can check the issues with [good first is

## Before making a pull request

1. Fork [the repository](https://github.com/commitizen-tools/commitizen)
2. Clone the repository from you GitHub
3. Setup development environment through [poetry](https://python-poetry.org/) (`poetry install`)
4. Check out a new branch and add your modification
5. Add test cases for all your changes
1. Fork [the repository](https://github.com/commitizen-tools/commitizen).
2. Clone the repository from your GitHub.
3. Setup development environment through [poetry](https://python-poetry.org/) (`poetry install`).
4. Check out a new branch and add your modification.
5. Add test cases for all your changes.
(We use [CodeCov](https://codecov.io/) to ensure our test coverage does not drop.)
6. Use [commitizen](https://github.com/commitizen-tools/commitizen) to do git commit
7. Run `./scripts/lint` and `./scripts/test` to ensure you follow the coding style and the tests pass
8. Update `READMD.md` and `CHANGELOG.md` for your changes
6. Use [commitizen](https://github.com/commitizen-tools/commitizen) to do git commit.
7. Run `./scripts/lint` and `./scripts/test` to ensure you follow the coding style and the tests pass.
8. Update `READMD.md` and `CHANGELOG.md` for your changes.
9. Send a [pull request](https://github.com/commitizen-tools/commitizen/pulls) 🙏

AltStyle によって変換されたページ (->オリジナル) /