From c045f742b880102f76ada3b7e7e393d4d6324368 Mon Sep 17 00:00:00 2001 From: Kevin Granade Date: Sun, 10 Nov 2019 19:53:11 -0800 Subject: [PATCH] Add an entry describing a SUMMARY: None description --- doc/CHANGELOG_GUIDELINES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/CHANGELOG_GUIDELINES.md b/doc/CHANGELOG_GUIDELINES.md index 99ff5a4410487..77258eb0692d4 100644 --- a/doc/CHANGELOG_GUIDELINES.md +++ b/doc/CHANGELOG_GUIDELINES.md @@ -1,6 +1,9 @@ These are the categories used by Pull Request Summary lines as outlined in the [PR Template](../.github/pull_request_template.md). In the end, it's up to the author to decide where *they* want their change to be listed, these are only guidelines, not rules. + +#### None +Please consider a summary of "SUMMARY: None" for minor additions and fixes. There are far too many changes made to the game to feature anything approaching all of them in the changelog. #### Features If it adds something new that the player can do, or that can happen to the player, it's a feature. These will generally be edits to the C++ code in the game, though new json entities may be involved as well.