Skip to content

Commit 23abffc

Browse files
Merge branch 'develop' into feature/sdk_python#139_type_hints_for_tests
2 parents f5e468a + efe4c9a commit 23abffc

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
## This PR closes/fixes the following issues:
66
[//]: # (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#
7+
- Closes bunq/sdk_python#
88
- [ ] Tested

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828

2929
[Full Changelog](https://github.com/bunq/sdk_python/compare/1.10.16...1.13.0)
3030

31+
**Breaking Changes:**
32+
- Breaking changes since v1.13.0 [\#142](https://github.com/bunq/sdk_python/issues/142) ([angelomelonas](https://github.com/angelomelonas))
33+
3134
**Implemented enhancements:**
3235

3336
- Python SDK Refactor [\#117](https://github.com/bunq/sdk_python/pull/117) ([angelomelonas](https://github.com/angelomelonas))

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
### How to contribute to the bunq Python SDK 😎
22

33
#### Want to add a new amazing feature to our SDK? 🚀
4-
- First let’s discuss the feature that you would like to add. [Open a new issue](https://github.com/bunq/bunq-Python/issues/new), describe the feature and explain why you think it should be added.
4+
- First let’s discuss the feature that you would like to add. [Open a new issue](https://github.com/bunq/sdk_python/issues/new), describe the feature and explain why you think it should be added.
55
- Once we agree on the new feature, open a new GitHub pull request and include all the relevant information to get your code approved!
66

77
#### Did you find a bug? 🐛
8-
- Before opening a new issue check if the bug hasn't already been reported by searching on GitHub under [issues](https://github.com/bunq/bunq-Python/issues).
9-
- If it hasn't already been reported you can [open a new issue](https://github.com/bunq/bunq-Python/issues/new). Make sure you include a title and clear description, as much relevant information as possible, and a code sample or an executable test case demonstrating the expected behaviour that is not occurring.
8+
- Before opening a new issue check if the bug hasn't already been reported by searching on GitHub under [issues](https://github.com/bunq/sdk_python/issues).
9+
- If it hasn't already been reported you can [open a new issue](https://github.com/bunq/sdk_python/issues/new). Make sure you include a title and clear description, as much relevant information as possible, and a code sample or an executable test case demonstrating the expected behaviour that is not occurring.
1010
- If you wrote a patch that fixes a bug, open a new GitHub pull request and make sure to clearly describe the problem and your awesome solution.
1111

1212
#### Do you have questions about the source code?

0 commit comments

Comments
 (0)