stasis/.github/ISSUE_TEMPLATE.md

43 lines
518 B
Markdown
Raw Normal View History

2019-06-25 20:12:40 +00:00
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..