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 1cce398..3b83536 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a changelog](https://github.com/olivierlacan/keep-a-changelog). +## Unreleased + +### 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