Skip to content

Commit

Permalink
Configure repo for GitHub (#62)
Browse files Browse the repository at this point in the history
* configure repo for github

* Fix spacing

* format
  • Loading branch information
alonso-cadenas authored Feb 10, 2023
1 parent 777ea05 commit 911b568
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
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
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
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. -->
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
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. -->
21 changes: 21 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
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

0 comments on commit 911b568

Please sign in to comment.