mirror of
https://github.com/FlamedDogo99/EaglerMobile.git
synced 2024-12-21 23:04:16 -08:00
Update and rename bug_report.md to bug_report.yml
This commit is contained in:
parent
b44dfed15c
commit
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.
|
45
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
45
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
|
@ -0,0 +1,45 @@
|
|||
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
|
||||
- type: checkboxes
|
||||
id: conduct
|
||||
attributes:
|
||||
label: Code of Conduct
|
||||
description: ' submitting this issue, you agree to follow our [Code of Conduct](https://github.com/FlamedDogo99/EaglerMobile/blob/main/.github/CODE_OF_CONDUCT.md). '
|
||||
options:
|
||||
- label: I agree to follow this project's Code of Conduct
|
||||
required: true
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: >-
|
||||
This template was generated with [Issue Forms
|
||||
Creator](https://issue-forms-creator.netlify.app)
|
Loading…
Reference in New Issue
Block a user