Update issue templates

This commit is contained in:
Nikhil Nandagopal 2020-09-30 16:55:26 +05:30 committed by GitHub
parent e4347f849d
commit 8cbddb356b
6 changed files with 63 additions and 4 deletions

View File

@ -1,8 +1,8 @@
---
name: "\U0001F6E0 Feature request"
about: Suggest an idea to improve appsmith
title: "[FEATURE]"
labels: enhancement
title: "[Feature]"
labels: ''
assignees: Nikhil-Nandagopal
---

View File

@ -1,8 +1,8 @@
---
name: "\U0001F41B Bug report"
about: Create a bug report to help us improve appsmith
title: "[BUG]"
labels: Bug
title: "[Bug]"
labels: Bug, High
assignees: Nikhil-Nandagopal
---

View File

@ -0,0 +1,23 @@
---
name: "\U0001F4D3 Product Note"
about: Describe this issue template's purpose here.
title: "[Product Note]"
labels: Product Note
assignees: Nikhil-Nandagopal
---
## Problem statement
Why is this project needed?
What does it hope to achieve?
## Success criteria
How will we know the project succeeded?
What are the core areas we should focus on?
## User story
How does a user use this feature? How does it relate to the problem?
## Details
What are the specifications of this project?
Product note, designs etc.

12
.github/ISSUE_TEMPLATE/---task.md vendored Normal file
View File

@ -0,0 +1,12 @@
---
name: "\U0001F4DD Task"
about: Create a task for the team to work on
title: "[Task] "
labels: ''
assignees: ''
---
## SubTasks
- Sub Task1
- Sub Task2

12
.github/ISSUE_TEMPLATE/-task.md vendored Normal file
View File

@ -0,0 +1,12 @@
---
name: " Task"
about: Create a task for the team to work on
title: "[Task] "
labels: ''
assignees: ''
---
## SubTasks
- Sub Task1
- Sub Task2

View File

@ -0,0 +1,12 @@
---
name: Task issue template
about: Describe the task to be done
title: "[Task] "
labels: ''
assignees: ''
---
## SubTasks
- Sub Task1
- Sub Task2