diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b18c1695..9ee1e477 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,6 @@ --- name: Bug report -about: Create a bug report to help us improve +about: Create a bug report to help us improve OpenCTI title: 'fix: ' labels: needs triage, bug assignees: '' @@ -15,7 +15,7 @@ type: bug ## Environment 1. OS: { e.g. macOS 14, Windows 11, Ubuntu 22.04, etc. } -2. Version: { e.g. 1.0.0 } +2. Version: { e.g. 1.2.3 } 3. Other environment details: ## Reproducible steps diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..ebfe99e2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: true +contact_links: + - name: Report a security vulnerability + url: https://github.com/OpenCTI-Platform/docker/security/policy + about: Please review our security policy and report vulnerabilities privately and responsibly. + - name: Filigran community Slack + url: https://community.filigran.io + about: Ask questions and chat with the Filigran community. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 6ed268d8..af164fe5 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,6 @@ --- name: Feature request -about: Suggest a new feature or capability +about: Suggest a new feature or capability for OpenCTI title: 'feat: ' labels: needs triage, feature assignees: '' @@ -23,3 +23,7 @@ type: feature ## Additional information + +## If the feature request is approved, would you be willing to submit a PR? + +Yes / No (help can be provided if you need assistance submitting a PR) diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index c3668ad4..97cfc399 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,6 +1,6 @@ --- name: Question -about: Ask a question about the project +about: Ask a question about OpenCTI title: '' labels: needs triage, question assignees: '' @@ -17,6 +17,12 @@ assignees: '' +## Environment + +1. OS: { e.g. macOS 14, Windows 11, Ubuntu 22.04, etc. } +2. Version: { e.g. 1.2.3 } +3. Other environment details: + ## Additional information