diff options
Diffstat (limited to 'third_party/python/glean_parser/.github/ISSUE_TEMPLATE.md')
-rw-r--r-- | third_party/python/glean_parser/.github/ISSUE_TEMPLATE.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/third_party/python/glean_parser/.github/ISSUE_TEMPLATE.md b/third_party/python/glean_parser/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..ac2c091d74 --- /dev/null +++ b/third_party/python/glean_parser/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,15 @@ +* Glean Parser version: +* Python version: +* Operating System: + +### Description + +Describe what you were trying to get done. +Tell us what happened, what went wrong, and what you expected to happen. + +### What I Did + +``` +Paste the command(s) you ran and the output. +If there was a crash, please include the traceback here. +``` |