From 437318f611a28b1f0c8dcd87fb2208e3b311c1bb Mon Sep 17 00:00:00 2001 From: Tom Bendall Date: Sun, 11 Aug 2024 18:38:19 +0100 Subject: [PATCH] update template --- .github/pull_request_template.md | 5 ++++- README.md | 19 ++++++++++++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index fe8a43c..3b83cb6 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -17,7 +17,10 @@ the repository: # Add or update a plotting script Here is a checklist of things that should be done to add a new plotting script to the repository: -- [ ] The plotting script has been prepared from the template in `templates/template_plot.py` +- [ ] The plotting script has been prepared from the template in `templates/template_plot.py` or another acceptable plotting script +- [ ] The plot follows the Good Plot Guide in [`tomplot/good_plot_guide.md`](https://github.com/tommbendall/tomplot/blob/main/good_plot_guide.md) +- [ ] Relevant initial and final fields are plotted +- [ ] The figures produced have been added to the repository