diff options
| author | lempamo <[email protected]> | 2018-02-22 12:00:07 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-02-22 12:00:07 -0500 |
| commit | 045353d91743f087170a770cb0ec090b1da3d57d (patch) | |
| tree | 5dd06e75b2a88a5dc9104118f813c6ccaf05e71e | |
| parent | 2a320c74a9dc4c00337ef0b471fa669388fae378 (diff) | |
| parent | d3c205538bd8b7ee88fb182fa5aeb723372663df (diff) | |
| download | histacom2-045353d91743f087170a770cb0ec090b1da3d57d.tar.gz histacom2-045353d91743f087170a770cb0ec090b1da3d57d.tar.bz2 histacom2-045353d91743f087170a770cb0ec090b1da3d57d.zip | |
Merge pull request #195 from jtsshieh/patch-3
Create ISSUE_TEMPLATE
| -rw-r--r-- | ISSUE_TEMPLATE | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/ISSUE_TEMPLATE b/ISSUE_TEMPLATE new file mode 100644 index 0000000..97ba0be --- /dev/null +++ b/ISSUE_TEMPLATE @@ -0,0 +1,32 @@ +### Part + +Which part broke or is not behaving properly? (ex. Start Menu, Windows 98) + +### Expected behavior + +Write here what you're expecting ... + +### Actual behavior + +Write here what happens instead ... + + +### Screenshots (if applicable) + + + +### Steps to reproduce: + +Please create a reproducible case of your problem. Make sure +that case repeats consistently and it's not random +1. +2. +3. + +### Histacom version + + + +### .NET Framework version (if applicable) + + |
