Commit 8839fe67 authored by Kristin's avatar Kristin
Browse files

Merge branch 'dev' of github.com:USGS-Astrogeology/ISIS3 into virtis

parents ecf48f9f f81ecf74
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. -->
+11 −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!
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ print.prt
*/tsts/*/output/*
*/build/
build/
*/install/
install/

# Created by https://www.gitignore.io/api/macos
# Edit at https://www.gitignore.io/?templates=macos
Loading