nucypher/newsfragments
Kieran Prasch 886dcebf9a Newsfragment for PR #2808 2021-10-29 07:56:20 -07:00
..
.gitignore Initial setup for towncrier 2020-05-28 11:59:08 -07:00
2612.misc.rst Add newsfragment for PR #2612 2021-06-17 14:33:56 -07:00
2664.feature.rst Add newsfragment for #2664. 2021-07-26 15:14:43 -04:00
2687.feature.rst Newsfragment for PR #2687. 2021-07-03 18:51:08 -07:00
2693.misc.rst Update newsfragment. 2021-06-23 13:10:40 -04:00
2701.feature.rst Newsfragment for PR #2701 2021-06-28 14:33:31 -07:00
2701.removal.rst Additional newsfragment for the renaming of the keyring/keystore password enviorment variable. 2021-06-28 14:33:31 -07:00
2727.bugfix.rst Add a newsfragment for #2727 2021-06-25 11:43:05 -07:00
2728.bugfix.rst ignore errors on stopping of ursula containers 2021-06-24 16:11:27 -07:00
2730.feature.rst Add a newsfragment for #2730 2021-09-07 11:58:54 -07:00
2742.feature.rst Newsfragment for PR #2742. 2021-08-23 07:53:10 -07:00
2744.misc.rst Add a newsfragment for #2744 2021-07-12 16:24:35 -07:00
2745.misc.rst Add a newsfragment for #2745 2021-08-12 16:32:02 -07:00
2748.bugfix.rst Add a newsfragment for #2748 2021-07-13 18:00:25 -07:00
2753.bugfix.rst Add newsfragment for #2753. 2021-07-15 12:27:57 -04:00
2762.bugfix.rst Add newsfragment for #2762. 2021-07-26 11:32:22 -04:00
2764.bugfix.rst Add newsfragment for #2764. 2021-07-29 09:36:06 -04:00
2766.bugfix.rst force pull latest tagged image on external geth deployment 2021-07-29 08:58:09 -07:00
2767.feature.rst Newsfragment for PR #2767 2021-09-23 16:01:25 -07:00
2768.feature.rst Update Bob character control docs, and newsfragment. 2021-09-14 15:58:08 -04:00
2772.feature.rst Fix end of line in newsfragment for #2772. 2021-09-14 15:58:08 -04:00
2773.misc.rst Add newsfragment for PR #2773 2021-08-19 17:06:45 -04:00
2774.misc.rst Add a newsfragment for PR #2774 2021-08-20 18:09:10 -04:00
2774.removal.rst Add a newsfragment for PR #2774 2021-08-20 18:09:10 -04:00
2776.doc.rst Add newsfragment for #2776. 2021-08-17 12:21:07 -04:00
2779.misc.rst Extend the policy probation period. 2021-08-19 10:28:50 -07:00
2780.removal.rst Respond to RFCs in PR #2780; Additional map publication removals. Middleware raises detailed 400-level exceptions. 2021-08-23 20:57:18 -07:00
2785.bugfix.rst Add newsfragment for #2785. 2021-08-27 11:11:57 -04:00
2786.bugfix.rst Add newsfragment for #2786. 2021-08-27 15:03:02 -04:00
2798.misc.rst Add newsfragment for PR #2798 2021-09-15 12:59:58 -07:00
2800.bugfix.rst Newsfragment for PR #2800 2021-09-14 19:15:37 -07:00
2801.feature.rst build and deploy monitor with ansible 2021-09-21 09:21:53 -07:00
2802.misc.rst Add a newsfragment for PR #2802 2021-10-15 15:19:18 -07:00
2804.removal.rst Add a newsfragment for #2804 2021-09-30 11:45:26 -07:00
2805.feature.rst Add newsfragment for PR #2805 2021-09-29 22:45:27 -07:00
2807.bugfix.rst Add newsfragments for #2807. 2021-10-08 11:32:47 -04:00
2807.feature.rst Update newsfragment. 2021-10-14 10:48:20 -04:00
2808.removal.rst Newsfragment for PR #2808 2021-10-29 07:56:20 -07:00
README.md Update newsfragment README file to include 'removal' type and clarify text. 2021-06-29 10:34:25 -04: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. It contrasts with the commit message and PR description, which are descriptions of the change relevant to people working on the code itself.

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

  • feature - features
  • bugfix - bugfixes
  • doc - documentation
  • removal - deprecations and removals
  • misc - other

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

There can be multiple newsfragment files of different types for the same PR e.g. 123.feature.rst and 123.removal.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 preview what the release notes entry will look like in the final release notes.