Skip to content

Commit

Permalink
Adding snippets 'description' conventions to contributing Esri#21
Browse files Browse the repository at this point in the history
  • Loading branch information
hhkaos committed Sep 18, 2023
1 parent 7bc1e7f commit a507760
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contributing.md → CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ We accept different type of snippets:

> These [conventions were discussed on issue #21](https://github.com/Esri/arcgis-js-vscode-snippets/issues/21).
*To be decided*
* It should be a proper description of what the snippet does, and reuse text from the API reference whenever possible.
* If it is a snippet related to a class/module include the AMD and ESM paths. For example: `Convert a geometry from Web Mercator units (wkid: 3857) to geographic units (wkid: 4326). AMD path: esri/geometry/support/webMercatorUtils | ESM path: @arcgis/core/geometry/support/webMercatorUtils.js`

### `body` conventions

Expand Down

0 comments on commit a507760

Please sign in to comment.