From 842d489f3c398c221ad7111ee0e4c0e20184c5be Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Sat, 30 Jan 2016 17:55:20 -0800 Subject: [PATCH] 'Type-Unknown' label use in GH issues --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ffd619f..e6992af 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -134,10 +134,10 @@ For now, here are the various labels and their purpose: Color: green +- Type-Unknown: If it is still unclear or undecided if an issue is an intended + feature (perhaps arguing for better docs or examples to avoid confusion) or a + bug, I will use this category. - Type-Question: Asking a question on Bunyan usage, about the project, etc. - Sometimes if it is unclear if an issue is an intended feature (perhaps - arguing for better docs or examples to avoid confusion) or a bug, I will - use this category. - Type-Bug: A bug in Bunyan's behaviour. - Type-Feature: A new feature or other improvement. - Type-Doc: Issues with Bunyan's documentation.