Unverified Commit e861e578 authored by jlaura's avatar jlaura Committed by GitHub
Browse files

Adds Issue Templates to Issues (#664)

* Adds issue templates

* Verbage update
parent a085f2d6
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
---
name: 🐛 Bug Report
about: Report errors and problems

---

**ISIS version(s) affected**: x.y.z

**Description**  
<!-- A clear and concise description of the problem. -->

**How to reproduce**  
<!-- Code and/or config needed to reproduce the problem. -->

**Possible Solution**  
<!--- Optional: only if you have suggestions on a fix/reason for the bug -->

**Additional context**  
<!-- Optional: any other context about the problem: log messages, screenshots, etc. -->
+13 −0
Original line number Diff line number Diff line
---
name: 🚀 Feature Request
about: RFC and ideas for new features and improvements

---

**Description**  
<!-- A clear and concise description of the new feature. -->

**Example**  
<!-- A simple example of the new feature in action (include code, links to necessary data, etc.)
     If the new feature changes an existing feature, include a simple before/after comparison. -->
+12 −0
Original line number Diff line number Diff line
---
name: ⛔ Support Question
about: See https://astrodiscuss.usgs.gov for questions about using ISIS3 and other
Astrogeology Science Center software.

---

We use GitHub issues only to discuss about ISIS3 bugs and new features. For
questions about using ISIS3 or other ASC software, please use
any of the support alternatives: https://astrodiscuss.usgs.gov or https://gitter.im/USGS-Astrogeology/IAA

Thanks!
+13 −0
Original line number Diff line number Diff line
---
name: ⛔ Documentation Issue
about: Report issues or problems with documentation.

---

**Description**
<!-- A clear and concise description of the problem. -->

**Suggested Edit**
<!--- Optional: only if you have suggestions on a fix for the documentation -->

Thanks!