diff --git a/.github/ISSUE_TEMPLATE/propose-an-analysis.md b/.github/ISSUE_TEMPLATE/propose-an-analysis.md new file mode 100644 index 000000000..d51375c5d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/propose-an-analysis.md @@ -0,0 +1,50 @@ +--- +name: Propose an analysis +about: Use this issue template to propose a new or modified analysis +title: 'Analysis:' +labels: analysis +--- + + + +#### Please link to the GitHub Discussion for this proposed analysis. + + + + +#### Will this analysis be a new analysis module, or will you be modifying an existing analysis module? + + + + +### Describe the scientific goals of this analysis. + + +### Describe the approach for this analysis in each subsection: + + +#### What method or approach will be used? + + +#### What computational resources will be required? + + +#### What input data are required? + + +### What is the anticipated timeline to complete this analysis? + + +### Additional action items: + + + +- [ ] Assign this issue to the contributor(s) who will perform the analysis +- [ ] Add the relevant label to this issue, either `new-analysis` or `modified-analysis` \ No newline at end of file