Skip to content

Commit 27c7d83

Browse files
chore: align issue templates across repositories (#586) (#587)
1 parent 1f24a5d commit 27c7d83

4 files changed

Lines changed: 22 additions & 4 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Bug report
3-
about: Create a bug report to help us improve
3+
about: Create a bug report to help us improve OpenCTI
44
title: 'fix: '
55
labels: needs triage, bug
66
assignees: ''
@@ -15,7 +15,7 @@ type: bug
1515
## Environment
1616

1717
1. OS: { e.g. macOS 14, Windows 11, Ubuntu 22.04, etc. }
18-
2. Version: { e.g. 1.0.0 }
18+
2. Version: { e.g. 1.2.3 }
1919
3. Other environment details:
2020

2121
## Reproducible steps

.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: true
2+
contact_links:
3+
- name: Report a security vulnerability
4+
url: https://github.com/OpenCTI-Platform/docker/security/policy
5+
about: Please review our security policy and report vulnerabilities privately and responsibly.
6+
- name: Filigran community Slack
7+
url: https://community.filigran.io
8+
about: Ask questions and chat with the Filigran community.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Feature request
3-
about: Suggest a new feature or capability
3+
about: Suggest a new feature or capability for OpenCTI
44
title: 'feat: '
55
labels: needs triage, feature
66
assignees: ''
@@ -23,3 +23,7 @@ type: feature
2323
## Additional information
2424

2525
<!-- Any additional information, including logs or screenshots if you have any. -->
26+
27+
## If the feature request is approved, would you be willing to submit a PR?
28+
29+
Yes / No (help can be provided if you need assistance submitting a PR)

.github/ISSUE_TEMPLATE/question.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Question
3-
about: Ask a question about the project
3+
about: Ask a question about OpenCTI
44
title: ''
55
labels: needs triage, question
66
assignees: ''
@@ -17,6 +17,12 @@ assignees: ''
1717

1818
<!-- Please provide a clear and concise description of your question. -->
1919

20+
## Environment
21+
22+
1. OS: { e.g. macOS 14, Windows 11, Ubuntu 22.04, etc. }
23+
2. Version: { e.g. 1.2.3 }
24+
3. Other environment details:
25+
2026
## Additional information
2127

2228
<!-- Any additional information, including logs or screenshots if you have any. -->

0 commit comments

Comments
 (0)