Skip to content

Commit

Permalink
chore: Include pizza cli specific issue templates (#88)
Browse files Browse the repository at this point in the history
Signed-off-by: John McBride <[email protected]>
  • Loading branch information
jpmcb authored Aug 26, 2024
1 parent 7ddd4b9 commit e55cd08
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
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.

0 comments on commit e55cd08

Please sign in to comment.