From 48149887ec7696969117f33bae94f1ef96f711a0 Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Wed, 23 Aug 2017 11:30:34 -0400 Subject: [PATCH 1/2] Edit CONTRIBUTING Right now, the Contributing file has nothing about READMEs. While #588 has been opened to talk about labels, I thought it would be good to have something in the CONTRIBUTING file about labels and issues, in general. This adds that, and should not be too controversial. In particular, I want to field possible labels from those submitting issues. This should cut down on internal time making labels that do not make sense. --- CONTRIBUTING.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ca80a8ee..f2ee9330 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,14 @@ -## Pull requests are always welcome! +# Contribute to Rickshaw + +Thanks for contributing! + +## Issues + +We're currently overhauling how we do issues. Before we have a template in place and relevant labels, it would be great if you made your issue concise, clear, and to the point. If you have labels that you would suggest we add, please add this line with suggested labels at the bottom of the issue: + +`Suggested labels: example, another-example-label` + +## Pull requests are always welcome! Please follow a few guidelines: From e218c49835bf31d5c45cedb817b2f5777dd5c34a Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Thu, 24 Aug 2017 16:54:20 -0400 Subject: [PATCH 2/2] Adding link --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f2ee9330..2585d7a9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,6 +8,8 @@ We're currently overhauling how we do issues. Before we have a template in place `Suggested labels: example, another-example-label` +If you'd like to weigh in on labels, check out [this issue](https://github.com/shutterstock/rickshaw/issues/588). + ## Pull requests are always welcome! Please follow a few guidelines: