From badc6788753a87c3e308ca4679ab37285ad20d60 Mon Sep 17 00:00:00 2001 From: Francesco Di Nucci Date: Mon, 16 Mar 2026 13:36:27 +0100 Subject: [PATCH 1/2] feat: add "How to run the Vox Pupuli test suite" --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 36dac12..bca39a6 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ This project is not representing any of these companies/trademark owners, nor is - [Fattening the workflow, part 2: r10k - _Puppeteers blog_](https://www.puppeteers.net/blog/fattening-the-workflow-part-2-r10k/) - Quickstart on r10k. - [Managing code with r10k - _Puppet Enterprise docs_](https://www.puppet.com/docs/pe/latest/r10k) - PE docs, but r10k can be used with Open Source Puppet. - [Vox Pupuli](https://voxpupuli.org/) - Open Source community for OpenVox modules, tools and docs authors. + - [How to run the Vox Pupuli test suite](https://voxpupuli.org/docs/how_to_run_tests/) - How to run tests when developing on VoxPupuli modules - [Plugins list](https://voxpupuli.org/plugins/) - Plugins, tools and resources for OpenVox, practically an awesome list. ## Modules From 0b0008dd5ca883c996b48847f35ba6ded809ceb4 Mon Sep 17 00:00:00 2001 From: Francesco Di Nucci Date: Mon, 16 Mar 2026 13:37:50 +0100 Subject: [PATCH 2/2] feat: add "Reviewing a module pull request" --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bca39a6..06a5987 100644 --- a/README.md +++ b/README.md @@ -80,8 +80,9 @@ This project is not representing any of these companies/trademark owners, nor is - [Fattening the workflow, part 2: r10k - _Puppeteers blog_](https://www.puppeteers.net/blog/fattening-the-workflow-part-2-r10k/) - Quickstart on r10k. - [Managing code with r10k - _Puppet Enterprise docs_](https://www.puppet.com/docs/pe/latest/r10k) - PE docs, but r10k can be used with Open Source Puppet. - [Vox Pupuli](https://voxpupuli.org/) - Open Source community for OpenVox modules, tools and docs authors. - - [How to run the Vox Pupuli test suite](https://voxpupuli.org/docs/how_to_run_tests/) - How to run tests when developing on VoxPupuli modules + - [How to run the Vox Pupuli test suite](https://voxpupuli.org/docs/how_to_run_tests/) - How to run tests when developing on VoxPupuli modules. - [Plugins list](https://voxpupuli.org/plugins/) - Plugins, tools and resources for OpenVox, practically an awesome list. + - [Reviewing a module pull request](https://voxpupuli.org/docs/reviewing_pr/) - A guide for reviewing pull requests and a collection of best practices. ## Modules