-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #122 from l46kok:main
PiperOrigin-RevId: 556995869
- Loading branch information
Showing
2 changed files
with
68 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: "[BUG] " | ||
labels: '' | ||
|
||
--- | ||
|
||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Check which components this affects: | ||
|
||
- [ ] parser | ||
- [ ] checker | ||
- [ ] runtime | ||
|
||
Sample expression and input that reproduces the issue: | ||
```cel | ||
// sample expression string | ||
``` | ||
|
||
Test setup: | ||
```java | ||
// test case in java | ||
``` | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: '' | ||
|
||
--- | ||
|
||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
|
||
--- | ||
|
||
**Feature request checklist** | ||
|
||
- [ ] There are no issues that match the desired change | ||
- [ ] The change is large enough it can't be addressed with a simple Pull Request | ||
- [ ] If this is a bug, please file a [Bug Report](./ISSUE_TEMPLATE). | ||
|
||
**Change** | ||
Summary of the proposed change and some details about what problem | ||
it helps solve. | ||
|
||
**Example** | ||
Replace this text with an example indicating the desired functionality. | ||
|
||
**Alternatives considered** | ||
Briefly list alternative designs, or an example of the functionality to be replaced. |