diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b18c169..bb37942 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 the Filigran FIPS base image 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 0000000..0db5c68 --- /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/FiligranHQ/docker-python-nodejs-fips/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 6ed268d..c09c5af 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 the Filigran FIPS base image 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 c3668ad..be2aa1a 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 the Filigran FIPS base image 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