-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(issue-templates): update issue templates to new format
- Loading branch information
Showing
6 changed files
with
98 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters