Skip to content

Commit 6dbe14b

Browse files
committed
Update GitHub issue templates to remove reference to now closed Discussion #768.
1 parent 41abb26 commit 6dbe14b

File tree

2 files changed

+16
-18
lines changed

2 files changed

+16
-18
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -4,37 +4,37 @@ about: Create a report to help us improve
44
title: ''
55
labels: bug
66
assignees: ''
7-
87
---
9-
# NOTE: We are aware the problems with ESAPI and Jakarta EE, so please do NOT create a new issue for that.
10-
To follow the status of that, please see GitHub Discussion https://github.com/ESAPI/esapi-java-legacy/discussions/768.
118

12-
**Describe the bug**
9+
[**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.]
10+
11+
#### Describe the bug
1312
A clear and concise description of what the bug is.
1413

15-
**Specify what ESAPI version(s) you are experiencing this bug in**
16-
This is especially important if it is not the latest version of ESAPI.
14+
#### Specify what ESAPI version(s) you are experiencing this bug in
15+
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.
1716

18-
**To Reproduce**
17+
#### To Reproduce
1918
List the steps to reproduce the behavior or (ideally) attach a small JUnit test to reproduce the problem. Please _be specific_.
2019
1. Go to '...'
2120
2. Click on '....'
2221
3. Scroll down to '....'
2322
4. See error
23+
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.)
2424

25-
**Expected behavior**
25+
#### Expected behavior
2626
A clear and concise description of what you expected to happen.
2727

28-
**Screenshots**
28+
#### Screenshots
2929
If applicable, add screenshots to help explain your problem.
3030
[**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".
3131
Please delete any irrelevant portion of this template before submitting your GitHub issue. Thanks.]
3232

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

38-
**Additional context**
38+
#### Additional context
3939
Add any other context about the problem here.
4040
If known, please select the label corresponding to the affected ESAPI component.

.github/ISSUE_TEMPLATE/enhancement-request.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,18 @@ about: Suggest an enhancment for this project
44
title: ''
55
labels: enhancement
66
assignees: ''
7-
87
---
98

10-
[**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.
11-
Please delete any irrelevant portion of this template before submitting your GitHub issue. Thanks.]
9+
[**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.]
1210

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

16-
**Describe the solution you'd like**
14+
#### Describe the solution you'd like
1715
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.
1816

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

22-
**Additional context**
20+
#### Additional context
2321
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)