Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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
16 changes: 12 additions & 4 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,17 @@
## What happens:
1.

## Logs
- Logs
## Traceback
[//]: # (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.)

## Extra info:
- Tested on
## SDK version and environment
- Tested on [0.12.4](https://github.com/bunq/sdk_csharp/releases/tag/0.12.4)
- [ ] Sandbox
- [ ] Production

## Response id
[//]: # (If this error has something to do with a request that fails, please provide the response id of the request.)
- Response id:

## Extra info:
[//]: # (Please provide any other relevant information here)
8 changes: 8 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[//]: # (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.
Make sure that all your commits link to this issue e.g. "My commit. \(bunq/sdk_csharp#<issue nr>\)".
If this pull request is changing files that are located in "BunqSdk/Model/Generated" then this pull request will be closed as these files must/can only be changed on bunq's side.)

## This PR closes/fixes the following issues:
[//]: # (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.)
- Closes bunq/sdk_csharp#
- [ ] Tested