Skip to content

Commit 2142b8e

Browse files
authored
Update issue templates
1 parent 3155743 commit 2142b8e

2 files changed

Lines changed: 70 additions & 0 deletions

File tree

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: "[BUG] "
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
---
11+
name: Bug report
12+
about: Create a report to help us improve
13+
14+
---
15+
16+
**Describe the bug**
17+
A clear and concise description of what the bug is.
18+
19+
**To Reproduce**
20+
Check which components this affects:
21+
22+
- [ ] parser
23+
- [ ] checker
24+
- [ ] runtime
25+
26+
Sample expression and input that reproduces the issue:
27+
```cel
28+
// sample expression string
29+
```
30+
31+
Test setup:
32+
```java
33+
// test case in java
34+
```
35+
36+
**Expected behavior**
37+
A clear and concise description of what you expected to happen.
38+
39+
**Additional context**
40+
Add any other context about the problem here.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
---
11+
name: Feature request
12+
about: Suggest an idea for this project
13+
14+
---
15+
16+
**Feature request checklist**
17+
18+
- [ ] There are no issues that match the desired change
19+
- [ ] The change is large enough it can't be addressed with a simple Pull Request
20+
- [ ] If this is a bug, please file a [Bug Report](./ISSUE_TEMPLATE).
21+
22+
**Change**
23+
Summary of the proposed change and some details about what problem
24+
it helps solve.
25+
26+
**Example**
27+
Replace this text with an example indicating the desired functionality.
28+
29+
**Alternatives considered**
30+
Briefly list alternative designs, or an example of the functionality to be replaced.

0 commit comments

Comments
 (0)