Skip to content

Commit

Permalink
Merge pull request #122 from l46kok:main
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 556995869
  • Loading branch information
copybara-github committed Aug 15, 2023
2 parents 610adec + 5f7e38e commit 7f265ed
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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.

0 comments on commit 7f265ed

Please sign in to comment.