From 15fe59e9189c415d97eee9c980769331f7a47f76 Mon Sep 17 00:00:00 2001 From: Juan Martinez Date: Tue, 17 Oct 2023 15:29:05 +0200 Subject: [PATCH] Add Bug and Feature issue templates --- .github/ISSUE_TEMPLATE/bug.md | 28 ++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature.md | 17 +++++++++++++++++ .github/ISSUE_TEMPLATE/task.md | 8 ++++---- 3 files changed, 49 insertions(+), 4 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/feature.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000..941c8a0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,28 @@ +--- +name: Bug +about: Notify that an error has ben found on the app and what happened. +title: '' +labels: Bug +assignees: '' + +--- + +**Bug Description** +What is happening? + +**Steps to reproduce** +How do I replicate the issue, what where you doing? + +**Screenshots** +Provide screenshots, videos, links, etc. + +**Context** +What is your environment? + +Fill the following information and add any relevant information: +*OS*: Windows, Mac, Linux, Android, iOS... +*Browser*: Chrome, Opera, Firefox, Safari... +*App Version*: v1.0.0 + +**Notes** +Extra information relevant to the issue. diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 0000000..17e112c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,17 @@ +--- +name: Feature +about: Propose a feature to be added to the application. +title: '' +labels: Feature +assignees: jmaralo + +--- + +**Feature description** +What is the feature supposed to do, what will it include? + +**Possible solutions** +What are the possible ways to implement this feature that you can think of? + +**Notes** +What context / extra information is required to understand the proposal? diff --git a/.github/ISSUE_TEMPLATE/task.md b/.github/ISSUE_TEMPLATE/task.md index 8a7b466..8a71735 100644 --- a/.github/ISSUE_TEMPLATE/task.md +++ b/.github/ISSUE_TEMPLATE/task.md @@ -1,6 +1,6 @@ --- name: Task -about: Task that will be asigned to a member +about: Tasks are units of work assigned to members to be completed. title: '' labels: Task assignees: '' @@ -8,10 +8,10 @@ assignees: '' --- **Description** -*Brief description of the task and important details* +Brief description of the task and important details **Related** -*Related Issues, PRs, Documents, etc.* +Related Issues, PRs, Documents, etc. **Notes** -*Extra information that might be good to know about it* +Extra information that might be good to know about it