Update CONTRIBUTING.md to mention the need to update the CHANGELOG.md. (#281)

Signed-off-by: Jakub Martin <kubam@spacelift.io>
This commit is contained in:
Kuba Martin 2023-09-05 22:43:37 +02:00 committed by GitHub
parent a7d8cdd3ee
commit ffd1455aca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,6 +40,8 @@ Git has a built-in flag to append this line automatically:
You can find more details about the DCO checker in the [DCO app repo](https://github.com/dcoapp/app).
Additionally, please update [the changelog](CHANGELOG.md) if you're making any user-facing changes.
## Working on the Code
If you wish to work on the OpenTF CLI source code, you'll first need to install the [Go](https://golang.org/) compiler and the version control system [Git](https://git-scm.com/).