-
-
Notifications
You must be signed in to change notification settings - Fork 278
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 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 @@ | ||
<!-- Thank you for contributing to cmv! Contributions are welcome and are | ||
absolutely necessary for the project to stay relevent and useful. | ||
Please fill out the details to ensure others can understand the | ||
changes you are proposing and how they will benefit the project. --> | ||
|
||
# Description | ||
<!-- enter a description of the changes here --> | ||
|
||
# Use case | ||
|
||
```javascript | ||
// how the code can be used | ||
``` | ||
|
||
# Checklist | ||
<!-- please ensure your pull request passes the following check(s) --> | ||
|
||
- [ ] `grunt lint` produces no error messages |