mirror of
https://github.com/FlamedDogo99/EaglerMobile.git
synced 2024-12-21 23:04:16 -08:00
Compare commits
7 Commits
c2acc1bb4e
...
26e1fb25b0
Author | SHA1 | Date | |
---|---|---|---|
|
26e1fb25b0 | ||
|
067a12719d | ||
|
b002eb0469 | ||
|
71101816fa | ||
|
172d56fe0d | ||
|
0e8dfd612c | ||
|
bd5243f6cd |
17
.github/ISSUE_TEMPLATE/bug_report.md
vendored
17
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -1,17 +0,0 @@
|
||||||
---
|
|
||||||
name: Bug report
|
|
||||||
about: Create a report to help us improve
|
|
||||||
title: "[Bug]"
|
|
||||||
labels: bug
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
**Describe the Bug**
|
|
||||||
Provide a clear and concise description of what the bug is, and what should have happened.
|
|
||||||
|
|
||||||
**Steps to Reproduce**
|
|
||||||
Steps to reproduce the behavior (Err on over-descriptive).
|
|
||||||
|
|
||||||
**Additional Information**
|
|
||||||
If applicable, include screenshots, OS/Browser/Build version, or any other relevant information.
|
|
32
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
32
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
name: Bug report
|
||||||
|
description: Create a report to help us improve
|
||||||
|
title: '[Bug] '
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: describe
|
||||||
|
attributes:
|
||||||
|
label: Describe the Bug
|
||||||
|
description: >-
|
||||||
|
Provide a clear and concise description of what the bug is, and what
|
||||||
|
should have happened.
|
||||||
|
placeholder: Required
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: steps
|
||||||
|
attributes:
|
||||||
|
label: Steps to Reproduce
|
||||||
|
description: Steps to reproduce the behavior (Err on over-descriptive).
|
||||||
|
placeholder: Required
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: info
|
||||||
|
attributes:
|
||||||
|
label: Additional Information
|
||||||
|
description: >-
|
||||||
|
If applicable, include screenshots, OS/Browser/Build version, or any
|
||||||
|
other relevant information.
|
||||||
|
placeholder: Required
|
||||||
|
validations:
|
||||||
|
required: true
|
14
.github/ISSUE_TEMPLATE/question.md
vendored
14
.github/ISSUE_TEMPLATE/question.md
vendored
|
@ -1,14 +0,0 @@
|
||||||
---
|
|
||||||
name: Question
|
|
||||||
about: Ask a clarifying question about this project
|
|
||||||
title: "[Question]"
|
|
||||||
labels: question
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
**Question**
|
|
||||||
Provide a clear and concise explanation of the question.
|
|
||||||
|
|
||||||
**Additional Information**
|
|
||||||
Provide a clear and concise explanation of what changes are needed on the repository in order for the question's answer to be accessible to future users.
|
|
25
.github/ISSUE_TEMPLATE/question.yml
vendored
Normal file
25
.github/ISSUE_TEMPLATE/question.yml
vendored
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
name: Question
|
||||||
|
description: Ask a clarifying question about this project
|
||||||
|
title: '[Question] '
|
||||||
|
labels:
|
||||||
|
- question
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: question
|
||||||
|
attributes:
|
||||||
|
label: Question
|
||||||
|
description: Provide a clear and concise explanation of the question.
|
||||||
|
placeholder: Required
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: info
|
||||||
|
attributes:
|
||||||
|
label: Additional Information
|
||||||
|
description: >-
|
||||||
|
Provide a clear and concise explanation of what changes are needed on
|
||||||
|
the repository in order for the question's answer to be accessible to
|
||||||
|
future users.
|
||||||
|
placeholder: Required
|
||||||
|
validations:
|
||||||
|
required: true
|
14
.github/ISSUE_TEMPLATE/suggestion.md
vendored
14
.github/ISSUE_TEMPLATE/suggestion.md
vendored
|
@ -1,14 +0,0 @@
|
||||||
---
|
|
||||||
name: Suggestion
|
|
||||||
about: Suggest an idea for this project
|
|
||||||
title: "[Suggestion]"
|
|
||||||
labels: suggestion
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
**Suggestion**
|
|
||||||
Provide a clear and concise description of the suggestion.
|
|
||||||
|
|
||||||
**Additional Information**
|
|
||||||
Provide a clear and concise explanation for what changes would need to take place in order for the suggestion to be possible.
|
|
24
.github/ISSUE_TEMPLATE/suggestion.yml
vendored
Normal file
24
.github/ISSUE_TEMPLATE/suggestion.yml
vendored
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
name: Suggestion
|
||||||
|
description: Suggest an idea for this project
|
||||||
|
title: '[Suggestion] '
|
||||||
|
labels:
|
||||||
|
- suggestion
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: suggestion
|
||||||
|
attributes:
|
||||||
|
label: Suggestion
|
||||||
|
description: Provide a clear and concise description of the suggestion.
|
||||||
|
placeholder: Required
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: info
|
||||||
|
attributes:
|
||||||
|
label: Additional Information
|
||||||
|
description: >-
|
||||||
|
Provide a clear and concise explanation for what changes would need to
|
||||||
|
take place in order for the suggestion to be possible.
|
||||||
|
placeholder: Required
|
||||||
|
validations:
|
||||||
|
required: true
|
Loading…
Reference in New Issue
Block a user