File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments