From 005a8f04a5cd1710c547a49383e1809a68cf9877 Mon Sep 17 00:00:00 2001 From: "cloudterms.io" <122592802+shamimice4@users.noreply.github.com> Date: Tue, 29 Aug 2023 23:17:54 +0900 Subject: [PATCH] Update CONTRIBUTING.md --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 143fa5f..114d404 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -10,7 +10,7 @@ email, or any other method with the owners of this repository before making a ch ## Checklists for contributions - [ ] Add [semantics prefix](#semantic-pull-requests) to your PR or Commits (at least one of your commit groups) - [ ] CI tests are passing -- [ ] README.md has been updated after any changes. The variables and outputs in the README.md has been generated (using the `terraform_docs` pre-commit hook). +- [ ] `README.md` has been updated after any changes. The variables and outputs in the README.md has been generated (using the `terraform_docs` pre-commit hook). - [ ] Run pre-commit hooks `pre-commit run -a` ## Semantic Pull Requests