This repository has been archived by the owner on Nov 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
49 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |