This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
forked from TheBoneJarmer/TiledCS
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main'
- Loading branch information
Showing
2 changed files
with
51 additions
and
0 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,31 @@ | ||
--- | ||
name: Bug report | ||
about: Is something wrong with TiledCSPlus? | ||
title: "[BUG] " | ||
labels: bug | ||
assignees: nolemretaWxd | ||
|
||
--- | ||
|
||
<!-- DO NOT REPORT BUGS FOR TILED VERSIONS OLDER THAN 1.8 --> | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
|
||
**Expected behavior** | ||
What should happen instead of TiledCSPlus breaking? | ||
|
||
**Logs** | ||
If you can, provide links to logs here. | ||
|
||
**Your setup** | ||
- Tiled version: [eg. 1.10.2] | ||
- TiledCSPlus version: [eg. 4.1] | ||
- .NET version: [eg. 8] | ||
- Framework/engine and version: [eg. Unity 2023.2.19f13] | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
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,20 @@ | ||
--- | ||
name: Feature request | ||
about: Something you want to see in TiledCSPlus? | ||
title: "[FEATURE] " | ||
labels: enhancement | ||
assignees: nolemretaWxd | ||
|
||
--- | ||
|
||
**Feature description** | ||
What do you want to see added to TiledCSPlus? | ||
|
||
**Why it should be added** | ||
Is it something that makes using the library harder? Or something that is not possible at all? | ||
|
||
**Workarounds** | ||
Are there any workarounds to this issue currently? | ||
|
||
**Additional context** | ||
Eg. screenshot of Tiled feature that isn't in library. |