Skip to content

Commit ec761f3

Browse files
committed
chore: add issue templates
1 parent 3ed951c commit ec761f3

File tree

3 files changed

+58
-1
lines changed

3 files changed

+58
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Feature Request
2+
description: Suggest an idea for this project.
3+
labels: ["enhancement"]
4+
body:
5+
- type: checkboxes
6+
attributes:
7+
label: Check for existing issues
8+
description: Check the backlog of issues to reduce the chances of creating duplicates; if an issue already exists, place a `+1` (👍) on it.
9+
options:
10+
- label: Completed
11+
required: true
12+
- type: textarea
13+
attributes:
14+
label: Describe the feature
15+
description: A clear and concise description of what you want to happen.
16+
validations:
17+
required: true
18+
- type: textarea
19+
attributes:
20+
label: |
21+
If applicable, add mockups / screenshots to help present your vision of the feature
22+
description: Drag images into the text input below.
23+
validations:
24+
required: false
+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: Bug Report
2+
description: Create a bug report to help us improve.
3+
labels: ["bug"]
4+
body:
5+
- type: checkboxes
6+
attributes:
7+
label: Check for existing issues
8+
description: Check the backlog of issues to reduce the chances of creating duplicates; if an issue already exists, place a `+1` (👍) on it.
9+
options:
10+
- label: Completed
11+
required: true
12+
- type: textarea
13+
attributes:
14+
label: Describe the bug / provide steps to reproduce it
15+
description: A clear and concise description of what the bug is.
16+
validations:
17+
required: true
18+
- type: dropdown
19+
id: browsers
20+
attributes:
21+
label: What browsers are you seeing the problem on?
22+
multiple: true
23+
options:
24+
- Firefox
25+
- Chrome
26+
- Safari
27+
- Microsoft Edge
28+
- type: textarea
29+
attributes:
30+
label: If applicable, add screenshots to help explain present your vision of the bug
31+
description: Drag issues into the text input below.
32+
validations:
33+
required: false

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ We have a [Contributing Guide][contributing] to help you getting started.
3232
<img src=".github/brand/cesium-DARK.svg#gh-light-mode-only" width="300">
3333
<img src=".github/brand/cesium-LIGHT.svg#gh-dark-mode-only" width="300">
3434

35-
Copyright (c) 2020, CeSIUM.
35+
Copyright (c) 2024, CeSIUM.
3636

3737
This project is licensed under the MIT License - see the [LICENSE][license]
3838
file for details.

0 commit comments

Comments
 (0)