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

Adding GH Issue Templates #97

Merged
merged 8 commits into from
Sep 3, 2024
Merged
Show file tree
Hide file tree
Changes from 6 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
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
name: 🐛 Bug Report
description: File a bug report for mesa-frames
title: "[Bug]: "
labels: ["triage", "bug"]
assignees: []
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report! 🙏
Please provide as much detail as possible to help us address the issue.

Use the following suggested headers to structure your bug report.
Feel free to modify or add sections as needed to best communicate the issue.

## 📝 Description
[Provide a clear and concise description of the bug]

## 🔄 Steps to Reproduce
[Provide a minimal code example that reproduces the error]
adamamer20 marked this conversation as resolved.
Show resolved Hide resolved
```python
# Your code here
```

## 🎯 Expected Behavior
[What did you expect to happen?]

## 🚨 Actual Behavior
[What actually happened? Include any error messages or unexpected output]

## 🖥️ Environment Information
Python version:
Operating System:

Relevant packages (output of `pip list` or the specific packages related to this issue):
```
# Paste your pip list output or relevant package versions here
```

## 📊 Relevant log output
```
# Paste any relevant log output here
```

## ➕ Additional Context
[Add any other context about the problem here]
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: ✨ Feature Request
description: Suggest a feature for mesa-frames
title: "[Feature]: "
labels: ["triage", "feature"]
assignees: []
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this feature request! 🙏
We appreciate your ideas to improve our project.

Please use the following suggested headers to structure your feature request.
Feel free to modify or add sections as needed to best communicate your idea.

## 🤔 Problem Description
[Is your feature request related to a problem? Please provide a clear and concise description of what the problem is.]

## 💡 Proposed Solution
[Describe the solution you'd like. What do you want to happen?]

## 🔄 Alternatives Considered
[Have you considered any alternative solutions or features? If so, please describe them.]

## 🚀 Priority
adamamer20 marked this conversation as resolved.
Show resolved Hide resolved
[How important is this feature to you? Low/Medium/High]

## ➕ Additional Context
[Add any other context, screenshots, or examples about the feature request here.]