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)