From 14161c89f2eb43265747b00b8735c59d5e378577 Mon Sep 17 00:00:00 2001 From: Liam Pohlmann Date: Tue, 13 Jan 2026 11:08:55 -0600 Subject: [PATCH 1/6] add figure issue template --- .github/ISSUE_TEMPLATE/figure.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/figure.md diff --git a/.github/ISSUE_TEMPLATE/figure.md b/.github/ISSUE_TEMPLATE/figure.md new file mode 100644 index 0000000..0d7d7c6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/figure.md @@ -0,0 +1,25 @@ +--- +name: Figure +about: Create a figure for use in LaTeX +title: '[Figure] ' +labels: 'Status:1-New, Type:Feature' +assignees: '' + +--- +# Description + + +# Method + + + + + +# 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 puncuation. +- [ ] Includes a legend. +- [ ] 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? From 7724b403ce1e8340ec3008e86d066afad67e1d9b Mon Sep 17 00:00:00 2001 From: Liam Pohlmann Date: Tue, 13 Jan 2026 11:46:34 -0600 Subject: [PATCH 2/6] add program specification --- .github/ISSUE_TEMPLATE/figure.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/figure.md b/.github/ISSUE_TEMPLATE/figure.md index 0d7d7c6..e85d460 100644 --- a/.github/ISSUE_TEMPLATE/figure.md +++ b/.github/ISSUE_TEMPLATE/figure.md @@ -11,6 +11,7 @@ assignees: '' # Method +**Program:** From 4e124aa6f2343b74b8fe5d80dc95d66416ce2527 Mon Sep 17 00:00:00 2001 From: Liam Pohlmann Date: Tue, 13 Jan 2026 12:09:15 -0600 Subject: [PATCH 3/6] fix spelling --- .github/ISSUE_TEMPLATE/figure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/figure.md b/.github/ISSUE_TEMPLATE/figure.md index e85d460..4b0de1f 100644 --- a/.github/ISSUE_TEMPLATE/figure.md +++ b/.github/ISSUE_TEMPLATE/figure.md @@ -19,7 +19,7 @@ assignees: '' # 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 puncuation. +- [ ] Includes a caption that is standalone and ends with correct punctuation. - [ ] Includes a legend. - [ ] All text in the figure is large enough to be easily read. - [ ] Has a label (use `\label{}`) From b32d7b3d116bb7efe12aef623d10f67e29864c92 Mon Sep 17 00:00:00 2001 From: Liam Pohlmann <118499715+LP1012@users.noreply.github.com> Date: Wed, 14 Jan 2026 17:20:40 -0600 Subject: [PATCH 4/6] Update .github/ISSUE_TEMPLATE/figure.md Co-authored-by: Zoe <39283555+ZoeRichter@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/figure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/figure.md b/.github/ISSUE_TEMPLATE/figure.md index 4b0de1f..c9bb20b 100644 --- a/.github/ISSUE_TEMPLATE/figure.md +++ b/.github/ISSUE_TEMPLATE/figure.md @@ -7,7 +7,7 @@ assignees: '' --- # Description - + # Method From 4af2634ec81a4bc585123c56af3d143e478bb365 Mon Sep 17 00:00:00 2001 From: Liam Pohlmann <118499715+LP1012@users.noreply.github.com> Date: Wed, 14 Jan 2026 17:21:07 -0600 Subject: [PATCH 5/6] Update .github/ISSUE_TEMPLATE/figure.md Co-authored-by: Zoe <39283555+ZoeRichter@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/figure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/figure.md b/.github/ISSUE_TEMPLATE/figure.md index c9bb20b..cb646ec 100644 --- a/.github/ISSUE_TEMPLATE/figure.md +++ b/.github/ISSUE_TEMPLATE/figure.md @@ -23,4 +23,4 @@ Issue can be closed when the following criteria has been met: - [ ] Includes a legend. - [ ] 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? +- [ ] Are your color choices appropriate for [adequate accessibility](https://cran.r-project.org/web/packages/viridis/vignettes/intro-to-viridis.html#the-color-scales)? From 05c3c4d54fa871f0b4d2ae1984a4dbae0245a0d7 Mon Sep 17 00:00:00 2001 From: Liam Pohlmann <118499715+LP1012@users.noreply.github.com> Date: Wed, 14 Jan 2026 17:22:41 -0600 Subject: [PATCH 6/6] Update .github/ISSUE_TEMPLATE/figure.md Co-authored-by: LukeSeifert <44068471+LukeSeifert@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/figure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/figure.md b/.github/ISSUE_TEMPLATE/figure.md index cb646ec..68cf9d3 100644 --- a/.github/ISSUE_TEMPLATE/figure.md +++ b/.github/ISSUE_TEMPLATE/figure.md @@ -20,7 +20,7 @@ assignees: '' 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. +- [ ] 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)?