diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..7547324c --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,9 @@ +# How to contribute + +Third-party patches are essential for keeping Puppet open-source projects +great. We want to keep it as easy as possible to contribute changes that +allow you to get the most out of our projects. There are a few guidelines +that we need contributors to follow so that we can have a chance of keeping on +top of things. For more info, see our canonical guide to contributing: + +[https://github.com/puppetlabs/puppet/blob/master/CONTRIBUTING.md](https://github.com/puppetlabs/puppet/blob/master/CONTRIBUTING.md) diff --git a/README.md b/README.md index 703cb1a4..461a0f4d 100644 --- a/README.md +++ b/README.md @@ -346,6 +346,16 @@ Don't become a daemon and execute on foreground on the associated terminal. The path of the PID file; the default is */var/run/puppetlabs/pxp-agent.pid* +## Maintenance + +Maintainers: Alessandro Parisi , Michael Smith +, Michal Ruzicka . + +Contributing: Please refer to [this](contributing) document. + +Tickets: File bug tickets at https://tickets.puppet.com/browse/PCP and add the +`pxp-agent` component to the ticket. + [cpp-pcp-client]: https://github.com/puppetlabs/cpp-pcp-client [leatherman]: https://github.com/puppetlabs/leatherman [nssm]: https://nssm.cc @@ -365,3 +375,4 @@ The path of the PID file; the default is */var/run/puppetlabs/pxp-agent.pid* [7zip-choco]: https://chocolatey.org/packages/7zip.commandline [MinGW-w64-choco]: https://chocolatey.org/packages/mingw [Boost-download]: http://sourceforge.net/projects/boost/files/latest/download +[contributing]: CONTRIBUTING.md