-
Notifications
You must be signed in to change notification settings - Fork 45
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
28 changed files
with
1,392 additions
and
25 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,45 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve. | ||
title: '' | ||
labels: bug, new | ||
--- | ||
|
||
<!-- Before opening a bug ticket, check if it can be solved by the website troubleshooting https://docs.zowe.org/stable/troubleshoot/troubleshooting or by using its search bar --> | ||
|
||
**Describe the bug** | ||
|
||
**Steps to Reproduce** | ||
|
||
1. | ||
2. | ||
|
||
**Expected behavior** | ||
|
||
**Screenshots (if needed)** | ||
|
||
**Logs** | ||
<!-- If applicable, add server logs collected at the time of your problem. --> | ||
<!-- Logs can contain some system information like hostnames, usernames, and IP/port info. --> | ||
<!-- Please sanitize your logs or reach out to the TSC or ZAC if you need to provide your logs with discretion --> | ||
<!-- Note you can increase log verbosity if desired. --> | ||
<!-- zwe command tracing: Use --trace on a zwe command --> | ||
<!-- zwe startup tracing: Set zowe.launchScript.logLevel to trace (https://github.com/zowe/zowe-install-packaging/blob/677a607686e6ee7ecb349dc5925a6f58dd9e61da/example-zowe.yaml#L356) --> | ||
<!-- app-server tracing: You can set any of the log levels here https://github.com/zowe/zlux-app-server/blob/d1b10b39bd0ba530784144430c33c19a5fb8f935/schemas/app-server-config.json#L378 using the guide here https://docs.zowe.org/stable/user-guide/mvd-configuration#logging-configuration --> | ||
<!-- zss tracing: Similar to app-server tracing, but with these loggers https://github.com/zowe/zss/blob/0bc9c812a5cd5a72768125d13826430e3a5bf1fb/schemas/zss-config.json#L216 --> | ||
|
||
|
||
**Describe your environment** | ||
<!-- Some items below may not apply to your use case, but answer as best as you can --> | ||
|
||
- Zowe version number (Check the Desktop login screen, or manifest.json in the Zowe install folder): | ||
- Install method (pax, smpe, kubernetes, github clone): | ||
- Operating system (z/OS, kubernetes, etc) and OS version: | ||
- Node.js version number (Shown in logs, or via `node --version`): | ||
- Java version number (Shown in logs, or via `java -version`): | ||
- z/OSMF version: | ||
- What is the output of log message ZWES1014I: | ||
- Environment variables in use: | ||
|
||
|
||
**Additional context** |
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,45 @@ | ||
--- | ||
name: High-severity bug report | ||
about: Create a report on a high-severity bug. High severity is when there is an issue that has a major impact on usage of Zowe. | ||
title: '' | ||
labels: bug, new, severity-high | ||
--- | ||
|
||
<!-- Before opening a bug ticket, check if it can be solved by the website troubleshooting https://docs.zowe.org/stable/troubleshoot/troubleshooting or by using its search bar --> | ||
|
||
**Describe the bug** | ||
|
||
**Steps to Reproduce** | ||
|
||
1. | ||
2. | ||
|
||
**Expected behavior** | ||
|
||
**Screenshots (if needed)** | ||
|
||
**Logs** | ||
<!-- If applicable, add server logs collected at the time of your problem. --> | ||
<!-- Logs can contain some system information like hostnames, usernames, and IP/port info. --> | ||
<!-- Please sanitize your logs or reach out to the TSC or ZAC if you need to provide your logs with discretion --> | ||
<!-- Note you can increase log verbosity if desired. --> | ||
<!-- zwe command tracing: Use --trace on a zwe command --> | ||
<!-- zwe startup tracing: Set zowe.launchScript.logLevel to trace (https://github.com/zowe/zowe-install-packaging/blob/677a607686e6ee7ecb349dc5925a6f58dd9e61da/example-zowe.yaml#L356) --> | ||
<!-- app-server tracing: You can set any of the log levels here https://github.com/zowe/zlux-app-server/blob/d1b10b39bd0ba530784144430c33c19a5fb8f935/schemas/app-server-config.json#L378 using the guide here https://docs.zowe.org/stable/user-guide/mvd-configuration#logging-configuration --> | ||
<!-- zss tracing: Similar to app-server tracing, but with these loggers https://github.com/zowe/zss/blob/0bc9c812a5cd5a72768125d13826430e3a5bf1fb/schemas/zss-config.json#L216 --> | ||
|
||
|
||
**Describe your environment** | ||
<!-- Some items below may not apply to your use case, but answer as best as you can --> | ||
|
||
- Zowe version number (Check the Desktop login screen, or manifest.json in the Zowe install folder): | ||
- Install method (pax, smpe, kubernetes, github clone): | ||
- Operating system (z/OS, kubernetes, etc) and OS version: | ||
- Node.js version number (Shown in logs, or via `node --version`): | ||
- Java version number (Shown in logs, or via `java -version`): | ||
- z/OSMF version: | ||
- What is the output of log message ZWES1014I: | ||
- Environment variables in use: | ||
|
||
|
||
**Additional context** |
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,45 @@ | ||
--- | ||
name: Low-severity bug report | ||
about: Create a report on a low-severity bug. Low severity is when there is an issue that is inconvenient but doesn't impact key use cases. | ||
title: '' | ||
labels: bug, new, severity-low | ||
--- | ||
|
||
<!-- Before opening a bug ticket, check if it can be solved by the website troubleshooting https://docs.zowe.org/stable/troubleshoot/troubleshooting or by using its search bar --> | ||
|
||
**Describe the bug** | ||
|
||
**Steps to Reproduce** | ||
|
||
1. | ||
2. | ||
|
||
**Expected behavior** | ||
|
||
**Screenshots (if needed)** | ||
|
||
**Logs** | ||
<!-- If applicable, add server logs collected at the time of your problem. --> | ||
<!-- Logs can contain some system information like hostnames, usernames, and IP/port info. --> | ||
<!-- Please sanitize your logs or reach out to the TSC or ZAC if you need to provide your logs with discretion --> | ||
<!-- Note you can increase log verbosity if desired. --> | ||
<!-- zwe command tracing: Use --trace on a zwe command --> | ||
<!-- zwe startup tracing: Set zowe.launchScript.logLevel to trace (https://github.com/zowe/zowe-install-packaging/blob/677a607686e6ee7ecb349dc5925a6f58dd9e61da/example-zowe.yaml#L356) --> | ||
<!-- app-server tracing: You can set any of the log levels here https://github.com/zowe/zlux-app-server/blob/d1b10b39bd0ba530784144430c33c19a5fb8f935/schemas/app-server-config.json#L378 using the guide here https://docs.zowe.org/stable/user-guide/mvd-configuration#logging-configuration --> | ||
<!-- zss tracing: Similar to app-server tracing, but with these loggers https://github.com/zowe/zss/blob/0bc9c812a5cd5a72768125d13826430e3a5bf1fb/schemas/zss-config.json#L216 --> | ||
|
||
|
||
**Describe your environment** | ||
<!-- Some items below may not apply to your use case, but answer as best as you can --> | ||
|
||
- Zowe version number (Check the Desktop login screen, or manifest.json in the Zowe install folder): | ||
- Install method (pax, smpe, kubernetes, github clone): | ||
- Operating system (z/OS, kubernetes, etc) and OS version: | ||
- Node.js version number (Shown in logs, or via `node --version`): | ||
- Java version number (Shown in logs, or via `java -version`): | ||
- z/OSMF version: | ||
- What is the output of log message ZWES1014I: | ||
- Environment variables in use: | ||
|
||
|
||
**Additional context** |
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,45 @@ | ||
--- | ||
name: Medium-severity bug report | ||
about: Create a report on a medium-severity bug. Medium severity is when there is an issue that makes the use of Zowe difficult, but has a workaround or doesn't prevent the use of Zowe. | ||
title: '' | ||
labels: bug, new, severity-medium | ||
--- | ||
|
||
<!-- Before opening a bug ticket, check if it can be solved by the website troubleshooting https://docs.zowe.org/stable/troubleshoot/troubleshooting or by using its search bar --> | ||
|
||
**Describe the bug** | ||
|
||
**Steps to Reproduce** | ||
|
||
1. | ||
2. | ||
|
||
**Expected behavior** | ||
|
||
**Screenshots (if needed)** | ||
|
||
**Logs** | ||
<!-- If applicable, add server logs collected at the time of your problem. --> | ||
<!-- Logs can contain some system information like hostnames, usernames, and IP/port info. --> | ||
<!-- Please sanitize your logs or reach out to the TSC or ZAC if you need to provide your logs with discretion --> | ||
<!-- Note you can increase log verbosity if desired. --> | ||
<!-- zwe command tracing: Use --trace on a zwe command --> | ||
<!-- zwe startup tracing: Set zowe.launchScript.logLevel to trace (https://github.com/zowe/zowe-install-packaging/blob/677a607686e6ee7ecb349dc5925a6f58dd9e61da/example-zowe.yaml#L356) --> | ||
<!-- app-server tracing: You can set any of the log levels here https://github.com/zowe/zlux-app-server/blob/d1b10b39bd0ba530784144430c33c19a5fb8f935/schemas/app-server-config.json#L378 using the guide here https://docs.zowe.org/stable/user-guide/mvd-configuration#logging-configuration --> | ||
<!-- zss tracing: Similar to app-server tracing, but with these loggers https://github.com/zowe/zss/blob/0bc9c812a5cd5a72768125d13826430e3a5bf1fb/schemas/zss-config.json#L216 --> | ||
|
||
|
||
**Describe your environment** | ||
<!-- Some items below may not apply to your use case, but answer as best as you can --> | ||
|
||
- Zowe version number (Check the Desktop login screen, or manifest.json in the Zowe install folder): | ||
- Install method (pax, smpe, kubernetes, github clone): | ||
- Operating system (z/OS, kubernetes, etc) and OS version: | ||
- Node.js version number (Shown in logs, or via `node --version`): | ||
- Java version number (Shown in logs, or via `java -version`): | ||
- z/OSMF version: | ||
- What is the output of log message ZWES1014I: | ||
- Environment variables in use: | ||
|
||
|
||
**Additional context** |
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,25 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for ZSS | ||
labels: enhancement, new | ||
--- | ||
|
||
<!-- Thanks for deciding to open an issue. Before submitting, please complete the following information. --> | ||
|
||
**Is your feature or enhancement request related to a problem or limitation? Please describe** | ||
|
||
<!-- A clear and concise description of the problem or limitation. Example: I'm frustrated when [...] happens, or I wish I was able to [...] with Zowe --> | ||
|
||
**Describe your enhancement idea** | ||
|
||
<!-- A clear and concise description of what you want to happen, such as the task you are trying to complete. --> | ||
<!-- Please attach images or references if it helps you describe what you'd like --> | ||
|
||
**Describe alternatives you've considered** | ||
|
||
<!-- A clear and concise description of any alternative solutions or workarounds you've used to overcome the problem or limitation. --> | ||
|
||
**Provide any additional context** | ||
|
||
<!-- Add any other context (code snippets, error messages, sample outputs, screenshots) about the 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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
name: 'Close stale issues and PRs' | ||
on: | ||
schedule: | ||
- cron: '0 */6 * * *' | ||
|
||
permissions: | ||
issues: write | ||
pull-requests: write | ||
|
||
jobs: | ||
stale: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/stale@v5 | ||
with: | ||
close-issue-message: > | ||
This issue has been automatically closed due to lack of activity. | ||
If this issue is still valid and important to you, it can be reopened. | ||
days-before-close: 90 | ||
days-before-stale: 180 | ||
exempt-all-assignees: true | ||
exempt-all-milestones: true | ||
exempt-issue-labels: "community-upvoted, dependency, for-review, keep, security, high-severity, critical-severity, help-wanted, good-first-issue" | ||
stale-issue-label: "stale-reopen-if-needed" | ||
stale-issue-message: > | ||
This issue has been automatically marked as stale because it has not had | ||
recent activity. It will be closed if no further activity occurs, | ||
but can be reopened if needed. Thank you for your contributions. | ||
stale-pr-label: "stale-reopen-if-needed" | ||
start-date: "2022-05-30T00:00:00Z" |
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
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.