mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Add issue templates
This commit is contained in:
parent
c123ce0fa0
commit
658e2f0e4a
3 changed files with 48 additions and 0 deletions
19
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
19
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Report a bug that is preventing proper operation
|
||||
title: ''
|
||||
labels: Bugs
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
## Bug Description
|
||||
<!--A clear and concise description of the problem (Note: A missing feature is not a bug).-->
|
||||
|
||||
|
||||
## Steps to Reproduce
|
||||
<!--Steps to reproduce the behavior (input file, or modifications to an existing input file, etc.)-->
|
||||
|
||||
|
||||
## Environment
|
||||
<!--Operating system, OpenMC version, how OpenMC was installed, nuclear data being used, etc.-->
|
||||
10
.github/ISSUE_TEMPLATE/documentation-improvement.md
vendored
Normal file
10
.github/ISSUE_TEMPLATE/documentation-improvement.md
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
name: Documentation improvement
|
||||
about: Found something incomplete or incorrect in our documentation?
|
||||
title: ''
|
||||
labels: Documentation
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!--Describe the issue with the documentation and include a URL to the corresponding page-->
|
||||
19
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
19
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
name: Feature request
|
||||
about: Suggest a new feature or enhancement to existing capabilities
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
## Description
|
||||
<!--What is the feature or enhancement?-->
|
||||
|
||||
|
||||
## Alternatives
|
||||
<!--If alternative solutions have been considered, describe them here and the reasoning for the chosen solution --->
|
||||
|
||||
|
||||
## Compatibility
|
||||
<!--Will the enhancement change existing APIs or add something new?-->
|
||||
Loading…
Add table
Add a link
Reference in a new issue