Skip to content

Commit ae4d2d5

Browse files
committed
added contributing.md
1 parent 236dc95 commit ae4d2d5

2 files changed

Lines changed: 33 additions & 0 deletions

File tree

.fernignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Specify files that shouldn't be modified by Fern
22
LICENSE.md
3+
CONTRIBUTING.md

CONTRIBUTING.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Contributing
2+
3+
Thank you for your interest in contributing to the Payabli SDKs!
4+
We welcome contributions from the community and appreciate your help in improving our SDKs.
5+
6+
## Feature requests
7+
8+
If you would like to request a new feature, please create a new GitHub issue on this repository.
9+
See the [Issues](../../issues) page and click **New issue** to get started.
10+
11+
Please provide the following information in your feature request:
12+
- A clear description of the feature
13+
- The use case for the feature
14+
- Code examples that demonstrate how the feature would be used (if applicable)
15+
16+
## Bug report
17+
18+
If you have found a bug in the SDK, please create a new GitHub issue on this repository.
19+
See the [Issues](../../issues) page and click **New issue** to get started.
20+
21+
Please provide the following information in your bug report:
22+
- A clear description of the bug
23+
- Steps to reproduce the bug
24+
- Expected behavior
25+
- Actual behavior
26+
- Code examples that demonstrate the bug (if applicable)
27+
28+
## Pull requests
29+
30+
Pull requests are welcome; however, Payabli will implement all code changes.
31+
We will review your pull request, ask any clarifying questions, and close the pull request.
32+

0 commit comments

Comments
 (0)