Skip to content

Commit 110a6c5

Browse files
author
derkv
committed
Add codeowners, issue template and pull request template
1 parent bcbf528 commit 110a6c5

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @Adyen/dba

.github/ISSUE_TEMPLATE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
**Library version**: x.y.z
2+
**Description**
3+
<!--
4+
- please provide description of the issue. In case of bug report, please provide the necessary steps to reproduce.
5+
-->

.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)