diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 4f2d16bc..a7005133 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 35b0ca4e..53d7f754 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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.