From 718082d1897252a2da0826d00fb8ee5748f961b9 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Sat, 13 Mar 2021 07:45:01 +0100 Subject: [PATCH] Update CONTRIBUTING.md Co-authored-by: Felix Fontein --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5dd96b6..905dfed 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -166,7 +166,7 @@ Then choose `compare across forks` under the `Compare changes` title. Choose your repository and the new branch you pushed in the right drop-down list. Confirm. Fill out the pull request template with all information you want to mention. Put "Fixes + link to the issue" in the pull request's description. -Put "[WIP] + short description" in the pull request's title. +Put "[WIP] + short description" in the pull request's title. It's often a good idea to mention the name of the module/plugin you are modifying at the beginning of the description. Click `Create pull request`. 22. Add a [changelog fragment](https://docs.ansible.com/ansible/devel/community/development_process.html#changelogs) to the `changelog/fragments` directory. It will be published in release notes, so users will know about the fix.