From ecd15c83f752700f7edda8e9380a2fb6eeb98cae Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Mon, 29 Mar 2021 11:48:11 +0200 Subject: [PATCH] Add refs to the committer guidelines (#131) --- CONTRIBUTING.md | 2 ++ REVIEW_CHECKLIST.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cc87bca..88207e9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,6 +2,8 @@ We follow [Ansible Code of Conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html) in all our contributions and interactions within this repository. +If you are a committer, also refer to the [Ansible committer guidelines](https://docs.ansible.com/ansible/devel/community/committer_guidelines.html). + ## Issue tracker Whether you are looking for an opportunity to contribute or you found a bug and already know how to solve it, please go to the [issue tracker](https://github.com/ansible-collections/community.mysql/issues). diff --git a/REVIEW_CHECKLIST.md b/REVIEW_CHECKLIST.md index 889cd38..e8558d4 100644 --- a/REVIEW_CHECKLIST.md +++ b/REVIEW_CHECKLIST.md @@ -2,6 +2,8 @@ When reviewing, keep in mind that we follow [Ansible Code of Conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html) in all our contributions and interactions within this repository. +If you are a committer, also refer to the [Ansible committer guidelines](https://docs.ansible.com/ansible/devel/community/committer_guidelines.html). + **General tips** - Try to create a culture of collaboration when reviewing - Welcome the author and thank them for the pull request