.dependabot
.github
ISSUE_TEMPLATE
workflows
PULL_REQUEST_TEMPLATE.md
stale.yml
cypress
dev-test
img
packages
scripts
website
.all-contributorsrc
.editorconfig
.eslintrc
.gitignore
.nvmrc
.prettierignore
.prettierrc
.stylelintrc
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
babel.config.js
commitlint.config.js
custom-preprocessor.js
cypress.json
jest.config.js
lerna.json
netlify.toml
package.json
renovate.json
setupTestFramework.js
yarn.lock
* dev: add GitHub detailed issue templates * dev: update PR template contributing guidelines link is already in PR UI changelog message is no longer needed -- it is generated from commit messages * dev: use bug report template on CMS crash * Update bug_report.md
28 lines
714 B
Markdown
28 lines
714 B
Markdown
<!--
|
|
Thanks for submitting a pull request!
|
|
|
|
Please make sure you've read and understood our contributing guidelines.
|
|
|
|
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 two 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.
|
|
-->
|
|
|
|
**A picture of a cute animal (not mandatory but encouraged)**
|