-
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/rikimaru0345/Ceras
- Loading branch information
Showing
2 changed files
with
48 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,26 @@ | ||
--- | ||
name: Bug report | ||
about: When something doesn't work right | ||
title: 'Bug:' | ||
labels: bug | ||
assignees: rikimaru0345 | ||
|
||
--- | ||
|
||
Remember: The more faster I can reproduce your problem, the faster I can fix it :P | ||
|
||
**Describe the bug** | ||
- What are you trying to do? | ||
- What do you think **should** happen? | ||
- What is actually happening? | ||
|
||
**How to reproduce the bug** | ||
- Post your `SerializerConfig` | ||
- Post all relevant classes. | ||
You don't have to copy-paste all your code here. | ||
A minimal example is best | ||
|
||
**Platform** | ||
- Which version of Ceras are you using? net4.5, net4.7+, or netstandard2.0? | ||
- Are you using Unity? If so, what version? (2018.1, 2018.2, ...) | ||
- If you are using Unity, are you using IL2CPP? |
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,22 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: feature request | ||
assignees: rikimaru0345 | ||
|
||
--- | ||
|
||
Here's some example content that could help you writing a better feature request: | ||
|
||
**What is your request about? What's the source of the feature request?** | ||
- "I'm always having trouble doing ..." | ||
- "There's no option to do ..." | ||
|
||
**Describe the solution you'd like** | ||
- "You should add an API that ..." | ||
- "Change the existing feature ... so it does ..." | ||
|
||
**Would you consider adding the feature in a PR?** | ||
|
||
**Are there any problems or issues you can foresee if the feature gets implemented?** |