Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: Bug Report
about: Report a bug if something isn't working as expected

---

<!-- Make sure to include as much information as possible so we can fix it as quickly as possible. -->
<!-- If you know how to fix this bug, please open a pull request on https://github.com/Typeform/js-api-client/compare/?template=bugs.md -->
<!-- If you can't answer some sections, please delete them -->

## Description
<!-- Provide a description of this bug -->

## Expected Behavior
<!-- Tell us what should happen -->

## Current Behavior
<!-- Tell us what happens instead -->

## Possible Solution
<!-- Suggest a fix or reason for this bug -->

## Steps to Reproduce
<!-- Provide a link to a live example or steps to reproduce this bug -->

## Screenshots
<!-- Add screenshots of this bug -->

## Your Environment
<!-- Include as many relevant details about the environment you experienced the bug in -->
* Client Version:
* Node.js Version:
* NPM Version:
* Browser Name and Version:
* Operating System and Version:
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Feature Request
about: Suggest an idea for this project

---

<!-- Make sure to include as much information as possible so we can add it as quickly as possible. -->
<!-- If you know how to add this feature, please open a pull request on https://github.com/Typeform/js-api-client/compare/?template=features.md -->
<!-- If you can't answer some sections, please delete them -->

## Description
<!-- Provide a description of this change or addition -->

## Context
<!-- Why is this change important to you? How would you use it? How can it benefit other users? -->

## Possible Solution
<!-- Suggest an idea for implementing this change or addition -->

## Screenshots
<!-- Add optional screenshots of this change or addition -->
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/support-question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
name: Support Question
about: Ask a general support question about this project

---
2 changes: 2 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!-- For fixing bugs use https://github.com/Typeform/js-api-client/compare/?template=bugs.md -->
<!-- For pull requesting new features, improvements and changes use https://github.com/Typeform/js-api-client/compare/?template=features.md -->
20 changes: 20 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/bugs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!-- This is for fixing bugs! For pull requesting new features, improvements and changes use https://github.com/Typeform/js-api-client/compare/?template=features.md -->
<!-- Don't forget to follow code style, and update documentation and tests if needed -->
<!-- If you can't answer some sections, please delete them -->

## Description
<!-- Describe your changes in detail -->

## Motivation and Context
<!-- Why is this change required? What problem does it solve? -->
<!-- If it fixes an open issue, please link to the issue here -->

## Testing
<!-- Please describe in detail how you tested your changes -->
<!-- Include details of your testing environment, and the tests you ran to see how your change affects other areas of the code, etc.-->

## Backward Compatibility
<!-- Will your changes brake backward compatibility or not? -->

## Screenshots
<!-- Add screenshots of your changes -->
20 changes: 20 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/features.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!-- This is for pull requesting new features, improvements and changes! For fixing bugs use https://github.com/Typeform/js-api-client/compare/?template=bugs.md -->
<!-- Don't forget to follow code style, and update documentation and tests if needed -->
<!-- If you can't answer some sections, please delete them -->

## Description
<!-- Describe your changes in detail -->

## Motivation and Context
<!-- Why is this change required? How can it benefit other users? -->
<!-- If it is from an open issue, please link to the issue here -->

## Testing
<!-- Please describe in detail how you tested your changes -->
<!-- Include details of your testing environment, and the tests you ran to see how your change affects other areas of the code, etc

## Backward Compatibility
<!-- Will your changes brake backward compatibility or not? -->

## Screenshots
<!-- Add screenshots of your changes -->