From adf50b106aa956ed1e0a9481965c9dc22a46993a Mon Sep 17 00:00:00 2001 From: Amin Vakil Date: Tue, 15 Jun 2021 21:49:18 +0430 Subject: [PATCH] Add Test PRs locally section to CONTRIBUTING.md (#2738) * Add Test PRs locally section to CONTRIBUTING.md * fix formatting Co-authored-by: Felix Fontein * Adjust PR now that ansible-collections/community-docs#16 has been merged * improve sentence Co-authored-by: Andrew Klychkov Co-authored-by: Felix Fontein Co-authored-by: Andrew Klychkov --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 959d363236..5a068f9414 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,4 +29,8 @@ Also, consider taking up a valuable, reviewed, but abandoned pull request which You can also read [our Quick-start development guide](https://github.com/ansible/community-docs/blob/main/create_pr_quick_start_guide.rst). +## Test pull requests + +If you want to test a PR locally, refer to [our testing guide](https://github.com/ansible/community-docs/blob/main/test_pr_quick_start_guide.rst) for instructions on how do it quickly. + If you find any inconsistencies or places in this document which can be improved, feel free to raise an issue or pull request to fix it.