From 68b64a3ae7a7636a50e5348d59143d25f83f81f1 Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Thu, 29 Aug 2019 22:34:23 -0700 Subject: [PATCH] Update CONTRIBUTING.md Make the process for deciding which modules to create less onerous. --- CONTRIBUTING.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8ca09e3c..e0eaf668 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,9 +1,6 @@ # Contributing -When contributing to this repository, please first discuss the change you wish to make via issue, -email, or any other method with the owners of this repository before making a change. - -Note that we have a code of conduct. Please follow it in all your interactions with the project. +When contributing to this repository, please read the process below. Note that we have a code of conduct. Please follow it in all your interactions with the project. ## Pull Request Process @@ -11,6 +8,7 @@ Note that we have a code of conduct. Please follow it in all your interactions w build. 2. Update the static documentation with details of changes to the interface, this includes new environment variables, useful file locations and configuration parameters. + Documentation lives at [wtfdocs](https://github.com/wtfutil/wtfdocs) and is a [Hugo](https://gohugo.io) app. See Hugo's documentation for usage. ## Code of Conduct