-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* configure repo for github * Fix spacing * format
- Loading branch information
1 parent
777ea05
commit 911b568
Showing
4 changed files
with
93 additions
and
0 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- Any bugs that are not specifically related to the HubSpot Calling Extensions SDK and are more related to the HubSpot product should be filed to our support team. More information on contacting our support team can be found here (https://knowledge.hubspot.com/account/get-help-with-hubspot). --> | ||
|
||
**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** | ||
<!-- A clear and concise description of what the bug is. --> | ||
|
||
|
||
**Expected behavior** | ||
<!-- A clear and concise description of what you expected to happen. --> | ||
|
||
**To Reproduce** | ||
<!-- Steps to reproduce the behavior. --> | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Screenshots/source code** | ||
<!-- If applicable, add screenshots or source code to help explain your problem. --> | ||
|
||
**Device information** | ||
<!-- An easy way to provide browser/OS information is to go to https://www.whatsmybrowser.org and paste the link you are given, or copy and paste the information in. --> | ||
Device: [e.g. iPhone6] | ||
OS: [e.g. iOS8.1] | ||
Browser: [e.g. stock browser, safari] | ||
Browser Version: [e.g. 22] | ||
|
||
**Additional context** | ||
<!-- Add any other context about the problem here. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: feature request | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- Any feature requests that are not specifically related to the HubSpot Calling Extensions SDK and are more related to the HubSpot product should be submitted to our ideas forum (https://community.hubspot.com/t5/Ideas/ct-p/ideas) or in the #ideas channel in our public developer Slack channel (https://developers.hubspot.com/slack). --> | ||
|
||
**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.** | ||
<!-- A clear and concise description of what the problem is. --> | ||
I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
<!-- A clear and concise description of what you want to happen. --> | ||
|
||
**Screenshots/source code/links** | ||
<!-- Add any images, code, or example links that would be relevant in explaining the feature. --> | ||
|
||
**Additional context** | ||
<!-- Add any other context about the feature request here. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<!-- Please create this PR as a draft and fill out this template before marking it as "Ready for review" so that the Calling Dev Integrations FE team can be automatically notified properly. --> | ||
## Description | ||
<!-- A clear and concise description of what the pull request is solving. --> | ||
|
||
<!-- ### GitHub Issue --> | ||
|
||
<!-- ### Before-and-After Screenshots --> | ||
|
||
<!-- ### Relevant Links --> | ||
|
||
## Testing | ||
<!-- Please provide reproducible step-by-step instructions. --> | ||
|
||
<!-- Can these be tested using the demo application? --> | ||
|
||
## Merge Checklist | ||
- [ ] Does not introduce new console warnings | ||
- [ ] Adds/refactors unit tests | ||
- [ ] Adds/refactors integration tests | ||
- [ ] Adds/refactors acceptance tests | ||
- [ ] Adds documentation |