diff options
author | Jason Wray <jason@mapbox.com> | 2016-03-30 20:08:39 -0400 |
---|---|---|
committer | Jason Wray <jason@mapbox.com> | 2016-03-31 15:45:51 -0400 |
commit | 35cb8849cca6664652bc78301d68523e7d52b631 (patch) | |
tree | c42d1d6d2e9ad39ac17f2cb8c43d3c0b575f45a8 /ISSUE_TEMPLATE.md | |
parent | 415ea295c512c52731a98b4a83ec804434ff0d25 (diff) | |
download | qtlocation-mapboxgl-35cb8849cca6664652bc78301d68523e7d52b631.tar.gz |
Add GitHub issue template!
Closes #4542. Cribbed from https://github.com/mapbox/mapbox-gl-js/blob/7b61aa9888bd98c3b6be0a9150225a1871fdae31/ISSUE_TEMPLATE.md
Diffstat (limited to 'ISSUE_TEMPLATE.md')
-rw-r--r-- | ISSUE_TEMPLATE.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..0a334860bf --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,20 @@ +<!-- +Hello and thanks for contributing! To help us diagnose your problem quickly, please: + + - Include a minimal demonstration of the bug, including code, logs, and screenshots. + - Ensure you can reproduce the bug using the latest release. + - Only post to report a bug or request a feature; direct all other questions to: https://stackoverflow.com/questions/tagged/mapbox +--> + +**Platform:** +**Mapbox SDK version:** + +### Steps to trigger behavior + + 1. + 2. + 3. + +### Expected behavior + +### Actual behavior |