Skip to content

Instantly share code, notes, and snippets.

@sallain
Last active September 4, 2020 18:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sallain/5a7c54d256ab17eb04a202332594798e to your computer and use it in GitHub Desktop.
Save sallain/5a7c54d256ab17eb04a202332594798e to your computer and use it in GitHub Desktop.
Templating information for creating markdown issue templates. Row separator and suffix can be left blank.
---
name: Testing checklist template
about: Use this template to create an issue for regression testing
---
## {{cells["Functional Area"].value}}
### {{cells["ID"].value}}
**Severity**: {{cells["Severity"].value}}
**Current coverage in AMAUAT**: {{cells["Current Coverage in AMAUAT"].value}}
**AMAUAT tests**: {{cells["AMAUAT test"].value}}
**External tools**: {{cells["External tools"].value}}
{{cells["Feature"].value}}
{{cells["Then"].value}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment