stasis/.github/ISSUE_TEMPLATE.md
2019-06-25 16:12:40 -04:00

42 lines
518 B
Markdown

This template is a guideline, not a strict requirement.
- **Version**: 0.5
- **Integration**: IntelliJ
- **Configuration**:
```
maxColumn = 100
```
## Steps
Given code like this:
```scala
ORIGINAL CODE
```
When I use stasis like this:
```java
THE API CALLS I USED IN CONTEXT
```
## Problem
Stasis does the following:
```scala
OUTPUT FROM RUNNING THE EXAMPLE CODE
```
## Expectation
While I expected stasis to:
```scala
EXPECTED FORMATTING OUTPUT
```
## Workaround
I've found that by...
## Notes
See also..