Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Commit

Permalink
Add Bug and Feature issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaralo committed Oct 17, 2023
1 parent e7dcd84 commit 15fe59e
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 4 deletions.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -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.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -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?
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/task.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
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: ''

---

**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

0 comments on commit 15fe59e

Please sign in to comment.