atom-beautify/ISSUE_TEMPLATE.md

50 lines
1.1 KiB
Markdown
Raw Normal View History

# Description
2016-02-18 14:29:19 -07:00
The results of beautification are not what I expect.
# Input Before Beautification
2016-02-18 14:29:19 -07:00
This is what the code looked like before:
2016-02-18 14:29:19 -07:00
```
<INSERT CODE HERE>
```
# Expected Output
The beautified code should have looked like this:
```
<INSERT CODE HERE>
```
# Actual Output
The beautified code actually looked like this:
```
<INSERT CODE HERE>
```
# Steps to Reproduce
2016-02-18 14:29:19 -07:00
1. Add code to Atom editor
2. Run command `Atom Beautify: Beautify Editor`
3. This beautified code does not look right!
# Debug
2016-02-18 14:29:19 -07:00
Here is a link to the `debug.md` Gist: <INSERT GIST HERE>
2016-02-18 14:29:19 -07:00
# Checklist
I have:
- [ ] Tried uninstalling and reinstalling Atom Beautify to ensure it installed properly
- [ ] Reloaded (or restarted) Atom to ensure it is not a caching issue
- [ ] Searched through existing Atom Beautify Issues at https://github.com/Glavin001/atom-beautify/issues
2016-02-18 14:29:19 -07:00
so I know this is not a duplicate issue
- [ ] Filled out the Input, Expected, and Actual sections above or have edited/removed them in a way that fully describes the issue.
2016-02-18 14:29:19 -07:00
- [ ] Generated debugging information and added link for `debug.md` Gist to this issue