Skip to content

Commit 7d0bbf4

Browse files
committed
Initial commit
Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
1 parent 45621ab commit 7d0bbf4

31 files changed

+2395
-402
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
name: Bug Report
2+
description: Create a bug report
3+
labels: ["bug"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
:pray: Thanks for taking the time to fill out this bug report!
9+
10+
- type: markdown
11+
attributes:
12+
value: |
13+
## Bug Report
14+
15+
- type: textarea
16+
id: i-tried-this
17+
attributes:
18+
label: "I tried this:"
19+
placeholder: "What did you try to do? A code snippet or example helps."
20+
validations:
21+
required: true
22+
23+
- type: textarea
24+
id: instead-what-happened
25+
attributes:
26+
label: "This happened:"
27+
placeholder: "What happened instead of what you've expected?"
28+
validations:
29+
required: true
30+
31+
- type: textarea
32+
id: what-did-you-expect
33+
attributes:
34+
label: "I expected this:"
35+
placeholder: "What did you expect to happen? Describe the output or behavior you expected to see (unless it's obvious)."
36+
37+
- type: textarea
38+
id: workaround
39+
attributes:
40+
label: "Is there a workaround?"
41+
placeholder: "What's the workaround to avoid this issue?"
42+
43+
- type: textarea
44+
attributes:
45+
label: Anything else?
46+
placeholder: |
47+
Links? References? Logs? Anything that will give us more context about the issue you are encountering.
48+
Tip: You can attach images or log files by dragging files in.
49+
50+
- type: markdown
51+
attributes:
52+
value: |
53+
## Environment
54+
55+
- type: dropdown
56+
id: platform
57+
attributes:
58+
label: "Platform(s)"
59+
multiple: true
60+
options:
61+
- MacOS
62+
- Linux
63+
- Windows
64+
- Other
65+
66+
- type: textarea
67+
attributes:
68+
label: Community Notes
69+
value: |
70+
<!-- Please keep this note for the community -->
71+
* Please vote by adding a 👍 reaction to the issue to help us prioritize.
72+
* If you are interested to work on this issue, please leave a comment.name: Bug Report 🐞

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
blank_issues_enabled: false
2+
contact_links: []

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
name: Feature Request
2+
description: Create a feature request
3+
labels: ["enhancement"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
:pray: Thanks for taking the time to fill out this feature request!
9+
10+
- type: markdown
11+
attributes:
12+
value: |
13+
## Feature Request
14+
15+
- type: textarea
16+
id: what-would-you-like-to-be-added
17+
attributes:
18+
label: "What would you like to be added?"
19+
placeholder: "Description of the feature you'd like to see."
20+
validations:
21+
required: true
22+
23+
- type: textarea
24+
id: proposals
25+
attributes:
26+
label: "Proposal(s):"
27+
placeholder: "Describe your proposal(s) and any relevant details here."
28+
29+
- type: textarea
30+
id: alternatives
31+
attributes:
32+
label: "Alternative(s):"
33+
placeholder: "Describe any alternative approaches, options, or suggestions you’d like to consider."
34+
35+
- type: textarea
36+
id: additional-info
37+
attributes:
38+
label: "Additional info:"
39+
placeholder: "Provide any supplementary details, context, or supporting information here."
40+
41+
- type: textarea
42+
attributes:
43+
label: Community Notes
44+
value: |
45+
<!-- Please keep this note for the community -->
46+
* Please vote by adding a 👍 reaction to the feature to help us prioritize.
47+
* If you are interested to work on this feature, please leave a comment.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
**Many thanks for submitting your Pull Request :heart:!**
2+
3+
**What this PR does / why we need it**:
4+
5+
**Special notes for reviewers**:
6+
7+
**Additional information (if needed):**

0 commit comments

Comments
 (0)