Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

Commit

Permalink
Include a notes section in the snippet template
Browse files Browse the repository at this point in the history
  • Loading branch information
Chalarangelo committed Nov 29, 2018
1 parent ed2e5a2 commit f73fbae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions snippet-template.md
Expand Up @@ -23,6 +23,12 @@ class ComponentName extends React.Component {
ReactDOM.render(<ComponentName />, mountNode);
```

<!-- OPTIONAL -->
#### Notes:
* Things to remember when using this
* Other options that might be less appealing or have lower compatibility
* Common mistakes and issues

<!-- tags: (separate each by a comma) -->

<!-- expertise: (0,1,2,3) -->
Expand Down

0 comments on commit f73fbae

Please sign in to comment.