Skip to content

Commit

Permalink
Sync with main
Browse files Browse the repository at this point in the history
  • Loading branch information
loucass003 committed Nov 7, 2022
2 parents 41a1996 + 86eb9aa commit fda5e81
Show file tree
Hide file tree
Showing 153 changed files with 9,419 additions and 2,892 deletions.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Bug
about: 'Something isn''t working '
title: ''
labels: 'Status: Unlabeled, Type: Bug'
assignees: ''

---


10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Feature Request
about: 'New feature or request '
title: ''
labels: 'Status: Unlabeled, Type: Feature Request'
assignees: ''

---


10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/question-discussion.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Question/Discussion
about: 'Further information is requested '
title: ''
labels: 'Status: Unlabeled, Type: Discussion'
assignees: ''

---


6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dual licensed as above, without any additional terms or conditions.

# Flatc

All the binaries bundled with this repository are using flatc [v2.0.6](https://github.com/google/flatbuffers/tree/v2.0.6)

only windows is bundled right now, we need to add other platforms support: linux, macos (x64/ arm)
All the code generated in this repository is using flatc [v2.0.6](https://github.com/google/flatbuffers/tree/v2.0.6).
If you wish to generate code on windows, you may use the included flatc binary. Other platforms
should build v2.0.6 of flatc from source.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fda5e81

Please sign in to comment.