.github
ISSUE_TEMPLATE.md
PULL_REQUEST_TEMPLATE.md
.storybook
__mocks__
docs
example
img
scripts
src
.babelrc
.editorconfig
.eslintrc
.gitignore
.nvmrc
.stylelintrc
.travis.yml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
netlify.toml
package.json
postcss.config.js
wallaby.config.js
webpack.base.js
webpack.cli.js
webpack.dev.js
webpack.prod.js
yarn.lock
Inspired by Docker and Yarn. We can add more things later if we need them, but I think this is a good start. Signed-off-by: David Calavera <david.calavera@gmail.com>
36 lines
949 B
Markdown
36 lines
949 B
Markdown
<!--
|
|
Thanks for submitting a pull request!
|
|
|
|
Please make sure you've read and understood our contributing guidelines;
|
|
https://github.com/netlify/netlify-cms/blob/master/CONTRIBUTING.md
|
|
|
|
If this is a bug fix, make sure your description includes "fixes #xxxx", or
|
|
"closes #xxxx", where #xxxx is the issue number.
|
|
|
|
Please provide enough information so that others can review your pull request.
|
|
The first three fields are mandatory:
|
|
-->
|
|
|
|
**- Summary**
|
|
|
|
<!--
|
|
Explain the **motivation** for making this change.
|
|
What existing problem does the pull request solve?
|
|
-->
|
|
|
|
**- Test plan**
|
|
|
|
<!--
|
|
Demonstrate the code is solid.
|
|
Example: The exact commands you ran and their output, screenshots / videos if the pull request changes UI.
|
|
-->
|
|
|
|
**- Description for the changelog**
|
|
|
|
<!--
|
|
Write a short (one line) summary that describes the changes in this
|
|
pull request for inclusion in the changelog:
|
|
-->
|
|
|
|
**- A picture of a cute animal (not mandatory but encouraged)**
|