Skip to content

Commit

Permalink
feat: add bug report issue and feature request
Browse files Browse the repository at this point in the history
  • Loading branch information
choir241 committed Aug 7, 2024
1 parent 637b01f commit 6a6b0e2
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 9 deletions.
4 changes: 0 additions & 4 deletions .github/ISSUE_TEMPLATE/blank_issue.md

This file was deleted.

65 changes: 65 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
name: Bug Report
description: File a bug report to help us improve
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: dropdown
id: software
attributes:
label: Software
description: What software are you referring to?
multiple: true
options:
- Desktop Application
- Pieces OS
- Web Extension
- VS Code
- JetBrains
- Obsidian
- Visual Studio
- JupyterLab
- Microsoft Teams
- Sharing Web App
- Marketing Site (pieces.app)
- Blog (code.pieces.app/blog)
- Release Notes (code.pieces.app/updates)
default: 0
validations:
required: true
- type: dropdown
id: os
attributes:
label: Operating System / Platform
description: What operating system / platform are you using?
options:
- macOS
- Windows
- Linux
- Web
default: 0
validations:
required: true
- type: input
id: pieces-os-version
attributes:
label: Your Pieces OS Version
description: Add the version of Pieces OS installed in your system
validations:
required: true
- type: checkboxes
id: early_access_program
attributes:
label: Early Access Program
description: Is this issue related to a feature in our Early Access Program?
options:
- label: Yes, this is related to an Early Access Program feature.
- type: textarea
id: description
attributes:
label: Kindly describe the bug and include as much detail as possible on what you were doing so we can reproduce the bug.
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
validations:
required: true
5 changes: 0 additions & 5 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
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.

0 comments on commit 6a6b0e2

Please sign in to comment.