diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..7fbf05ab --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,52 @@ + + + Solder Repo Hash: + + Operating System and version: + + PHP version: + + + Composer version: + + + Server type: + + Type of database: + + + Type of hosting: + + + Link to the affected install's public url: + + +--------------------------------------------------------- + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..1f9f7c91 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,13 @@ + + +Fixes # + + + +- [ ] Tested Changes using phpunit +- [ ] Have read and followed the Contribution Guidelines + +