mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Add issue template chooser and mention discourse in bug report template
This commit is contained in:
parent
9b9dc659dd
commit
859f9c797c
2 changed files with 15 additions and 0 deletions
10
.github/ISSUE_TEMPLATE/bug_report.md
vendored
10
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
|
@ -7,6 +7,16 @@ assignees: ''
|
|||
|
||||
---
|
||||
|
||||
<!--
|
||||
If you are a user of OpenMC and are running into trouble with the code or are
|
||||
seeking general user support, we highly recommend posting on the OpenMC
|
||||
discourse forum first. GitHub issues should be used specifically for bug reports
|
||||
and feature requests.
|
||||
|
||||
https://openmc.discourse.group/
|
||||
|
||||
-->
|
||||
|
||||
## Bug Description
|
||||
<!--A clear and concise description of the problem (Note: A missing feature is not a bug).-->
|
||||
|
||||
|
|
|
|||
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
blank_issues_enabled: true
|
||||
contact_links:
|
||||
- name: Troubleshooting and User Support
|
||||
url: https://openmc.discourse.group/
|
||||
about: For user support and troubleshooting, please use our Discourse forum
|
||||
Loading…
Add table
Add a link
Reference in a new issue