diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..4c7a760 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,16 @@ +#### Subject of the issue: +Describe your issue here + +#### Your environment: +* version/branch +* which browser and its version + +#### Steps to reproduce: +Tell us how to reproduce this issue + +#### Actual behaviour: +Tell us what happened + +#### Expected behaviour: +Tell us what should happen + diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..9ce7b7a --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,14 @@ +#### Story / Bug id: +123 [link to the issue] + +#### Description: +Describe changes made in your pull request here + +#### Migrations: +N/A + +#### New imports / dependencies: +N/A + +#### What tests do I need to run to validate this change: +N/A