Skip to content
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

CONTRIBUTING.md: mention that we have a changelog #297

Merged
merged 1 commit into from Oct 11, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Expand Up @@ -10,6 +10,9 @@ end will be warmly received.
The plugin consists of a single file: `pyi.py`. Tests are run using `pytest`, and can be
found in the `tests` folder.

PRs that make user-visible changes should generally add a short description of the change
to the `CHANGELOG.md` file in the repository root.


## Tests and formatting

Expand Down