Skip to content

Commit

Permalink
Updated issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
Cerovec committed May 3, 2020
1 parent de8ec78 commit 017e0bd
Showing 1 changed file with 15 additions and 17 deletions.
32 changes: 15 additions & 17 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,27 @@
### [READ] Step 1: Are you in the right place?
### Step 1: Are you in the right place?

* For general technical questions, post a question on [StackOverflow](http://stackoverflow.com/)
with BlinkID tag.
* For issues or feature requests related to __the code in this repository__
- For general technical questions, post a question on [StackOverflow](http://stackoverflow.com/)
with `BlinkID` and `Microblink` tags.

- For issues or feature requests related to **the code in this repository**
file a Github issue.
* If this is a __feature request__ make sure the issue title starts with "FR:".
* For help troubleshooting your application that does not fall under one

- For help troubleshooting your application that does not fall under one
of the above categories, reach out to the personalized
[Microblink support](https://help.microblink.com/).

### [REQUIRED] Step 2: Describe your environment
### Step 2: Describe your environment

* Xcode version: _____
* BlinkID SDK version: _____
* What are you trying to scan? _____
- Xcode version:
- BlinkID SDK version:
- What are you trying to scan:

### [REQUIRED] Step 3: Describe the problem
### Step 3: Describe the problem

#### Steps to reproduce:
- What happened? How can we make the problem occur and reproduce? This could be a description, log/console output, etc.

What happened? How can we make the problem occur?
This could be a description, log/console output, etc.
### Step 4: Relevant code

#### Relevant Code:

```
```swift
// TODO(you): code here to reproduce the problem
```

0 comments on commit 017e0bd

Please sign in to comment.