Skip to content

Commit 55f0ceb

Browse files
feat: add issue templates (#4)
Also update the year in the copyright text.
1 parent a6fcf3b commit 55f0ceb

File tree

3 files changed

+81
-1
lines changed

3 files changed

+81
-1
lines changed
+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
name: Bug Report
2+
description: Let us know about a bug
3+
labels:
4+
- bug
5+
body:
6+
- type: textarea
7+
id: description
8+
attributes:
9+
label: What is the issue?
10+
description: |
11+
Describe the bug here. Please provide as much information as possible.
12+
validations:
13+
required: true
14+
15+
- type: textarea
16+
id: expected
17+
attributes:
18+
label: What is the expected behavior?
19+
description: |
20+
Please describe the expected behavior here.
21+
validations:
22+
required: true
23+
24+
- type: textarea
25+
id: repro
26+
attributes:
27+
label: How can we reproduce the bug?
28+
description: |
29+
Include repro steps and associated relevant information here.
30+
validations:
31+
required: true
32+
33+
- type: textarea
34+
id: notes
35+
attributes:
36+
label: notes
37+
description: |
38+
Any additional information should be included here.
39+
validations:
40+
required: false
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
name: Feature Request
2+
description: Suggest a new feature or enhancement
3+
labels:
4+
- enhancement
5+
body:
6+
- type: textarea
7+
id: what
8+
attributes:
9+
label: What should this feature do?
10+
description: |
11+
Describe the feature or enhancement (what it should do, etc.) here.
12+
validations:
13+
required: true
14+
15+
- type: textarea
16+
id: why
17+
attributes:
18+
label: Why is it needed?
19+
description: |
20+
Include information about why the feature should be implemented here.
21+
validations:
22+
required: true
23+
24+
- type: textarea
25+
id: how
26+
attributes:
27+
label: How should it be implemented?
28+
description: |
29+
If known, any suggestions / ideas on how the feature could implemented.
30+
validations:
31+
required: false
32+
33+
- type: textarea
34+
id: notes
35+
attributes:
36+
label: Notes
37+
description: |
38+
Any additional information should be included here.
39+
validations:
40+
required: false

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ We ask that all contributors review and agree to adhere to our code of conduct p
5555
## License
5656

5757
```
58-
Copyright 2024 LY Corporation
58+
Copyright 2024 - 2025 LY Corporation
5959
6060
Licensed under the Apache License, Version 2.0 (the "License");
6161
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)