diff --git a/.github/ISSUE_TEMPLATE/----feature-request.md b/.github/ISSUE_TEMPLATE/----feature-request.md index fc7c635c9d..7f7ff5b05d 100644 --- a/.github/ISSUE_TEMPLATE/----feature-request.md +++ b/.github/ISSUE_TEMPLATE/----feature-request.md @@ -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 --- diff --git a/.github/ISSUE_TEMPLATE/---bug-report.md b/.github/ISSUE_TEMPLATE/---bug-report.md index 13afd4650a..1edf6b9a39 100644 --- a/.github/ISSUE_TEMPLATE/---bug-report.md +++ b/.github/ISSUE_TEMPLATE/---bug-report.md @@ -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 --- diff --git a/.github/ISSUE_TEMPLATE/---product-note.md b/.github/ISSUE_TEMPLATE/---product-note.md new file mode 100644 index 0000000000..1179ed9c1e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/---product-note.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/---task.md b/.github/ISSUE_TEMPLATE/---task.md new file mode 100644 index 0000000000..23a38280b8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/---task.md @@ -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 diff --git a/.github/ISSUE_TEMPLATE/-task.md b/.github/ISSUE_TEMPLATE/-task.md new file mode 100644 index 0000000000..4aa65c8917 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/-task.md @@ -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 diff --git a/.github/ISSUE_TEMPLATE/task-issue-template.md b/.github/ISSUE_TEMPLATE/task-issue-template.md new file mode 100644 index 0000000000..1a73869a93 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/task-issue-template.md @@ -0,0 +1,12 @@ +--- +name: Task issue template +about: Describe the task to be done +title: "[Task] " +labels: '' +assignees: '' + +--- + +## SubTasks +- Sub Task1 +- Sub Task2