Skip to content
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
19 changes: 11 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,22 @@ about: Create a bug report to help us improve
title: ''
labels: bug
assignees: ''

---

**Description**
# Description

A clear description of what the bug is.

**Instructions to reproduce the bug**
# Instructions to reproduce the bug

A clear explanation of how to reproduce the bug.

**Environment information:**
- Lean version: [e.g., 4.26.0 or N/A]
- Rocq version: [e.g., 9.0.0 or N/A]
- OS: [e.g., macOS Tahoe 26.4]
# Environment information:

- Lean version: [e.g., 4.26.0 or N/A]
- Rocq version: [e.g., 9.0.0 or N/A]
- OS: [e.g., macOS Tahoe 26.4]

# Additional context

**Additional context**
Add any other context about the problem here.
10 changes: 6 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ about: Suggest an idea for a new feature
title: ''
labels: enhancement
assignees: ''

---

**Description**
# Description

A clear description of what you want to happen.

**Alternatives considered**
# Alternatives considered

A clear description of any alternative solutions or features you've considered.

**Additional context**
# Additional context

Add any other context about the feature request here.