We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5556ed commit c96d37dCopy full SHA for c96d37d
CONTRIBUTING.md
@@ -376,3 +376,11 @@ above [Removing an entire piece of content](#removing-an-entire-piece-of-content
376
section.
377
378
In addition references to the content in GitHub workflows will need to removed.
379
+
380
+## Using a CHANGELOG
381
382
+It is recommended to use a `CHANGELOG.md` file in your extension directory
383
+to document changes made on each release.
384
385
+A recommended format is the [keep a changelog](https://keepachangelog.com/en/1.1.0/)
386
+format and ahering to the [Semantic Versioning](https://semver.org/) guidelines.
0 commit comments