From 49e6d0e5ee324cccda66479f74b62ff66ea222da Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Thu, 18 Apr 2024 11:42:05 -0400 Subject: [PATCH] Update checklist for post-inclusion recommendations Found this older issue so opening a PR so we can discuss... Fixes https://github.com/ansible-community/community-team/issues/100 --- collection_checklist.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/collection_checklist.md b/collection_checklist.md index e83dc2c..f92d43c 100644 --- a/collection_checklist.md +++ b/collection_checklist.md @@ -54,3 +54,10 @@ Note for reviewers: If you don't know how to check the points below, please ask - [ ] all CI tests MUST run against every pull request - [ ] all CI tests MUST run regularly (nightly, or at least once per week) - [ ] sanity tests MUST run against a commit that releases the collection; if they don't pass, the collection won't be released + +**Steps to complete after inclusion is approved** + +- [ ] Subscribe to the [news-for-maintainers](https://github.com/ansible-collections/news-for-maintainers) repo and track announcements there. +- [ ] Optionally but highly recommended, subscribe to the [Ansible Bullhorn](https://github.com/ansible/community/wiki/News#the-bullhorn). You can also post in the Bullhorn for community feedback or for important announcements such new releases of this collection. +- [ ] Review the [Maintainer guidelines](https://github.com/ansible/community-docs/blob/main/maintaining.rst). +- [ ] Optionally, share the above with future maintainers, in a README on CONTRIBUTING file in the collection repo.