Fix minor problems in contributing, update vscode-settings.json urls (#123)

* Fix spelling, add missing comma, comply with markdownlint style guide

* Update vscode-settings.json file to use format and files that actually work. Old urls returned 40
 errors
This commit is contained in:
AdamRaichu
2022-10-07 11:15:28 -04:00
committed by GitHub
parent 40f2832272
commit e2114aa574
2 changed files with 128 additions and 66 deletions

View File

@@ -1,15 +1,16 @@
# Contributing
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a
change, creating an issue for a feature request is also acceptable. For smaller fixes, additions or changes a simple fork and pull request is sufficient.
change, creating an issue for a feature request is also acceptable. For smaller fixes, additions, or changes a simple fork and pull request is sufficient.
Please note we have a [code of conduct](CODE_OF_CONDUCT.md), please follow it in all your interactions with the project.
## Titles
Titles of elements or object in schemas are preferered to be a capitilized version of the name of the object replacing any special character with space forexample. Some are in need
Titles of elements or object in schemas are preferered to be a capitilized version of the name of the object replacing any special character with a space for example. Some are in need
of version numbering (behaviors) to help with debugging complex schemas
## Description
Descriptions are to be 1:1 with Microsofts original description of said item. If none are provided or the object doesn't exist in official documentation but is a feature, then
replace the description with `UNDOCUMENATED`. Or fill in a general description that would hold true even if any changes are made to the workings of the item.
replace the description with `UNDOCUMENTED`. Or fill in a general description that would hold true even if any changes are made to the workings of the item.