Skip to content

Commit e929234

Browse files
committed
Merge branch 'master' of https://github.com/JunaMeinhold/HexaGen
2 parents 97da70d + d34221a commit e929234

File tree

1 file changed

+14
-17
lines changed

1 file changed

+14
-17
lines changed
Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
11
---
2-
name: Generator Lib Support Template
3-
about: Describe this issue template's purpose here.
4-
title: Generator Support for [NAME]
2+
name: Generator Lib Support/C# Wrapper Request
3+
about: Suggest adding C# wrapper support for a library.
4+
title: C# Wrapper for [NAME]
55
labels: enhancement
6-
assignees: JunaMeinhold
7-
86
---
97

10-
### Generation Tasks
11-
- [ ] Functions
12-
- [ ] Handles
13-
- [ ] Structs
14-
- [ ] Enums
15-
- [ ] Delegates
16-
- [ ] Extensions
17-
- [ ] Constants
8+
### About the Library
9+
- [ ] Has C-Interface (C header files)
10+
- [ ] Has COM-Interface
11+
- [ ] Has C++ only Interface (exclusively C++ classes)
12+
13+
**Link to repository:** [insert-link-here]
14+
15+
#### Short Description of the Library:
16+
[Provide a brief description of the library and its features.]
1817

19-
### Final Tasks
20-
- [ ] Compatibility checks
21-
- [ ] Generation Tests
22-
- [ ] Execution Tests
18+
#### Why This Library Deserves a Wrapper:
19+
[Explain why this library is important and should have a C# wrapper.]

0 commit comments

Comments
 (0)