diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..ad8d90b --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,9 @@ +### Expected behavior + + +### Actual behavior + + +### Steps to reproduce behavior + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..013ef43 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,16 @@ +#### What? + +A description about what this pull request implements and its purpose. Try to be detailed and describe any technical details to simplify the job of the reviewer and the individual on production support. + +#### Tickets / Documentation + +Add links to any relevant tickets and documentation. + +- [Link 1](http://example.com) +- ... + +#### Screenshots (if appropriate) + +Attach images or add image links here. + +![Example Image](http://placehold.it/300x200)