From 75989fdb3eb86d3dd03c3bccb4a2dbef3566e3b5 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 13 Jul 2016 14:51:12 -0700 Subject: [PATCH] Add definitions for feature & bug to maintainer docs. --- docs/triaging-an-issue.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/triaging-an-issue.md b/docs/triaging-an-issue.md index a6f24447..10da324a 100644 --- a/docs/triaging-an-issue.md +++ b/docs/triaging-an-issue.md @@ -2,7 +2,14 @@ **This guide is for maintainers.** These special people have **write access** to one or more of Jekyll's repositories and help merge the contributions of others. You may find what is written here interesting, but it’s definitely not for everyone. -Here are some key things to remember when evaluating an issue. +Before evaluating an issue, it is important to identify if it is a feature +request or a bug. For the Jekyll project the following definitions are used +to identify a feature or a bug: + +**Feature** - A feature is defined as a request that adds functionality to +Jekyll outside of its current capabilities. +**Bug** - A bug is defined as an issue that identifies an error that a user +(or users) encounter when using current Jekyll functionalities. ## Feature?