Properly link flecs library
This commit is contained in:
24
engine/libs/flecs/.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
24
engine/libs/flecs/.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here (operating system, hardware, ...).
|
||||
14
engine/libs/flecs/.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
14
engine/libs/flecs/.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the problem you are trying to solve.**
|
||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]. Refrain from proposing a solution here.
|
||||
|
||||
**Describe the solution you'd like**
|
||||
A clear and concise description of what you would like to happen.
|
||||
Reference in New Issue
Block a user