summaryrefslogtreecommitdiff
path: root/doc/source/dev
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2019-08-05 15:13:16 -0500
committerSebastian Berg <sebastian@sipsolutions.net>2019-08-12 20:27:51 -0500
commitda8d9f147bd703d1ebce41f9762cd83cbb0fa2a0 (patch)
tree3f64e8cb56321cc4a68e0936614d05bc6d3a4b91 /doc/source/dev
parent67ecbcf6136842d503ef0603d249bc7eb7987383 (diff)
downloadnumpy-da8d9f147bd703d1ebce41f9762cd83cbb0fa2a0.tar.gz
DOC,MAINT: Move towncrier files and fixup categories
Name all categories as singular (or adjectives). Also move the fragments into an ``upcoming_changes`` folder to be more discoverable. Notes that we format some things as bullet points traditionally (right now towncrier only truly supports bullet point format, but I have a PR to fix that).
Diffstat (limited to 'doc/source/dev')
-rw-r--r--doc/source/dev/development_workflow.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/source/dev/development_workflow.rst b/doc/source/dev/development_workflow.rst
index 291b1df73..900431374 100644
--- a/doc/source/dev/development_workflow.rst
+++ b/doc/source/dev/development_workflow.rst
@@ -203,8 +203,9 @@ function, you should
a description of and a motivation for your changes. This may generate
changes and feedback. It might be prudent to start with this step if your
change may be controversial.
-- add a release note to the ``changelog`` directory, following the instructions
- and format in the ``changelog/README.rst`` file.
+- add a release note to the ``doc/release/upcoming_changes/`` directory,
+ following the instructions and format in the
+ ``doc/release/upcoming_changes/README.rst`` file.
.. _rebasing-on-master: