From c758bb89c5f94fcf7e3cd20c39b5853549d4778e Mon Sep 17 00:00:00 2001 From: Canop Date: Thu, 23 Dec 2021 11:14:22 +0100 Subject: Update bug_report.md remove content of bug template: almost nobody reads it before typing so it just goes in the way --- .github/ISSUE_TEMPLATE/bug_report.md | 32 +------------------------------- 1 file changed, 1 insertion(+), 31 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 54f4e58..bbe7a81 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,37 +2,7 @@ name: Bug report about: Create a report to help us improve title: '' -labels: '' +labels: 'bug' assignees: '' --- - -**Is everything clear?** -We prefer you come to the chat and speak about the problem first. -Broot chat room: https://miaou.dystroy.org/3490?broot - -**Describe the bug** -A clear and concise description of what the bug is, including logs when possible: - -- start broot with `BROOT_LOG=debug br` -- do the action which seems not to properly work, and nothing else -- quit broot -- paste the content of the broot.log file - -**To Reproduce** -Steps to reproduce the behavior: - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Configuration (please complete the following information):** -- broot version: [br --version] -- OS: [e.g. iOS] -- Version: [e.g. 22] -- Relevant configuration items - -**Additional context** -Add any other context about the problem here. -- cgit v1.2.3 From 0253339c8d5c0234d3a9808bfa1fe3d1b244f6ec Mon Sep 17 00:00:00 2001 From: Canop Date: Thu, 23 Dec 2021 11:15:06 +0100 Subject: Update feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 702f66a..fa5df20 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,23 +2,8 @@ name: Feature request about: Suggest an idea for this project title: '' -labels: '' +labels: 'enhancement' assignees: '' --- -**Did a discussion occur before?** -We prefer to discuss new features or unsure problems in the chat before, where an open conversation is possible. -Broot chat room: https://miaou.dystroy.org/3490?broot - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. -- cgit v1.2.3