From dac519135d28ec0d2acd3272e6ba6dcf9492d8ef Mon Sep 17 00:00:00 2001 From: Sam Doran Date: Fri, 21 Jul 2017 17:51:02 -0400 Subject: [PATCH] Change docs to reference BOTMETA.yml instead of MAINTAINERS.txt (#26912) --- docs/docsite/rst/dev_guide/developing_modules_in_groups.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docsite/rst/dev_guide/developing_modules_in_groups.rst b/docs/docsite/rst/dev_guide/developing_modules_in_groups.rst index 99db820da5..8f286ef24b 100644 --- a/docs/docsite/rst/dev_guide/developing_modules_in_groups.rst +++ b/docs/docsite/rst/dev_guide/developing_modules_in_groups.rst @@ -121,11 +121,11 @@ Finally Now that your modules are integrated there are a few bits of housekeeping to be done -**Maintainers** +**Bot Meta** Update `Ansibullbot` so it knows who to notify if/when bugs or PRs are raised against your modules -`MAINTAINERS.txt `_. +`BOTMETA.yml `_. -If there are multiple people that can be notified, please list them. That avoids waiting on a single person who may be unavailable for any reason. Note that in `MAINTAINERS.txt` you can take ownership of an entire directory. +If there are multiple people that can be notified, please list them. That avoids waiting on a single person who may be unavailable for any reason. Note that in `BOTMETA.yml` you can take ownership of an entire directory. **Review Module web docs**