From 66cd7be9ac28f391e3c5ad4274b016be34e11087 Mon Sep 17 00:00:00 2001 From: ecurrencyhodler Date: Wed, 24 Jan 2024 12:00:03 -0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e572cc19d..0239bdfa3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -30,4 +30,4 @@ A clear and concise description of what you expected to happen. ### Acceptance Criteria - [ ] I have tested on Chrome desktop -- [ ] I have posted a screenshot or video if it is a change in the front end +- [ ] I have posted a screenshot or video in my PR diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md index 566f86630..ddbf5c729 100644 --- a/.github/ISSUE_TEMPLATE/feature.md +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -1,6 +1,6 @@ --- name: Feature -about: Describe this issue template's purpose here. +about: For feature-related bounties title: '' labels: bounties assignees: '' @@ -17,6 +17,5 @@ assignees: '' - [ ] I've created a unit test that Here is an [example unit test](https://github.com/stakwork/sphinx-tribes/blob/master/frontend/app/src/helpers/__test__/helpers.spec.ts) -- [ ] I've created a component test that Here is an [example component test](https://github.com/stakwork/sphinx-tribes/blob/9310f49b3b17a51992dada932f4298eb9eba15ff/frontend/app/src/people/widgetViews/__tests__/AboutView.spec.tsx)