ansible / product-demos

GNU General Public License v3.0
198 stars 195 forks source link

Update CONTRIBUTING.md to reflect actual processes #165

Closed l3acon closed 3 months ago

l3acon commented 3 months ago

Except from CONTRIBUTING.md

Update Changelog:

Open the CHANGELOG.md file to manually add your change to the appropriate section.

Our changelog follows the [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format and includes the following categories of changes:

Added for new features.
Changed for changes in existing functionality.
Deprecated for features that will be removed in upcoming releases.
Fixed for bug fixes.
Removed for deprecated features that were removed.
Security for security-related changes.
Add a new entry under the relevant category. Include a brief summary of the change and the merge request commit tag.

## [Unreleased]

### Added

- New feature or enhancement ([Merge Request Commit](https://github.com/ansible/product-demos/-/commit/<commit-hash>))
Replace <commit-hash> with the actual commit hash from the merge request.

Seeing as we do not use this, we should not have it in the documentation. Thank you @taruch