diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index e67a0d4..bc1f6f3 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -76,7 +76,7 @@ Enhancement suggestions are tracked as [GitHub issues](https://guides.github.com ### Pull Requests * Fill in [the required template](PULL_REQUEST_TEMPLATE.md) -* Any pull request should has **idealista:develop** as base branch. +* Any pull request should have **idealista:develop** as base branch. ### Changelog diff --git a/CHANGELOG.md b/CHANGELOG.md index 136f0c8..fd085ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch ### Added - *[#4](https://github.com/idealista/cookiecutter-ansible-role/issues/4) Upgrade to Goss v0.3.11* @pablogcaldito +### Fixed +- *[#3](https://github.com/idealista/cookiecutter-ansible-role/issues/3) Fix typo in both contributing files* @pablogcaldito + ## [1.0.0](https://github.com/idealista/cookiecutter-ansible-role/tree/1.0.0) (2020-04-28) ### Added diff --git a/{{cookiecutter.app_name}}_role/.github/CONTRIBUTING.md b/{{cookiecutter.app_name}}_role/.github/CONTRIBUTING.md index e67a0d4..bc1f6f3 100644 --- a/{{cookiecutter.app_name}}_role/.github/CONTRIBUTING.md +++ b/{{cookiecutter.app_name}}_role/.github/CONTRIBUTING.md @@ -76,7 +76,7 @@ Enhancement suggestions are tracked as [GitHub issues](https://guides.github.com ### Pull Requests * Fill in [the required template](PULL_REQUEST_TEMPLATE.md) -* Any pull request should has **idealista:develop** as base branch. +* Any pull request should have **idealista:develop** as base branch. ### Changelog