Skip to content

Commit

Permalink
Add an issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
karellm authored Mar 5, 2018
1 parent d754a75 commit dacf68b
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
- Is this a bug or a feature request?
- What version are you running (`0.x` or `1.x`)?
- Which runner (cli, gulp...)?

## What I'm trying to do?

*Replace this with a description of what you are trying to do*

## How am I doing it?

*Replace this section with your config file or cli command*

Here is my config file:

```
{
locales: ['en', 'de'],
output: '../locales'
}
```

The command I'm running:

```
i18next ...
```

## What was the result?

*Replace this with a description of the result you are getting*

## What was I expecting?

*Replace this with a description of the result you are expecting*

0 comments on commit dacf68b

Please sign in to comment.