nucypher/newsfragments
KPrasch 74c986e53b
Merge branch 'main' into dao-proposal-1
2021-04-14 08:16:40 -07:00
..
.gitignore Initial setup for towncrier 2020-05-28 11:59:08 -07:00
2549.feature.rst Apply suggestions from code review #2549 2021-03-22 11:37:27 -07:00
2594.feature.rst Newsfragment 2021-03-22 11:37:27 -07:00
2596.feature.rst Refinements for pool staking contract 2021-04-07 17:20:53 +03:00
2597.doc.rst Add newsfragment for #2597. 2021-04-07 10:42:41 -04:00
2614.bugfix.rst Newsfragment for PR #2614. 2021-03-31 11:21:03 -07:00
2618.bugfix.rst cloudworkers: clean disk space more thoroughly, stop containers first 2021-03-27 12:11:57 -07:00
2624.feature.rst Update newsfragments/2624.feature.rst 2021-04-07 11:08:32 -07:00
2626.bugfix.rst Add a newsfragment 2021-04-08 12:10:09 +02:00
2628.misc.rst Add newsfragment 2021-04-08 13:23:27 +02:00
2629.misc.rst Rename newsfragment 2021-04-08 13:47:08 +02:00
2637.bugfix.rst Newsfragment for PR#2637 2021-04-14 13:46:25 +02:00
README.md Additional clarification about optional use of issue newsfragment files. 2020-11-03 14:49:57 -05:00
validate_files.py Add missing lisences 2020-09-08 13:08:10 -07:00

README.md

This directory collects "newsfragments": short files that each contain a snippet of ReST-formatted text that will be added to the next release notes. This should be a description of aspects of the change (if any) that are relevant to users. (This contrasts with the commit message and PR description, which are a description of the change as relevant to people working on the code itself.)

The pull request (PR) number should be used for the newsfragment file. Each file should be named <PR_NUMBER>.<TYPE>.rst, where <TYPE> is one of:

  • feature
  • bugfix
  • doc
  • misc

For example: 123.feature.rst, 456.bugfix.rst

Along with the required PR newsfragment file (enforced by a GitHub Action), additional newsfragment files for issues linked to the PR can optionally be included by following the same naming convention above, and using <ISSUE_NUMBER> instead of <PR_NUMBER>.

Note that the towncrier tool will automatically reflow your text, so don't try to do any fancy formatting. Run towncrier --draft to get a preview of what the release notes entry will look like in the final release notes.