Skip to content

Commit adcd9cc

Browse files
authored
Merge pull request #11 from LP1012/figure-template
Add figure issue template
2 parents 431d0d1 + 05c3c4d commit adcd9cc

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/figure.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: Figure
3+
about: Create a figure for use in LaTeX
4+
title: '[Figure] '
5+
labels: 'Status:1-New, Type:Feature'
6+
assignees: ''
7+
8+
---
9+
# Description
10+
<!-- Describe the figure. What is the image intended to show? -->
11+
12+
# Method
13+
<!-- How will the figure be produced? ex. TikZ, Python -->
14+
**Program:**
15+
16+
<!-- Include any additional notes that may be useful for a developer. -->
17+
18+
19+
# How can this issue be closed?
20+
Issue can be closed when the following criteria has been met:
21+
- [ ] Figure is completely modular and all files necessary for generation and inclusion are confined to a single file or directory.
22+
- [ ] Includes a caption that is standalone and ends with correct punctuation.
23+
- [ ] Includes a legend (if needed).
24+
- [ ] All text in the figure is large enough to be easily read.
25+
- [ ] Has a label (use `\label{}`)
26+
- [ ] Are your color choices appropriate for [adequate accessibility](https://cran.r-project.org/web/packages/viridis/vignettes/intro-to-viridis.html#the-color-scales)?

0 commit comments

Comments
 (0)