Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Include pizza cli specific issue templates #88

Merged
merged 1 commit into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: 🐛 Bug report
description: Create a bug report to help us improve the OpenSauced CLI 🍕
title: "Bug: "
labels: [👀 needs triage, 🐛 bug, pizza-cli]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
attributes:
label: Steps to reproduce
description: Describe how to reproduce the behavior.
validations:
required: true
- type: markdown
attributes:
value: |
Please include the following

1. System settings
2. Operating system version and special configurations
3. Shell environment (`echo $SHELL`) and version
4. `pizza version` output
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: true
contact_links:
- name: ❓ Ask a question
url: https://github.com/orgs/open-sauced/discussions
about: Ask questions about OpenSauced
- name: 🪿 Security
url: mailto:[email protected]
about: Contact us about security concerns
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: 🚀 Feature request
description: Suggest an idea for the Pizza CLI 💡
title: "Feature: "
labels: [👀 needs triage, 💡 feature, pizza-cli]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this feature request!
- type: textarea
attributes:
label: Suggested solution
description: Describe the solution you'd like.
Loading