You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 17, 2023. It is now read-only.
We're excited you're considering contributing to our project! Your patches are essential to keeping our SDKs bug free and up-to-date. We want to keep it as easy as possible to contribute. There are only a few guidelines you must follow that will allow us to keep up with pull requests and maintain a high quality code base.
4
+
5
+
## Getting Started
6
+
7
+
* Make sure you have a [GitHub account](https://github.com/signup/free)
8
+
* Make sure you have a [HelloSign account](http://www.hellosign.com)
9
+
* Submit a new [issue ticket](https://github.com/HelloFax/hellosign-java-sdk/issues), assuming one does not already exist.
10
+
* Clearly describe the issue including steps to reproduce when it is a bug.
11
+
* Make sure to include the version you are using which has the issue (and confirm that the issue you are having has not been fixed in a later version)
12
+
* Fork the repository on GitHub
13
+
14
+
## Making Changes
15
+
16
+
* Make commits of logical units.
17
+
* Check for unnecessary whitespace with `git diff --check` before committing.
18
+
* Make sure your commit messages are in [the proper format](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
19
+
* Make sure you have added any necessary tests for your changes.
20
+
* Run all unit tests, if available, to ensure nothing else was accidentally broken.
21
+
22
+
### Making trivial changes
23
+
24
+
For changes of a trivial nature to comments and documentation, it is not
25
+
always necessary to create a new issue ticket.
26
+
27
+
## Submitting Changes
28
+
29
+
* Push your changes to your fork of the repository.
30
+
* Submit a pull request to the repository in the HelloFax organization.
31
+
* Update your issue ticket to mark that you have submitted code and are ready for it to be reviewed (Status: Ready for Merge).
32
+
* Include a link to the pull request in the ticket.
33
+
* The HelloSign dev team looks at Pull Requests on a regular basis.
34
+
* After feedback has been given we expect responses within two weeks. After two
35
+
weeks we may close the pull request if it isn't showing any activity.
0 commit comments