-
Notifications
You must be signed in to change notification settings - Fork 7
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
Jenkins
committed
Sep 30, 2024
1 parent
327f6af
commit fa03b6f
Showing
43 changed files
with
108 additions
and
41 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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
name: Bug Report | ||
about: Create a report to help us improve | ||
title: "[BR] " | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Before Submitting, be sure to** | ||
- [ ] Update to the latest stable version. | ||
- [ ] Read and follow the guides described in the [documentation](https://docs.regulaforensics.com?utm_source=github). | ||
- [ ] Try to reproduce in our demo project. | ||
- [ ] Search for your issue in the existing GitHub issues. | ||
|
||
**Bug Description** | ||
<!--A clear and concise description of what the bug is.--> | ||
|
||
**Steps To Reproduce** | ||
<!-- | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
--> | ||
|
||
**Expected behavior** | ||
<!--A clear and concise description of what you expected to happen.--> | ||
|
||
**Screenshots** | ||
<!--If applicable, add screenshots to help explain your issue.--> | ||
|
||
**Environment:** | ||
- Device: <!--[e.g. iPhone 12]--> | ||
- OS: <!--[e.g. iOS]--> | ||
- OS version: <!--[e.g. 10.0]--> | ||
|
||
**Additional context** | ||
<!--Add any other context about the problem here.--> |
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,5 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Submit a request | ||
- name: Regula Help Center | ||
url: https://support.regulaforensics.com/hc/requests/new?utm_source=github | ||
about: Submit any requests to Regula Support Team | ||
about: Please submit any requests here |
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: Feature Request | ||
about: Suggest an idea for this product | ||
title: "[FR] " | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
<!--A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]--> | ||
|
||
**Describe the solution you'd like** | ||
<!--A clear and concise description of what you want to happen.--> | ||
|
||
**Describe alternatives you've considered** | ||
<!--A clear and concise description of any alternative solutions or features you've considered.--> | ||
|
||
**Additional context** | ||
<!--Add any other context or screenshots about the feature request here.--> |
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
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,27 +1,25 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 16 | ||
VisualStudioVersion = 17.0.31611.283 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DocumentReaderSample", "DocumentReaderSample\DocumentReaderSample.csproj", "{BB066DA3-F2F3-4471-99FD-513C5D97AE91}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{BB066DA3-F2F3-4471-99FD-513C5D97AE91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{BB066DA3-F2F3-4471-99FD-513C5D97AE91}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{BB066DA3-F2F3-4471-99FD-513C5D97AE91}.Debug|Any CPU.Deploy.0 = Debug|Any CPU | ||
{BB066DA3-F2F3-4471-99FD-513C5D97AE91}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{BB066DA3-F2F3-4471-99FD-513C5D97AE91}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{BB066DA3-F2F3-4471-99FD-513C5D97AE91}.Release|Any CPU.Deploy.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {61F7FB11-1E47-470C-91E2-47F8143E1572} | ||
EndGlobalSection | ||
EndGlobal | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 17 | ||
VisualStudioVersion = 17.5.002.0 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DocumentReaderSample", "DocumentReaderSample.csproj", "{7EEC243F-F741-42C9-A939-8D0EECE5EABB}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{7EEC243F-F741-42C9-A939-8D0EECE5EABB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{7EEC243F-F741-42C9-A939-8D0EECE5EABB}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{7EEC243F-F741-42C9-A939-8D0EECE5EABB}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{7EEC243F-F741-42C9-A939-8D0EECE5EABB}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {AEA7EA88-F65D-4B78-9C3D-D3CFE424BCDC} | ||
EndGlobalSection | ||
EndGlobal |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.