-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into snyk-fix-f10afd657cf51781b375254ad746b97f
- Loading branch information
Showing
17 changed files
with
237 additions
and
92 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,30 +1,35 @@ | ||
--- | ||
name: Bug Report | ||
about: Create a report to help us improve | ||
title: \[BUG\] | ||
title: \[BUG] | ||
labels: bug | ||
assignees: fmigneault | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
## Describe the bug | ||
|
||
<!-- | ||
A clear and concise description of what the bug is. | ||
--> | ||
|
||
## To Reproduce | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
|
||
1. Deploy process with payload '...' | ||
2. Execute using payload '....' | ||
3. Result '....' | ||
4. Error message '...' | ||
|
||
**Expected behavior** | ||
## Expected behavior | ||
|
||
<!-- | ||
A clear and concise description of what you expected to happen. | ||
--> | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
## Environment | ||
|
||
**Desktop (please complete the following information):** | ||
- OS: \[e.g. Linux|Windows\] (if running locally) | ||
- Browser \[e.g. chrome, safari\] (if running as a service) | ||
- Instance: URL | ||
- Version \["1.2.3", see `/version` endpoint\] | ||
- OS: \[e.g. Linux|Windows] (if running locally) | ||
- Browser \[e.g. chrome, safari] (if running as a service) | ||
- Instance: URL | ||
- Version \["1.2.3", see `/version` endpoint] |
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,21 +1,31 @@ | ||
--- | ||
name: Feature Request | ||
about: Suggest an idea for this project | ||
title: \[Feature\] | ||
title: \[Feature] | ||
labels: feature | ||
assignees: fmigneault | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. | ||
Ex. I would like to be able to authenticate using \[...\] | ||
## Describe the request | ||
|
||
<!-- | ||
A clear and concise description of what the problem is. | ||
--> | ||
|
||
## Expected behavior | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
<!-- | ||
A clear and concise description of what you expected to happen. | ||
--> | ||
|
||
**Describe alternatives you've considered** | ||
## Alternatives considered | ||
|
||
<!-- | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
--> | ||
|
||
## Additional context | ||
|
||
**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
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ share | |
|
||
## Node | ||
node_modules | ||
package.json | ||
!package.json | ||
package-lock.json | ||
|
||
## Makefile | ||
|
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,13 @@ | ||
# To save time scanning | ||
.idea/ | ||
.vscode/ | ||
*.egg-info/ | ||
downloads/ | ||
env/ | ||
|
||
# actual items to ignore | ||
.pytest_cache/ | ||
node_modules/ | ||
docs/_build/ | ||
docs/build/ | ||
reports/ |
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.