-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* deps: update for vulnerability fixes * feat: add tunnel-timeout flag * ci: add pr template * ci: add issue template
- Loading branch information
Alex Plischke
authored
Apr 2, 2024
1 parent
a3b751c
commit 86c2d20
Showing
11 changed files
with
535 additions
and
498 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,27 @@ | ||
--- | ||
name: '🐛 Bug report' | ||
about: Report a bug found. | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
--- | ||
|
||
## The Problem | ||
|
||
<!-- | ||
Briefly describe the issue you are experiencing. | ||
Tell us what you were trying to do and what happened instead. | ||
--> | ||
|
||
## Environment | ||
|
||
- Version that exhibits the issue: | ||
- Last version that did not exhibit the issue (if applicable): | ||
- Desktop OS/version: | ||
|
||
## Code To Reproduce Issue [ Nice To Have ] | ||
|
||
<!-- | ||
Please remember that with a code sample it's easier to reproduce the bug, | ||
and it's much faster to fix it. | ||
--> |
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,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: 🤔 Documentation | ||
url: https://docs.saucelabs.com/ | ||
about: Before filing an issue, please consult the documentation first. You just might find your answer right there! |
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,16 @@ | ||
--- | ||
name: 🚀 Feature Proposal | ||
about: Submit a proposal for a new feature | ||
--- | ||
|
||
## 🚀 Feature Proposal | ||
|
||
A clear and concise description of what the feature is. | ||
|
||
## Motivation | ||
|
||
Please outline the motivation for the proposal. | ||
|
||
## Example | ||
|
||
Please provide an example for how this feature would be used. |
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,7 @@ | ||
## Description | ||
|
||
<!-- | ||
Describe the big picture of your changes here to communicate to the maintainers | ||
why we should accept this pull request. If it fixes a bug or resolves a feature | ||
request, be sure to link to that issue. | ||
--> |
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
Oops, something went wrong.