Before contributing to this repository, please first clarify what changes you want to make through the PR, and create a corresponding issue or feature in the form of an issue to associate your PR. In the PR, you need to clearly express your intentions:
- What parts were implemented or modified?
- How compatible for these changes?
Or contact the owner of this repository via email or any other method before making changes.
Please note we have a code of conduct, please follow it in all your interactions with the project.
- Update README.md with the details of the changes, including example hcl blocks and example files, if appropriate.
- Once all open comments and all checklist items are resolved, your contributions will be merged! The merged PR will be included in the next release. The terraform-huaweicloud-ecs maintainers are responsible for updating the CHANGELOG when they merge.
- Add semantics prefix to your PR or Commits (at least one of your commit groups)
- CI tests are passing
- README.md has been updated after any changes to variables and outputs. See https://github.com/terraform-huaweicloud-modules/terraform-huaweicloud-ecs/#doc-generation
To generate changelog, Pull Requests or Commits must have semantic and must follow conventional specs below:
feat:
for new featuresfix:
for bug fixesimprovement:
for enhancementsdocs:
for documentation and examplesrefactor:
for code refactoringtest:
for testsci:
for CI purposechore:
for chores stuffstyle:
for style adjustments for documents or scripts
The chore
prefix skipped during changelog generation. It can be used for chore: update changelog
commit message by
example.