-
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.
- Loading branch information
Showing
5 changed files
with
8,344 additions
and
14,454 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,93 @@ | ||
name: Bug report | ||
description: Create a report to help us improve @currents/nx | ||
labels: bug | ||
|
||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: | | ||
Before opening, please confirm: | ||
options: | ||
- label: I have [searched for duplicate or closed issues](https://github.com/currents-dev/currents-nx/issues) and [discussions](https://github.com/currents-dev/currents-nx/discussions). | ||
required: true | ||
- label: I have done my best to include a minimal, self-contained set of instructions for consistently reproducing the issue. | ||
required: true | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
## Environment | ||
- type: textarea | ||
attributes: | ||
label: Environment information | ||
description: | | ||
Please run the following command inside your project and copy/paste the output below: | ||
``` | ||
npx envinfo --system --binaries --browsers --npmPackages --duplicates --npmGlobalPackages | ||
``` | ||
value: | | ||
<details> | ||
``` | ||
# Put output below this line | ||
``` | ||
</details> | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Details | ||
- type: textarea | ||
attributes: | ||
label: Describe the bug | ||
description: A clear and concise description of what the bug is. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Expected behavior | ||
description: A clear and concise description of what you expected to happen. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Command and Setup | ||
description: | | ||
- The exact command or code snippet | ||
- Your cloud provider and sorry-cypress setup details | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Full log and debug output | ||
description: | | ||
Run in debug mode to provide more info - error messages and stack traces. | ||
**Include the full log - starting from running the command till receiving an error.** | ||
Attach a link / file for long outputs. | ||
Linux: `DEBUG=cy2*,cypress:* cy2 run ...` | ||
Windows: `cmd /V /C "set DEBUG=cy2*,cypress:* && cy2 run ..."` | ||
**Be sure to remove any sensitive data.** | ||
value: | | ||
<details> | ||
``` | ||
// Put your logs below this line | ||
``` | ||
</details> | ||
validations: | ||
required: true |
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 | ||
description: Request a new feature | ||
labels: enhancement | ||
|
||
body: | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: | | ||
Please describe the feature in details | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Example usage | ||
description: Please provide an example of how the feature will be used - code or command line | ||
validations: | ||
required: true |
Oops, something went wrong.