epugh commented on code in PR #4530:
URL: https://github.com/apache/solr/pull/4530#discussion_r3428792766


##########
dev-docs/changelog.adoc:
##########
@@ -53,6 +53,37 @@ links:
     url: https://issues.apache.org/jira/browse/SOLR-3333
 ----
 
+=== Changelog Types Reference
+
+[cols="1h,2,3", options="header"]
+|===
+| Type | Description | When to Use (Examples)
+
+| added
+| For completely new features, capabilities, or opt-in functionality.
+| Adding a new API endpoint, a new query shortcut, or a new optional 
configuration parameter.
+
+| changed
+| For changes to existing functionality that alter current behavior.
+| Modifying an existing default behavior, updating an internal dependency, or 
refactoring a core algorithm.

Review Comment:
   So @abumarjikar should add a "other" category?   I wonder if dependency 
updates are common enough that they merit their own category?   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to