From 7d90770f8ecf60f24961853ec85d3d8f52233ef8 Mon Sep 17 00:00:00 2001 From: Clement Sam Date: Wed, 22 Sep 2021 14:49:51 +0000 Subject: [PATCH] .github: add issue templates Is this a good idea? Change-Id: I0e36bcbd1aea1d20c0b55ce8856c607a8c775e61 --- .github/ISSUE_TEMPLATE/bug_report.md | 71 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 8 +++ .github/ISSUE_TEMPLATE/feature_request.md | 22 +++++++ .github/SECURITY.md | 3 + 4 files changed, 104 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/SECURITY.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..59e7ad37b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,71 @@ +--- +name: "\U0001F41B Bug report" +about: Bugs encountered while using Storj DCS or running a storage node. +title: '' +labels: Bug +assignees: '' +--- + + + +**Description** + + + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Steps to reproduce the issue:** + + + +1. +2. +3. + +**Describe the results you expected:** + + +**Describe the results you received:** + + +**Possible Fix** + + +**Additional information you deem important (e.g. issue happens only occasionally):** + + +**Logs:** + +``` +(paste your logs here) +``` + +**Your environment** + +- Operating system and version: +- Additional environment details (Raspberry PI, Docker, VMWare, etc.): \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..d14ef72ea --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: true +contact_links: + - name: Ask a general question or open a discussion + about: For general-purpose questions and answers, please check out the Storj community forum. + url: https://forum.storj.io + - name: For general Support + about: Please file a ticket at our support page + url: https://support.storj.io/ \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..c6fba1510 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,22 @@ +--- +name: "⭐ Feature request" +about: Suggest an idea for this project, or a problem you'd like to solve +title: '' +labels: Enhancement +assignees: '' +--- + +**Describe the feature or problem you'd like to solve** + + +**Propose a Solution** + + +**Additional context** + \ No newline at end of file diff --git a/.github/SECURITY.md b/.github/SECURITY.md new file mode 100644 index 000000000..4b614daa9 --- /dev/null +++ b/.github/SECURITY.md @@ -0,0 +1,3 @@ +If you believe you've found a security vulnerability, please send your report to security-reports@storj.io. + +We greatly value security, and we may publicly thank you for your report, although we keep your name confidential if you request it. \ No newline at end of file