From e68f4a12cdd71ad1ba1ae793af06bf74dd891eb8 Mon Sep 17 00:00:00 2001 From: Jared Tobin Date: Wed, 28 Aug 2019 13:30:50 -0230 Subject: [PATCH] contributing: remove labelling discussion In general contributors can't add labels to issues, so this section was incorrect. --- CONTRIBUTING.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 206133d27..4a95bf997 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -210,11 +210,6 @@ The [GitHub tracker][issu] is our canonical source of truth around issues, bugs, performance problems, feature requests, and so on. If you encounter any issues when developing on urbit, feel free to submit a report about it here. -You should label your issue appropriately if you know happen to know what it -applies to. For example, a `%gall` bug should be labelled with both 'gall' and -'bug'. It's ok if you don't know how to label your issue -- the maintainers -will help you out and try to label it appropriately. - A good bug report, description of a crash, etc., should ideally be *reproducible*, with clear, obvious steps as to how another developer can replicate and examine your problem. That said, this isn't always possible --