Skip to content

Commit

Permalink
Update docs to reflect pre-commit check
Browse files Browse the repository at this point in the history
The changelog files should have a `.md` extension, but the CONTRIBUTING.rst does not reflect it, yet
  • Loading branch information
HerHde authored and dwoz committed Jan 25, 2024
1 parent a76d5c4 commit 2eef6d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -562,12 +562,12 @@ But that advice is backwards for the changelog. We follow the
`keepachangelog <https://keepachangelog.com/en/1.0.0/>`__ approach for
our changelog, and use towncrier to generate it for each release. As a
contributor, all that means is that you need to add a file to the
``salt/changelog`` directory, using the ``<issue #>.<type>`` format. For
``salt/changelog`` directory, using the ``<issue #>.<type>.md`` format. For
instance, if you fixed issue 123, you would do:

::

echo "Made sys.doc inform when no minions return" > changelog/123.fixed
echo "Made sys.doc inform when no minions return" > changelog/123.fixed.md

And that's all that would go into your file. When it comes to your
commit message, it's usually a good idea to add other information, such as
Expand Down
File renamed without changes.

0 comments on commit 2eef6d6

Please sign in to comment.