-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from zowe/v2-final
Final V2 PR
- Loading branch information
Showing
126 changed files
with
1,041 additions
and
405 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,38 +1,15 @@ | ||
## Proposed changes | ||
**What It Does** | ||
<!-- A list of relevant issues, enhancements, fixed bugs, etc --> | ||
|
||
<!-- 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. --> | ||
**How to Test** | ||
<!-- If a bug has been fixed, how can reviewers verify that the change(s) fixed it? --> | ||
|
||
## Release Notes | ||
**Review Checklist** | ||
I certify that I have: | ||
- [ ] tested my changes | ||
- [ ] added/updated automated tests | ||
- [ ] updated the changelog | ||
- [ ] followed the [contribution guidelines](https://github.com/zowe/zowe-cli/blob/master/CONTRIBUTING.md) | ||
|
||
Milestone: | ||
<!-- Include the Milestone Number and a small description of your change that will be added to the changelog --> | ||
<!-- If there is a linked issue, it should have the same milestone as this PR --> | ||
|
||
Changelog: | ||
|
||
## Types of changes | ||
|
||
What types of changes does your code introduce to Zowe CICS Explorer? | ||
_Put an `x` in the boxes that apply_ | ||
|
||
- [ ] Bugfix (non-breaking change which fixes an issue) | ||
- [ ] New feature (non-breaking change which adds functionality) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
- [ ] Updates to Documentation or Tests (if none of the other choices apply) | ||
|
||
## Checklist | ||
|
||
_Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This checklist will be used as reference for both the contributor and the reviewer_ | ||
|
||
- [ ] PR Description is included | ||
- [ ] gif or screenshot is included if visual changes are made | ||
- [ ] All checks have passed (DCO, Jenkins and Code Coverage) | ||
- [ ] I have added unit test and it is passing | ||
- [ ] There is coverage for the code that I have added | ||
- [ ] I have tested it manually and there are no regressions found | ||
- [ ] I have added necessary documentation (if appropriate) | ||
- [ ] Any PR dependencies have been merged and published (if appropriate) | ||
|
||
## Further comments | ||
|
||
<!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... --> | ||
**Additional Comments** | ||
<!-- Anything else noteworthy about this pull request. This section is optional. --> |
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
22 changes: 20 additions & 2 deletions
22
packages/cli/__tests__/common.jest_config.ts → common.jest_config.ts
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.