From 9541ae70e0292cafa592d87a301542a85217a205 Mon Sep 17 00:00:00 2001 From: Jordan Knott Date: Wed, 2 Sep 2020 15:32:37 -0500 Subject: [PATCH] docs(CONTRIBUTING): add notice about creating issue before starting work on PR --- CONTRIBUTING.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f6f43c0..aba25f6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,8 +4,11 @@ Thanks for wanting to contribute to Taskcafe! ### Where do I go from here? -If you have noticed a bug or have a feature request, make one! If best to get confirmation -of your bug or feature before starting work on a pull request. +So you want to contribute to Taskcafe? Great! + +If you have noticed a bug or want to add a new feature, please [create an issue](https://github.com/JordanKnott/taskcafe/issues/new/choose) for it before starting any work on a pull request. + +After the bug is validated or the feature is accepted by a project maintainer, the next step is to fork the repository! ### Fork & create a branch