Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
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
2 changes: 2 additions & 0 deletions doc/changes/dev/13373.other.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Changed "Enhancement" to "newfeature" in line 617 of file 'contribution.rst' as Enhancement is not a recognized change type.
by `Shristi Baral`_
4 changes: 2 additions & 2 deletions doc/development/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -614,8 +614,8 @@ other
For changes that don't fit into any of the above categories, e.g.,
internal refactorings.

For example, for an enhancement PR with number 12345, the changelog entry should be
added as a new file :file:`doc/changes/dev/12345.enhancement.rst`. The file should
For example, for a new feature PR with number 12345, the changelog entry should be
added as a new file :file:`doc/changes/dev/12345.newfeature.rst`. The file should
contain:

1. A brief description of the change, typically in a single line of one or two
Expand Down
Loading