diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml new file mode 100644 index 00000000..58228aa1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -0,0 +1,48 @@ +name: Bug Report +description: Report a bug or issue with Spacebin +title: 'bug: ' +labels: + - 💥 bug +projects: lukewhrit/2 +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + - type: textarea + id: what-happened + attributes: + label: What happened? + description: A clear and concise description of what the bug is and what you expected to happen. + validations: + required: true + - type: textarea + id: reproduction + attributes: + label: Minimum steps to reproduce + description: A step by step guide to reproduce the bug. + validations: + required: true + - type: input + id: version + attributes: + label: Version + description: What version of our software are you running? + validations: + required: true + - type: dropdown + id: browsers + attributes: + label: What browsers are you seeing the problem on? + multiple: true + options: + - Firefox + - Chrome + - Safari + - Microsoft Edge + - type: textarea + id: logs + attributes: + label: Relevant log output + description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. + render: shell diff --git a/.github/ISSUE_TEMPLATE/DOCS_REPORT.yml b/.github/ISSUE_TEMPLATE/DOCS_REPORT.yml new file mode 100644 index 00000000..d9ee4137 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/DOCS_REPORT.yml @@ -0,0 +1,38 @@ +name: Documentation Problem +description: Report a problem with the Spacebin documentation +title: 'docs: ' +labels: + - 📖 documentation +projects: lukewhrit/2 +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this report! + - type: dropdown + id: section + attributes: + label: What section of the documentation is this issue related to? + options: + - Self-hosting with Docker + - Self-hosting manually + - Environment variables + - Using on the web + - Using the CLI + - API + validations: + required: true + - type: textarea + id: problem + attributes: + label: What's the problem? + description: A clear and concise description of what the issue is. + validations: + required: true + - type: checkbox + id: pr + attributes: + label: Are you willing to submit a PR to resolve the problem? + options: + - Yes + - No diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 9f7325e2..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -name: Bug report -about: Something's wrong..? -title: 'bug: ' -labels: '💥 bug' -assignees: '' - ---- - -### Describe the bug - -A clear and concise description of what the bug is... In other words, what happened? - -### To Reproduce - -Steps to reproduce the behavior (What were you doing at the time?): - -1. -2. -3. - -### Expected behavior - -A clear and concise description of what you expected to happen (Essentially, what didn't it do?). - -### Screenshots - -If applicable, attach screenshots to help explain your problem. - -### Additional context - -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..ec214f67 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: false +contact_links: + - name: Feature Requests + url: https://github.com/lukewhrit/spacebin/discussions/new?category=feature-requests + about: Request a new feature for Spacebin + - name: Community Support + url: https://github.com/lukewhrit/spacebin/discussions/new?category=q-a + about: Ask a question or get help from the community with Spacebin + - name: Direct Email + url: mailto:hello@spaceb.in + about: Feel free to email us if you encounter an issue diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 3f10b908..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -name: Feature request -about: What would you like to see in spacebin? -title: 'feat: ' -labels: '☄️ enhancement' -assignees: '' - ---- - -### Is your feature request related to a problem? Please describe - -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -### Describe the solution you'd like - -A clear and concise description of what you want to happen. - -### Describe alternatives you've considered - -A clear and concise description of any alternative solutions or features you've considered. - -### Additional context - -Add any other context or screenshots about the feature request here. diff --git a/README.md b/README.md index b4b00801..93ff26e8 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ A full list of code contributors is available [on Github](https://github.com/luk ## Vulnerabilities -The Spacebin team takes security very seriously. If you detect a vulnerability please contact us: . We request that you hold of on publishing any vulnerabilities until after they've been patched, or at least 60 days have passed since you reported it. +The Spacebin team takes security very seriously. If you detect a vulnerability please contact us via email () or create a vulnerability report via Github. We request that you hold of on publishing any vulnerabilities until after they've been patched, or at least 60 days have passed since you reported it. ## License