From c4fd0e7bad6f580fa4931d3d0f144c112f1db306 Mon Sep 17 00:00:00 2001 From: Martin Etmajer Date: Fri, 16 Nov 2018 09:30:54 +0100 Subject: [PATCH] Add requirement to discuss suitability of a new feature in an issue before submitting a pull request. --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f74c1f4..3459289 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,9 @@ Thank you for your interest in this project! We use *GitHub Issues* for trackings issues and features. You can make a contribution by: 1. Reporting an issue or making a feature request [here](https://github.com/segmentio/terraform-docs/issues). -2. Fixing an issue or adding a feature yourself and contributing your code to this project (see below). +2. Contributing code to this project by fixing an issue or adding a new feature (see below). + +Before contributing a new feature, please discuss its suitability with the project maintainers in an issue first. Thanks! ## Contribution Process