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

[Issue Template] Create beta-bug_report.yaml #509

Merged
merged 1 commit into from
Aug 24, 2023
Merged
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
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/beta-bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: Bug report
description: Create a bug report to help us improve Mojo
title: "[BETA]: "
labels:
- bug
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out a bug report!

Please provide a descriptive title above and fill in the following fields.

- type: textarea
id: Description
attributes:
label: Bug description
description: Describe the bug you encountered and what you expected to happen.
validations:
required: true

- type: textarea
id: Steps
attributes:
label: Steps to reproduce
description: Provide the specific steps to reproduce the issue.
value: |
- Include relevant code snippet that did not work as expected.
- If applicable, add screenshots to help explain the problem.
- Include anything else that might help us debug the issue.
validations:
required: true

- type: textarea
id: Context
attributes:
label: System information
description: Create a new notebook in Mojo Playground, execute the following code, and paste the output back into this text box.
value: |
- What OS did you do install modular CLI/mojo on ?
- Provide version information for Mojo by pasting the output of `mojo -v`
- Provide Modular CLI version by pasting the output of `modular -v`
render: shell