Skip to content
This repository was archived by the owner on May 14, 2020. It is now read-only.

Commit aec3f39

Browse files
fgschdune73
authored andcommitted
Move the help and support link to contacts (#1647)
While here rename to ensure they are presented in the right order and minor cosmetics.
1 parent d33d107 commit aec3f39

File tree

5 files changed

+9
-13
lines changed

5 files changed

+9
-13
lines changed

.github/ISSUE_TEMPLATE/false-positive.md renamed to .github/ISSUE_TEMPLATE/01_false-positive.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ labels: 'False Positive'
66
assignees: ''
77
---
88

9-
<!-- For help and support please go to Stack Exchange: -->
10-
<!-- https://security.stackexchange.com/questions/tagged/owasp-crs -->
11-
129
### Description
1310

1411
<!-- Please provide a copy of the audit log entry. You can usually -->

.github/ISSUE_TEMPLATE/false-negative.md renamed to .github/ISSUE_TEMPLATE/02_false-negative.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ labels: 'False Negative - Evasion'
66
assignees: ''
77
---
88

9-
<!-- For help and support please go to Stack Exchange: -->
10-
<!-- https://security.stackexchange.com/questions/tagged/owasp-crs -->
11-
129
### Description
1310

1411
<!-- Please provide the payload you are sending. For complex payloads -->

.github/ISSUE_TEMPLATE/bug-report.md renamed to .github/ISSUE_TEMPLATE/03_bug-report.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ labels: 'Bug'
66
assignees: ''
77
---
88

9-
<!-- For help and support please go to Stack Exchange: -->
10-
<!-- https://security.stackexchange.com/questions/tagged/owasp-crs -->
11-
129
### Describe the bug
1310

1411
<!-- A clear and concise description of what the bug is. -->

.github/ISSUE_TEMPLATE/feature.md renamed to .github/ISSUE_TEMPLATE/04_feature.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
---
2-
name: '💡 Feature request'
2+
name: '🚀 Feature request'
33
about: Suggest an idea for this project
44
title: ''
55
labels: 'Feature Request'
66
assignees: ''
77
---
88

9-
<!-- For help and support please go to Stack Exchange: -->
10-
<!-- https://security.stackexchange.com/questions/tagged/owasp-crs -->
11-
129
### Motivation
1310

1411
<!-- A clear and concise description of what the motivation for the -->

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Help and support
4+
url: https://security.stackexchange.com/questions/tagged/owasp-crs
5+
about: For help and support please go here.
6+
- name: OWASP Core Rule Set mailing list
7+
url: https://groups.google.com/a/owasp.org/forum/#!forum/modsecurity-core-rule-set-project
8+
about: Ask general usage questions and participate in discussions on the CRS.

0 commit comments

Comments
 (0)