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
Except from CONTRIBUTING.md
Seeing as we do not use this, we should not have it in the documentation. Thank you @taruch