You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,15 @@ This project welcomes all contributions.
7
7
- If you would like to contribute a bug fix or small enhancement, please fork the repo and make a pull request.
8
8
- If you would like to contribute a new feature, please raise an issue describing your proposal so we can discuss it first.
9
9
10
-
## Developing Zowe CLI plugins
10
+
## Developing Zowe CLI plug-ins
11
11
12
12
For guidelines on developing Zowe CLI plug-ins see the [Zowe CLI GitHub repository](https://github.com/zowe/zowe-cli). The following information is critical to working with the code, running/writing/maintaining automated tests, developing consistent syntax and ensuring that the plug-in integrates with Zowe CLI properly:
13
13
14
14
| For more information about ... | See: |
15
15
| ------------------------------ | ----- |
16
-
| General guidelines that apply to contributing to Zowe CLI and Plug-ins |[Contribution Guidelines](https://github.com/zowe/zowe-cli/blob/master/CONTRIBUTING.md)|
16
+
| General guidelines that apply to contributing to Zowe CLI and plug-ins |[Contribution Guidelines](https://github.com/zowe/zowe-cli/blob/master/CONTRIBUTING.md)|
17
17
| Conventions and best practices for creating packages and plug-ins for Zowe CLI |[Package and Plug-in Guidelines](https://github.com/zowe/zowe-cli/blob/master/docs/PackagesAndPluginGuidelines.md)|
18
18
| Guidelines for running tests on Zowe CLI |[Testing Guidelines](https://github.com/zowe/zowe-cli/blob/master/docs/TESTING.md)|
19
19
| Guidelines for running tests on the plug-ins that you build for Zowe CLI |[Plug-in Testing Guidelines](https://github.com/zowe/zowe-cli/blob/master/docs/PluginTESTINGGuidelines.md)|
20
20
| Documentation that describes the features of the Imperative CLI Framework |[About Imperative CLI Framework](https://github.com/zowe/imperative/wiki)|
21
-
Versioning conventions for Zowe CLI and Plug-ins| [Versioning Guidelines](https://github.com/zowe/zowe-cli/blob/master/docs/MaintainerVersioning.md) |
21
+
Versioning conventions for Zowe CLI and plug-ins| [Versioning Guidelines](https://github.com/zowe/zowe-cli/blob/master/docs/MaintainerVersioning.md) |
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,5 +6,8 @@ The project was started in February 2019 and is at an early stage of development
6
6
7
7
To try it out, build the plug-in from source as described in [setup](docs-internal/tutorials/Setup.md).
8
8
9
+
## Documentation
10
+
You can find information and tutorials on using this plug-in in our [documentation](https://ibm.github.io/zowe-cli-cics-deploy-plugin/index.html).
11
+
9
12
## Contributing
10
13
Contributions are welcome - see the [contribution guidelines](CONTRIBUTING.md). If you have a question or encounter a problem please raise an issue in this repo.
0 commit comments