From fa4bc8fab3c7ef467650b598b17b0ad9df1397ac Mon Sep 17 00:00:00 2001 From: Mark Woolley Date: Mon, 17 Jan 2022 15:53:24 +0000 Subject: [PATCH] Update contributor doc to add changelog section (#866) Update contributor doc to add changelog section SUMMARY Update contributor doc to add changelog section ISSUE TYPE Docs Pull Request COMPONENT NAME N/A ADDITIONAL INFORMATION N/A Reviewed-by: Markus Bergholz Reviewed-by: Mark Chappell Reviewed-by: Alina Buzachis Reviewed-by: None --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 045764a9615..db74cf119aa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -64,6 +64,11 @@ For general information on running the integration tests see the [Integration Tests page of the Module Development Guide](https://docs.ansible.com/ansible/devel/dev_guide/testing_integration.html#testing-integration), especially the section on configuration for cloud tests. For questions about writing tests the Ansible AWS community can be found on [libera.chat](https://libera.chat/) IRC as detailed below. +### Changelog Fragment + +Once a PR has been created, make sure to create a changelog [fragment](https://github.com/ansible-collections/community.aws/tree/main/changelogs/fragments). + +For more information on changelog fragments then refer to the guide found [here](https://docs.ansible.com/ansible/latest/community/development_process.html#changelogs). ### Code of Conduct The `community.aws` collection follows the Ansible project's