Skip to content

GitHub: add basic issue templates #183

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

Merged
merged 1 commit into from
Mar 27, 2025
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
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/10-bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Bug report
about: Use this template for reporting a bug related to building the documentation.
title: ''
labels: bug
assignees: ''

---

## Platform
<!-- Name and version of OS -->

# Issue

## Failure

## Steps to reproduce
<!-- A description of how to trigger this bug. -->

## Configuration

## Input and output logs (if possible)
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/20-documentation-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Documentation issue
about: Use this template for reporting an issue in the documentation.
title: ''
labels: 'documentation'
assignees: ''

---

## Incorrect section
<!-- Which section of the documentation is wrong? Please include a link to it, if that is possible. -->

## Description of the problem
<!-- Which statements of the documentation are inaccurate? -->

## Proposed solution
<!-- What do you think the correction should be? -->
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/30-feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Use this template for raising a feature request.
title: ''
labels: 'enhancement'
assignees: ''

---

## Description of the problem
<!-- Is your feature request related to a problem? Please describe. Ex. I'm always frustrated when [...] -->

## Proposed solution
<!-- Describe the solution you'd like. -->

## Alternatives
<!-- Describe any alternative solutions or features you've considered. -->

## Additional context
<!-- Add any other context or screenshots about the feature request here. -->