Skip to content

Commit a13094f

Browse files
authored
Merge pull request #40 from Adyen/github-templates
Added GitHub templates for issues and PRs
2 parents 1970c4a + ac191e2 commit a13094f

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
**Python version**: x.y.z
2+
**Library version**: x.y.z
3+
**Description**
4+
<!--
5+
- please provide description of the issue. In case of bug report, please provide the necessary steps to reproduce.
6+
- For merchant specific requests, please use https://support.adyen.com
7+
-->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
**Description**
2+
<!-- Please provide a description of the changes proposed in the Pull Request -->
3+
4+
**Tested scenarios**
5+
<!-- Description of tested scenarios -->
6+
7+
**Fixed issue**: <!-- #-prefixed issue number -->

0 commit comments

Comments
 (0)