-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add readme introduction and contributing guide
- Loading branch information
1 parent
ed763c4
commit 3e5f794
Showing
2 changed files
with
39 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
### How to contribute to the bunq Python SDK π | ||
|
||
#### Want to add a new amazing feature to our SDK? π | ||
- 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. | ||
- Once we agree on the new feature, open a new GitHub pull request and include all the relevant information to get your code approved! | ||
|
||
#### Did you find a bug? π | ||
- 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). | ||
- 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. | ||
- 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. | ||
|
||
#### Do you have questions about the source code? | ||
- You are welcome to ask whatever you want about the bunq Python SDK on [Together](https://together.bunq.com) π€ | ||
|
||
#### Are you looking for a challenging new adventure? | ||
- We're always looking for the best developers to come and join us at the Bank of the Free! π [Check out our vacancies](https://www.bunq.com/en/jobs)! | ||
|
||
Thanks, and have fun! πͺ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters