Skip to content

Commit eb0d45f

Browse files
author
Tim Etchells
committed
doc updates
1 parent a2f256e commit eb0d45f

File tree

3 files changed

+50
-51
lines changed

3 files changed

+50
-51
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,17 @@
11
# Contributing
22

3-
Anyone can contribute to the Microclimate Tools for VSCode project, and we welcome your contributions!
3+
Anyone can contribute to the Microclimate Tools for VSCode project, and we welcome your contributions! [Visit us on Slack](https://slack-invite-ibm-cloud-tech.mybluemix.net/) if you have any questions.
44

55
## Raising issues
66

7-
Please raise any bug reports on the project's (put a link here). Be sure to search the list to see if your issue has already been raised.
7+
Please raise any bug reports [here](https://github.com/microclimate-dev2ops/microclimate-vscode-tools/issues). Be sure to search the list to see if your issue has already been raised, and visit our [troubleshooting page](https://microclimate-dev2ops.github.io/mdt-vsc-troubleshooting) too.
88

9-
A good bug report is one that make it easy for everyone to understand what you were trying to do and what went wrong. Provide as much context as possible so we can try to recreate the issue.
9+
A good bug report is one that make it easy for everyone to understand what you were trying to do and what went wrong. Provide as much context as possible so we can try to recreate the issue. Please upload your extension logs with your issue report; instructions for this are also available on the [troubleshooting page](https://microclimate-dev2ops.github.io/mdt-vsc-troubleshooting).
1010

1111
## Developer Certificate of Origin
1212

13-
If you are contributing changes via a pull request, you must sign-off those changes against the *Developer Certificate of Origin*
13+
If you are contributing changes via a pull request, you must sign-off those changes against the [Developer Certificate of Origin](https://github.com/microclimate-dev2ops/microclimate-vscode-tools/blob/master/DCO1.1.txt).
1414

15-
```
16-
Developer's Certificate of Origin 1.1
17-
18-
By making a contribution to this project, I certify that:
19-
20-
(a) The contribution was created in whole or in part by me and I
21-
have the right to submit it under the open source license
22-
indicated in the file; or
23-
24-
(b) The contribution is based upon previous work that, to the best
25-
of my knowledge, is covered under an appropriate open source
26-
license and I have the right under that license to submit that
27-
work with modifications, whether created in whole or in part
28-
by me, under the same open source license (unless I am
29-
permitted to submit under a different license), as indicated
30-
in the file; or
31-
32-
(c) The contribution was provided directly to me by some other
33-
person who certified (a), (b) or (c) and I have not modified
34-
it.
35-
36-
(d) I understand and agree that this project and the contribution
37-
are public and that a record of the contribution (including all
38-
personal information I submit with it, including my sign-off) is
39-
maintained indefinitely and may be redistributed consistent with
40-
this project or the open source license(s) involved.
41-
```
42-
To sign off and indicate you have agreed to the DCO, include a message in the following format on each commit in the pull request
15+
To indicate you have read and agreed to the DCO, use [`git commit --signoff`](https://git-scm.com/docs/git-commit#git-commit---signoff). It should result in something like the following at the bottom of your commit message:
4316

4417
```DCO 1.1 Signed-off-by: Random J Developer <[email protected]>```

DCO1.1.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Developer's Certificate of Origin 1.1
2+
3+
By making a contribution to this project, I certify that:
4+
5+
(a) The contribution was created in whole or in part by me and I
6+
have the right to submit it under the open source license
7+
indicated in the file; or
8+
9+
(b) The contribution is based upon previous work that, to the best
10+
of my knowledge, is covered under an appropriate open source
11+
license and I have the right under that license to submit that
12+
work with modifications, whether created in whole or in part
13+
by me, under the same open source license (unless I am
14+
permitted to submit under a different license), as indicated
15+
in the file; or
16+
17+
(c) The contribution was provided directly to me by some other
18+
person who certified (a), (b) or (c) and I have not modified
19+
it.
20+
21+
(d) I understand and agree that this project and the contribution
22+
are public and that a record of the contribution (including all
23+
personal information I submit with it, including my sign-off) is
24+
maintained indefinitely and may be redistributed consistent with
25+
this project or the open source license(s) involved.

README.md

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,37 @@
22

33
[![Build Status](https://travis-ci.com/microclimate-dev2ops/microclimate-vscode-tools.svg?token=wpsJvyUkyhtfRa9prmMq&branch=master)](https://travis-ci.com/microclimate-dev2ops/microclimate-vscode-tools)
44

5-
This is the Git repository top-level README.
5+
- **[Marketplace](https://marketplace.visualstudio.com/VSCode)**
6+
- **[Documentation](https://microclimate-dev2ops.github.io/mdt-vsc-overview)**
7+
- **[Slack](https://slack-invite-ibm-cloud-tech.mybluemix.net/)**
8+
- **[Extension Readme](https://github.com/microclimate-dev2ops/microclimate-vscode-tools/blob/master/dev/README.md)**
69

7-
For the README packaged with this extension, see [the extension README fix this link](github.com)
10+
## How to install [(Documentation)](https://microclimate-dev2ops.github.io/mdt-vsc-getting-started)
811

9-
## How to install
10-
Need to update this
12+
1. Install [VSCode 1.27 or newer](https://code.visualstudio.com/download) and [local Microclimate 18.12 or newer](https://microclimate-dev2ops.github.io/installlocally).
13+
2. Install Microclimate Developer Tools for VSCode from the [VSCode Marketplace](https://marketplace.visualstudio.com/VSCode), or by searching for "Microclimate" in the [VSCode Extensions view](https://code.visualstudio.com/docs/editor/extension-gallery#_browse-for-extensions).
1114

12-
## How to use
15+
For development builds, see the [releases page](https://github.com/microclimate-dev2ops/microclimate-vscode-tools/releases), and follow [these instructions](https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix) to install.
16+
17+
## How to use [(Documentation)](https://microclimate-dev2ops.github.io/mdt-vsc-tutorial)
1318
- Open the Microclimate Projects view within the Explorer view group (`Ctrl/Cmd + Shift + E`),
1419
- Right-click to create a default local connection.
1520
- Right-click a project to see the actions available (see below)
16-
- Open the Command Pallete (`Ctrl/Cmd + Shift + P`) and type "Microclimate" to see the actions available
17-
18-
Link to the documentation
21+
- Open the Command Palette (`Ctrl/Cmd + Shift + P`) and type "Microclimate" to see the actions available
1922

20-
## Features
23+
## Features [(Documentation)](https://microclimate-dev2ops.github.io/mdt-vsc-commands-overview)
2124
- View all projects in Microclimate, including their app and build statuses
22-
- Debug **Microprofile, Spring, and Node** Microclimate projects
23-
- View application and build logs in the Output view
24-
- View project info (similar to Microclimate Overview page)
25+
- Debug Microprofile, Spring, and Node.js Microclimate projects
26+
- View application and build logs in the VSCode *Output* view
27+
- View project information, similar to the Microclimate *Overview* page
2528
- Open your applications in the system browser
26-
- Integrate Microclimate validation errors into the Problems view
29+
- Integrate Microclimate validation errors into the VSCode *Problems* view
2730
- Open a shell session into a Microclimate application container
28-
- Open the App Monitor page
31+
- Open the *App Monitor* page
2932
- Toggle project auto-build
30-
- Easily scope your VSCode workspace to a Microclimate project or your `microclimate-workspace`
3133
- Manually initiate project builds
32-
- Disable, Enable, and Delete projects
33-
34-
Link to the documentation
34+
- Scope your VSCode workspace to a Microclimate project or to your *microclimate-workspace*
35+
- Disable, enable, and delete projects
3536

3637
## Contributing
37-
We welcome issues (make this a link) and contributions from the public! See [CONTRIBUTING.md](https://github.ibm.com/dev-ex/microclimate-vscode/tree/master/CONTRIBUTING.md)
38+
We welcome [issues](https://github.com/microclimate-dev2ops/microclimate-vscode-tools/issues) and contributions from the public! See [CONTRIBUTING.md](https://github.ibm.com/dev-ex/microclimate-vscode/tree/master/CONTRIBUTING.md).

0 commit comments

Comments
 (0)