From 9b1f9cd7d9ed4b8acde9b8ec16bc794a11e5ff42 Mon Sep 17 00:00:00 2001 From: Glavin Wiechert Date: Thu, 18 Feb 2016 17:29:19 -0400 Subject: [PATCH] Create ISSUE_TEMPLATE.md --- ISSUE_TEMPLATE.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..ff8218c --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,40 @@ +### Description + +The results of beautification are not what I expect. + +### Expected Results + +The beautified code should have looked like: + +``` + +``` + +### Steps to Reproduce + +1. Add code to Atom editor +2. Run command `Atom Beautify: Beautify Editor` +3. This beautified code does not look right! + +### Debug + +Here is a link to the `debug.md` Gist: https://gist.github.com/... + +#### How to create `debug.md` Gist + +Note that this will include a copy of your code. +If your code is private, please create a different sample of code that reproduces the problem. + +1. In the Atom [command-palette](https://atom.io/packages/command-palette), +search for and run the command `Atom Beautify: Help Debug Editor`. +The debugging results will be copied to your clipboard. +2. Create a new Gist at https://gist.github.com/ +3. Create a file in your new Gist called `debug.md`. +4. Paste your debugging results from Atom beautify into `debug.md` file in your Gist. +5. Add a link to your Gist in your new Issue. + +# Checklist + +- [ ] Searched for existing Atom Beautify Issues at https://github.com/Glavin001/atom-beautify/issues +so I know this is not a duplicate issue +- [ ] Generated debugging information and added link for `debug.md` Gist to this issue