diff --git a/docs/ISSUE_TEMPLATE.md b/docs/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..0d8202d --- /dev/null +++ b/docs/ISSUE_TEMPLATE.md @@ -0,0 +1,98 @@ +## This is a + +<-- Put a cross `x` in one of the below boxes --> + +- [ ] Bug/Issue +- [ ] Feature request +- [ ] General stuff + + + + + + + +--- +## This is a + +<-- Put a cross `x` in one of the below boxes --> + +- [ ] Bug/Issue +- [ ] Feature request +- [ ] General stuff + + + + + + diff --git a/docs/PULL_REQUEST_TEMPLATE.md b/docs/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..2fd7b23 --- /dev/null +++ b/docs/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,50 @@ +## This is a + +<-- Put a cross `x` in relevant boxes below --> + +- [ ] New feature +- [ ] Fix for ... +- [ ] General improvement +- [ ] Backward incompatible change + +It closes # + +## Describe the change + +... + +## How to use it + +... + +#### Sample code + +```php + +``` + +--- +## This is a + +<-- Put a cross `x` in relevant boxes below --> + +- [ ] New feature +- [ ] Fix for ... +- [ ] General improvement +- [ ] Backward incompatible change + +It closes # + +## Describe the change + +... + +## How to use it + +... + +#### Sample code + +```php + +```