diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 00000000..a2680d0e --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,26 @@ +## General Information + +* MessageKit Version: + +* iOS Version(s): + +* Swift Version: + +* Devices/Simulators: + +* Reproducible in ChatExample? (Yes/No): + + + +## What happened? + + + + +## What did you expect to happen? + + + + + + diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..c1c036e8 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,30 @@ +(Thanks for sending a pull request! Please make sure you click the link above to view the contribution guidelines, then fill out the blanks below.) + +What does this implement/fix? Explain your changes. +--------------------------------------------------- +… + +Does this close any currently open issues? +------------------------------------------ +… + + +Any relevant logs, error output, etc? +------------------------------------- +(If it’s long, please paste to https://ghostbin.com/ and insert the link here.) + +Any other comments? +------------------- +… + +Where has this been tested? +--------------------------- +**Devices/Simulators:** … + +**iOS Version:** … + +**Swift Version:** … + +**MessageKit Version:** … + +