diff --git a/.github/ISSUE_TEMPLATE/how-to.md b/.github/ISSUE_TEMPLATE/how-to.md new file mode 100644 index 0000000..1249828 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/how-to.md @@ -0,0 +1,15 @@ +--- +name: How-To +about: This module is robust. I'll help you navigate the possibilities and determine + if it can do what you want +title: '' +labels: help wanted, question +assignees: '' + +--- + +**Objective** +- With the `hurdat2parser` module, what are you wanting to do? What are you trying to achieve? + +**Things I've Tried** +- What have you tried thus far to reach the objective? Include code fragments that may be helpful.