Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
Added new issue templates
  • Loading branch information
cdanger authored Sep 9, 2023
1 parent ecb0bfc commit 7f3fb59
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is, especially the error stack trace and/or error log (if in doubt, include the whole thing; often exceptions get wrapped in other exceptions and the exception right near the bottom explains the actual error, not the first few lines at the top.)

**To Reproduce**
Steps to reproduce the behavior, especially Policy(Set) details, Request details, PDP configuration, code...

**Expected behavior**
A clear and concise description of what you expected to happen.

**Software environment (please complete the following information):**
- AuthzForce Core version [e.g. ]
- Java (JRE) version [e.g. 11]
- OS: [e.g. Ubuntu 22.04 LTS, Windows 11]
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.

0 comments on commit 7f3fb59

Please sign in to comment.