Skip to content

Commit

Permalink
docs(issue-templates): update issue templates to new format
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewhrit committed Aug 20, 2024
1 parent f10293c commit 44b5068
Show file tree
Hide file tree
Showing 6 changed files with 98 additions and 57 deletions.
48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.yml
Original file line number Diff line number Diff line change
@@ -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
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/DOCS_REPORT.yml
Original file line number Diff line number Diff line change
@@ -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
32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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
24 changes: 0 additions & 24 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <hello@spaceb.in>. 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 (<hello@spaceb.in>) 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

Expand Down

0 comments on commit 44b5068

Please sign in to comment.