Skip to content

Commit

Permalink
chore: Copy template from other project.
Browse files Browse the repository at this point in the history
  • Loading branch information
SandPod committed Jan 9, 2025
1 parent 2df41b1 commit 5151a3d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 124 deletions.
65 changes: 5 additions & 60 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,70 +1,15 @@
name: Bug Report
description: Report a bug or unexpected behavior you encountered.
description: You are creating a Game with Flame but you are noticing some strange behavior, that it throws an unexpected exception, or that it is not working according to the specifications.
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
When reporting a bug, please complete this template thoroughly to help us address the issue effectively!
When reporting a bug, please read this complete template and fill in all the questions in order to get a better response!
- type: textarea
id: description-of-bug
id: what-happened
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
label: What happened?
description: Tell us, what happened?
validations:
required: true

- type: textarea
id: reproduction-steps
attributes:
label: To reproduce
description: Steps to reproduce the behavior.
validations:
required: true

- type: textarea
id: expectation
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
validations:
required: true

- type: textarea
id: library-version
attributes:
label: Library version
description: Library and dart version where the bug was found.
validations:
required: true

- type: textarea
id: platforms
attributes:
label: Platform information
description: Information about the platform where the bug was found.
validations:
required: true

- type: textarea
id: additional-context
attributes:
label: Additional context
description: Share any additional context or information about the bug.

- type: multiple_choice
id: experience
attributes:
label: How experienced are you with this library?
description: This helps us understand where in the user journey this issue might arise.
options:
- label: Beginner - Just getting started with this library
- label: Intermediate - Familiar with the basics or have used it in a few projects
- label: Expert - Experienced and comfortable with using this library in complex projects

- type: checkboxes
id: terms
attributes:
label: Are you interested in working on a PR for this?
options:
- label: I want to work on this
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

63 changes: 0 additions & 63 deletions .github/ISSUE_TEMPLATE/feature_request.yml

This file was deleted.

0 comments on commit 5151a3d

Please sign in to comment.