-
Notifications
You must be signed in to change notification settings - Fork 100
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 bugfix/slas-updates
- Loading branch information
Showing
13 changed files
with
368 additions
and
223 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,52 @@ | ||
name: Bug Report | ||
description: File a bug report | ||
labels: ["bug"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please provide details on how to reproduce your bug. If possible provide as much information in the fields below regarding your environment and versions. | ||
- type: input | ||
id: version | ||
attributes: | ||
label: sfcc-ci Version | ||
description: Run `sfcc-ci --version` | ||
placeholder: x.x.x | ||
validations: | ||
required: false | ||
- type: input | ||
id: nodeversion | ||
attributes: | ||
label: NodeJS Version | ||
description: Run `node --version` | ||
placeholder: x.x.x | ||
validations: | ||
required: false | ||
- type: input | ||
id: path | ||
attributes: | ||
label: sfcc-ci Path | ||
description: Run `which sfcc-ci` on Mac/Linux or `where sfcc-ci` on Windows | ||
placeholder: /path/to/sfcc-ci | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: hostinfo | ||
attributes: | ||
label: Host OS Details | ||
description: On Mac run `sw_vers` and `uname -a`; on linux `uname -a` and `lsb_release`; Windows `systeminfo` and retrieve the OS Name/Version from the output | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: Please describe your issue | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Relevant log output | ||
description: Please copy and paste any relevant output from the command. If possible use `sfcc-ci -D` for additional debug output. This will be automatically formatted into code, so no need for backticks. | ||
render: shell |
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,52 @@ | ||
name: Help Wanted | ||
description: Request help with using sfcc-ci | ||
labels: ["help wanted"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please provide details of your issue. If possible provide as much information in the fields below regarding your environment and versions | ||
- type: input | ||
id: version | ||
attributes: | ||
label: sfcc-ci Version | ||
description: Run `sfcc-ci --version` | ||
placeholder: x.x.x | ||
validations: | ||
required: false | ||
- type: input | ||
id: nodeversion | ||
attributes: | ||
label: NodeJS Version | ||
description: Run `node --version` | ||
placeholder: x.x.x | ||
validations: | ||
required: false | ||
- type: input | ||
id: path | ||
attributes: | ||
label: sfcc-ci Path | ||
description: Run `which sfcc-ci` on Mac/Linux or `where sfcc-ci` on Windows | ||
placeholder: /path/to/sfcc-ci | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: hostinfo | ||
attributes: | ||
label: Host OS Details | ||
description: On Mac run `sw_vers` and `uname -a`; on linux `uname -a` and `lsb_release`; Windows `systeminfo` and retrieve the OS Name/Version from the output | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: What happened? | ||
description: Also tell us, what did you expect to happen? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Relevant log output | ||
description: Please copy and paste any relevant output from the command. If possible use `sfcc-ci -D` for additional debug output. This will be automatically formatted into code, so no need for backticks. | ||
render: shell |
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: true | ||
contact_links: | ||
- name: 'Unofficial Commerce Cloud Slack: #sfcc-ci' | ||
url: https://sfcc-unofficial.slack.com/archives/CAUFG3SHF | ||
about: 'Community help can be found on the CC Unofficial Slack (https://github.com/sfcc-unofficial/docs) in the #sfcc-ci channel' |
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,3 @@ | ||
Please provide a description of the feature request or steps to reproduce your issue | ||
|
||
For bug reports or help please use the issue templates to provide environment details. |
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 |
---|---|---|
|
@@ -2,4 +2,5 @@ coverage | |
dist | ||
node_modules | ||
.* | ||
*.iml | ||
!.github | ||
*.iml |
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
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.