Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
dewmal authored Aug 15, 2024
1 parent 8b4f6b0 commit 759f6f1
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

## Issue Type
- [ ] Bug Report
- [ ] Feature Request
- [ ] Documentation Improvement
- [ ] Other (please specify)

## Description
Please provide a clear and concise description of the issue or feature request.

## For Bug Reports
### Steps to Reproduce
1.
2.
3.

### Expected Behavior
What did you expect to happen?

### Actual Behavior
What actually happened?

### Environment
- Ceylon Version:
- Python Version:
- Operating System:
- Any relevant dependencies or tools:

### Additional Context
Add any other context about the problem here. If applicable, add screenshots to help explain your problem.

## For Feature Requests
### Use Case
Please describe the use case for this feature. How would it benefit Ceylon users?

### Proposed Solution
If you have any ideas on how this feature could be implemented, please share them here.

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

## For Documentation Improvements
### Which Document
Please specify which document needs improvement.

### Suggested Changes
Please describe what changes or additions you'd like to see in the documentation.

## Additional Information
Add any other information about the issue here.

0 comments on commit 759f6f1

Please sign in to comment.