-
Notifications
You must be signed in to change notification settings - Fork 1
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 ross-sig/add-metadata-commands-3
Add metadata commands 3
- Loading branch information
Showing
3 changed files
with
42 additions
and
8 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,18 @@ | ||
# Changelog | ||
|
||
## v1.0.8 | ||
* Add more metadata syntax highlighting | ||
* Add Changelog | ||
* Add Contributing Guide | ||
|
||
## v1.0.7 | ||
* Add some metadata syntax highlighting | ||
|
||
## v1.0.6 | ||
* Move to GitHub | ||
|
||
## v1.0.5 | ||
* Fix Compatibility with VS Code 1.8.1 | ||
|
||
## v1.0.0 | ||
* Initial Release |
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,16 @@ | ||
# Contributing Guide | ||
## Introduction | ||
|
||
Thank you for contributing to the Gembase DML Visual Studio Code Extension | ||
|
||
## Issues, Bugs, Questions, Enhancement Requests | ||
|
||
Feel free to Report bugs, questions or enhancement requests as issues. | ||
|
||
## Pull Requests | ||
|
||
To make a pull request fork this project into your own GitHub repository and after making changes create a PR. Read https://help.github.com/articles/creating-a-pull-request/ | ||
|
||
Please test your changes locally to make sure you didn't break anything. | ||
|
||
If you are making multiple unrelated changes submit multiple PRs so they can be evaluated and merged in individually (if unrelated changes are trivial then one PR is fine). |
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