Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rikimaru0345 committed Feb 27, 2019
2 parents b758ddf + c6a6350 commit d64f3d6
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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?
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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?**

0 comments on commit d64f3d6

Please sign in to comment.