lrbarber commented on code in PR #900: URL: https://github.com/apache/daffodil-vscode/pull/900#discussion_r1414413160
########## DEVELOPMENT.md: ########## @@ -0,0 +1,62 @@ +# Welcome +If you would like the latest stable release of the extension, please reference the README.md for instructions on how to retrieve that. +You can download a zip archive of the source code for the extension. You can extract this to any directory of your choice and open it within vscode to begin poking around. + +The project currently has many components and is growing, please refer to the wiki for an overview of what the extension includes. There is also user documentation on the right side with additional release specific use case guides. Here is the one for v1.3.1: +https://github.com/apache/daffodil-vscode/wiki/Apache-Daffodil%E2%84%A2-Extension-for-Visual-Studio-Code:-v1.3.1 + +## Contributing +Due to this being an Apache project, if you would like to contribute, you will need to fork the daffodil-vscode main branch to your own repo of choice and create pull requests to the main branch with your code changes. +  + +Once forked, you can clone that forked repository to your own local environment. This can be done by using `git clone`, followed by copy and pasting the https or ssh urls shown under the “Code” dropdown. +  + +  Review Comment: Recommend changing this `git clone` image to one with a generic (i.e., fake) username -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
