Skip to content

Commit

Permalink
Minor changes to changelog doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ionutfilip committed Feb 14, 2019
1 parent e674a6f commit 8489bcb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/contributors/guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,16 @@ Adding entries in the CHANGELOG is an automated process which requires creation
``towncrier/newsfragments`` directory.

The start of the filename is the ticket number, and the content is what will end up in the news file.
For example, if ticket #850 is about adding a new widget, the filename would be towncrier/newsfragments/850.feature
For example, if ticket ``#850`` is about adding a new widget, the filename would be towncrier/newsfragments/850.feature
and the content would be ``Feature that has just been added``.

Supported file extensions are:

- .feature: Signifying a new feature.
- .bugfix: Signifying a bug fix.
- .doc: Signifying a documentation improvement.
- .removal: Signifying a deprecation or removal of public API.
- .misc: A ticket has been closed, but it is not of interest to users.
- ``.feature``: Signifying a new feature.
- ``.bugfix``: Signifying a bug fix.
- ``.doc``: Signifying a documentation improvement.
- ``.removal``: Signifying a deprecation or removal of public API.
- ``.misc``: A ticket has been closed, but it is not of interest to users.

Forked projects
---------------
Expand Down

0 comments on commit 8489bcb

Please sign in to comment.