Skip to content

Commit 5bea94f

Browse files
committed
docs: replace broken link to dobby with knope
apparently it was renamed, asked to learn more here: knope-dev/knope#254
1 parent e6081f4 commit 5bea94f

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
@@ -32,7 +32,7 @@
3232

3333
## Creating a Pull Request
3434

35-
Once you've written the code and run the checks, the next step is to create a pull request against the `main` branch of this repository. This repository uses [conventional commits] squashed on each PR, then uses [Dobby] to auto-generate CHANGELOG.md entries for release. So the title of your PR should be in the format of a conventional commit written in plain english as it will end up in the CHANGELOG. Some example PR titles:
35+
Once you've written the code and run the checks, the next step is to create a pull request against the `main` branch of this repository. This repository uses [conventional commits] squashed on each PR, then uses [knope] to auto-generate CHANGELOG.md entries for release. So the title of your PR should be in the format of a conventional commit written in plain english as it will end up in the CHANGELOG. Some example PR titles:
3636

3737
- feat: Support for `allOf` in OpenAPI documents (closes #123).
3838
- refactor!: Removed support for Python 3.5
@@ -45,4 +45,4 @@ Once your PR is created, a series of automated checks should run. If any of them
4545
As soon as possible, your PR will be reviewed. If there are any changes requested there will likely be a bit of back and forth. Once this process is done, your changes will be merged into main and included in the next release. If you need your changes available on PyPI by a certain time, please mention it in the PR, and we'll do our best to accommodate.
4646

4747
[Conventional Commits]: https://www.conventionalcommits.org/en/v1.0.0/
48-
[Dobby]: https://triaxtec.github.io/dobby/introduction.html
48+
[knope]: https://knope-dev.github.io/knope/introduction.html

0 commit comments

Comments
 (0)