Skip to content

Commit 2c74d7d

Browse files
authored
Merge pull request #18 from filips123/master
Add issue and pull request templates
2 parents 5c6c104 + 9821b98 commit 2c74d7d

File tree

6 files changed

+103
-0
lines changed

6 files changed

+103
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: Bug Report
3+
about: Report a bug if something isn't working as expected
4+
5+
---
6+
7+
<!-- Make sure to include as much information as possible so we can fix it as quickly as possible. -->
8+
<!-- 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 -->
9+
<!-- If you can't answer some sections, please delete them -->
10+
11+
## Description
12+
<!-- Provide a description of this bug -->
13+
14+
## Expected Behavior
15+
<!-- Tell us what should happen -->
16+
17+
## Current Behavior
18+
<!-- Tell us what happens instead -->
19+
20+
## Possible Solution
21+
<!-- Suggest a fix or reason for this bug -->
22+
23+
## Steps to Reproduce
24+
<!-- Provide a link to a live example or steps to reproduce this bug -->
25+
26+
## Screenshots
27+
<!-- Add screenshots of this bug -->
28+
29+
## Your Environment
30+
<!-- Include as many relevant details about the environment you experienced the bug in -->
31+
* Client Version:
32+
* Node.js Version:
33+
* NPM Version:
34+
* Browser Name and Version:
35+
* Operating System and Version:
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Feature Request
3+
about: Suggest an idea for this project
4+
5+
---
6+
7+
<!-- Make sure to include as much information as possible so we can add it as quickly as possible. -->
8+
<!-- 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 -->
9+
<!-- If you can't answer some sections, please delete them -->
10+
11+
## Description
12+
<!-- Provide a description of this change or addition -->
13+
14+
## Context
15+
<!-- Why is this change important to you? How would you use it? How can it benefit other users? -->
16+
17+
## Possible Solution
18+
<!-- Suggest an idea for implementing this change or addition -->
19+
20+
## Screenshots
21+
<!-- Add optional screenshots of this change or addition -->
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: Support Question
3+
about: Ask a general support question about this project
4+
5+
---

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<!-- For fixing bugs use https://github.com/Typeform/js-api-client/compare/?template=bugs.md -->
2+
<!-- For pull requesting new features, improvements and changes use https://github.com/Typeform/js-api-client/compare/?template=features.md -->
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!-- 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 -->
2+
<!-- Don't forget to follow code style, and update documentation and tests if needed -->
3+
<!-- If you can't answer some sections, please delete them -->
4+
5+
## Description
6+
<!-- Describe your changes in detail -->
7+
8+
## Motivation and Context
9+
<!-- Why is this change required? What problem does it solve? -->
10+
<!-- If it fixes an open issue, please link to the issue here -->
11+
12+
## Testing
13+
<!-- Please describe in detail how you tested your changes -->
14+
<!-- Include details of your testing environment, and the tests you ran to see how your change affects other areas of the code, etc.-->
15+
16+
## Backward Compatibility
17+
<!-- Will your changes brake backward compatibility or not? -->
18+
19+
## Screenshots
20+
<!-- Add screenshots of your changes -->
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!-- 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 -->
2+
<!-- Don't forget to follow code style, and update documentation and tests if needed -->
3+
<!-- If you can't answer some sections, please delete them -->
4+
5+
## Description
6+
<!-- Describe your changes in detail -->
7+
8+
## Motivation and Context
9+
<!-- Why is this change required? How can it benefit other users? -->
10+
<!-- If it is from an open issue, please link to the issue here -->
11+
12+
## Testing
13+
<!-- Please describe in detail how you tested your changes -->
14+
<!-- Include details of your testing environment, and the tests you ran to see how your change affects other areas of the code, etc
15+
16+
## Backward Compatibility
17+
<!-- Will your changes brake backward compatibility or not? -->
18+
19+
## Screenshots
20+
<!-- Add screenshots of your changes -->

0 commit comments

Comments
 (0)