From 3b6355c3e537fa5f72191368f8b3b3a75aa90570 Mon Sep 17 00:00:00 2001 From: Tobias Kaminsky Date: Tue, 11 Jul 2017 13:34:08 +0200 Subject: [PATCH] Update CONTRIBUTING.md add bug handling --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 18d1424cd8..9cf67219cc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -55,6 +55,13 @@ If your issue appears to be a bug, and hasn't been reported, open a new issue. * PR exists (and then the PR# should be shown in first post) +### Bug workflow +* approved: at least one other is able to reproduce it +* needs info: something unclear, or not able to reproduce + * if no response within 1 months, bug will be closed +* pr exists: if bug is fixed, link to pr + + # Contributing to Source Code Thanks for wanting to contribute source code to Nextcloud. That's great!