Skip to content

Commit 5466b9a

Browse files
authored
Merge pull request #61 from bunq/feature/#60-imporve-issue-and-pr-tempplate
(#60) improve issue and pr template
2 parents 68318f8 + 5bf1ddc commit 5466b9a

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,17 @@
77
## What happens:
88
1.
99

10-
## Logs
11-
- Logs
10+
## Traceback
11+
[//]: # (If there is a traceback please share it in a quote! You can do this by pasting the traceback text, highlighting it and pressing the quote button.)
12+
13+
## SDK version and environment
14+
- Tested on [0.12.4](https://github.com/bunq/sdk_python/releases/tag/0.12.4)
15+
- [ ] Sandbox
16+
- [ ] Production
17+
18+
## Response id
19+
[//]: # (If this error has something to do with a request that fails, please provide the response id of the request.)
20+
- Response id:
1221

1322
## Extra info:
14-
- Tested on
23+
[//]: # (Please provide any other relevant information here)

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[//]: # (Thanks for opening this pull request! Before you proceed please make sure that you have an issue that explains what this pull request will do.
2+
Make sure that all your commits link to this issue e.g. "My commit. \(bunq/sdk_python#<issue nr>\)".
3+
If this pull request is changing files that are located in "bunq/sdk/model/generated" then this pull request will be closed as these files must/can only be changed on bunq's side.)
4+
5+
## This PR closes/fixes the following issues:
6+
[//]: # (If for some reason your pull request does not require a test case you can just mark this box as checked and explain why it does not require a test case.)
7+
- Closes bunq/sdk_php#
8+
- [ ] Tested

0 commit comments

Comments
 (0)