Skip to content
Merged
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
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/figure.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Figure
about: Create a figure for use in LaTeX
title: '[Figure] '
labels: 'Status:1-New, Type:Feature'
assignees: ''

---
# Description
<!-- Describe the figure. What is the image intended to show? -->

# Method
<!-- How will the figure be produced? ex. TikZ, Python -->
**Program:**

<!-- Include any additional notes that may be useful for a developer. -->


# How can this issue be closed?
Issue can be closed when the following criteria has been met:
- [ ] Figure is completely modular and all files necessary for generation and inclusion are confined to a single file or directory.
- [ ] Includes a caption that is standalone and ends with correct punctuation.
- [ ] Includes a legend (if needed).
- [ ] All text in the figure is large enough to be easily read.
- [ ] Has a label (use `\label{}`)
- [ ] Are your color choices appropriate for [adequate accessibility](https://cran.r-project.org/web/packages/viridis/vignettes/intro-to-viridis.html#the-color-scales)?