diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..e05d7c4a --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,4 @@ +# These owners will be the default owners for everything in the repo. +# Visit the following for more information: +# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners +* @HubSpot/calling-dev-integrations-fe diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..99d1260a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,41 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + + + +**Checklist** +- [ ] I have read the [FAQs](https://github.com/HubSpot/calling-extensions-sdk#faqs). +- [ ] I have checked the [issue tracker](https://github.com/HubSpot/calling-extensions-sdk/issues) for duplicate issues. + +**Description** + + + +**Expected behavior** + + +**To Reproduce** + +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Screenshots/source code** + + +**Device information** + +Device: [e.g. iPhone6] +OS: [e.g. iOS8.1] +Browser: [e.g. stock browser, safari] +Browser Version: [e.g. 22] + +**Additional context** + diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 00000000..f9b9937d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,27 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: feature request +assignees: '' + +--- + + + +**Checklist** +- [ ] I have read the [FAQs](https://github.com/HubSpot/calling-extensions-sdk#faqs). +- [ ] I have checked the [issue tracker](https://github.com/HubSpot/calling-extensions-sdk/issues) for duplicate issues. + +**Is your feature request related to a problem? Please describe.** + +I'm always frustrated when [...] + +**Describe the solution you'd like** + + +**Screenshots/source code/links** + + +**Additional context** + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..8e7dd5ec --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,21 @@ + +## Description + + + + + + + + +## Testing + + + + +## Merge Checklist +- [ ] Does not introduce new console warnings +- [ ] Adds/refactors unit tests +- [ ] Adds/refactors integration tests +- [ ] Adds/refactors acceptance tests +- [ ] Adds documentation