-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |