Skip to content

Commit

Permalink
Merge pull request #817 from ESAPI/kwwall-issue-template-patch
Browse files Browse the repository at this point in the history
Update GitHub issue templates to remove reference to now closed Discu…
  • Loading branch information
xeno6696 authored Nov 28, 2023
2 parents 41abb26 + 6dbe14b commit 4b51c48
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 18 deletions.
22 changes: 11 additions & 11 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,37 @@ about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---
# NOTE: We are aware the problems with ESAPI and Jakarta EE, so please do NOT create a new issue for that.
To follow the status of that, please see GitHub Discussion https://github.com/ESAPI/esapi-java-legacy/discussions/768.

**Describe the bug**
[**NOTE:** Please do NOT just ask general questions here as they will _not_ be answered. Instead, please use the GitHub Discussions and create a new topic under 'Questions and Answers". Also, please delete the instructions and replace them with actual text and delete the sections that are not relevant.]

#### Describe the bug
A clear and concise description of what the bug is.

**Specify what ESAPI version(s) you are experiencing this bug in**
This is especially important if it is not the latest version of ESAPI.
#### Specify what ESAPI version(s) you are experiencing this bug in
This is especially important if it is not the latest version of ESAPI. Also, if you are using the Jakarta version (e.g., '<classifier>jakarta</classier>'), then please note that as well.

**To Reproduce**
#### To Reproduce
List the steps to reproduce the behavior or (ideally) attach a small JUnit test to reproduce the problem. Please _be specific_.
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
Note also any specific configuration changes that are needed to replicate the problem. That is especially important if you are not using the default configuration files (ESAPI.properties, validation.properties, antisamy-esapi.xml, etc.)

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

**Screenshots**
#### Screenshots
If applicable, add screenshots to help explain your problem.
[**NOTE:** Please do NOT just ask general questions here as they will _not_ be answered. Instead, please use the GitHub Discussions and create a new topic under 'Questions and Answers".
Please delete any irrelevant portion of this template before submitting your GitHub issue. Thanks.]

**Platform environment (please complete the following information):**
#### Platform environment (please complete the following information)
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- JDK version used with ESAPI

**Additional context**
#### Additional context
Add any other context about the problem here.
If known, please select the label corresponding to the affected ESAPI component.
12 changes: 5 additions & 7 deletions .github/ISSUE_TEMPLATE/enhancement-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,18 @@ about: Suggest an enhancment for this project
title: ''
labels: enhancement
assignees: ''

---

[**NOTE:** Please do NOT just ask general questions here as they will _not_ be answered. Instead, please use the GitHub Discussions and create a new topic under 'Questions and Answers". Also, we are aware the problems with ESAPI and Jakarta EE, so please do NOT create a new issue for that. To follow the status, please see GitHub Discussion https://github.com/ESAPI/esapi-java-legacy/discussions/768.
Please delete any irrelevant portion of this template before submitting your GitHub issue. Thanks.]
[**NOTE:** Please do NOT just ask general questions here as they will _not_ be answered. Instead, please use the GitHub Discussions and create a new topic under 'Questions and Answers". Please delete any irrelevant portion of this template before submitting your GitHub issue. Thanks.]

**Is your feature request related to a problem? Please describe.**
#### 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**
#### Describe the solution you'd like
A clear and concise description of what you want to happen. Note that this may include some appropriate type of documentation that is lacking or unclear.

**Describe alternatives you've considered including other security libraries**
#### Describe alternatives you've considered including other security libraries
A clear and concise description of any alternative solutions or features you've considered.

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

0 comments on commit 4b51c48

Please sign in to comment.