From 1341d3ca92530af3bdc6e964c3bb8e7c900b6e36 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Wed, 5 May 2021 10:38:26 +0200 Subject: [PATCH] fix: Actions labels (#133) * Fix labels * update --- .github/ISSUE_TEMPLATE/BUG_REPORT.md | 30 ++++------------------- .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md | 11 +-------- .github/ISSUE_TEMPLATE/QUESTION.md | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 9 ------- .github/dependabot.yml | 4 +-- 5 files changed, 9 insertions(+), 47 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md index 67b3da5..ac05b3e 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.md +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -2,7 +2,7 @@ name: "🐛 Bug report" about: Report a bug title: "🐛 " -labels: bug +labels: 🐛 bug assignees: '' --- @@ -15,18 +15,6 @@ assignees: '' https://cuvent.github.io/react-native-vision-camera/docs/guides/troubleshooting --> - -## Type - - - -* [ ] I'm cannot build my project with VisionCamera -* [ ] I'm experiencing a full app crash -* [ ] A feature is not working correctly -* [ ] Other: __________________ - ## What +### Logs + - +``` ## Reproducable sample @@ -62,10 +46,6 @@ assignees: '' ## Environment - - * Platform(s): * [ ] iOS * [ ] Android diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md index caab20e..6e40325 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md @@ -2,7 +2,7 @@ name: "✨ Feature request" about: Suggest an idea for this project title: "✨ " -labels: enhancement +labels: ✨ enhancement assignees: '' --- @@ -13,15 +13,6 @@ assignees: '' Badly written feature requests are less likely to be picked up than well written ones. --> -## Type - - - -* [ ] Enhancement for an existing feature -* [ ] An entirely new feature - ## What -## Side-effects - - - -* [ ] This PR does not introduce any known side-effects. -* [ ] This PR introduces the following side-effects: _______ - ## Tested on