Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #77

Merged
merged 1 commit into from
Oct 17, 2018
Merged
Changes from all 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
46 changes: 45 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
![README Cover Image](readme_cover.png)

<div align="center">

# Conekta Java 2.1.5

[![Made with Java](https://img.shields.io/badge/made%20with-java-red.svg?style=for-the-badge&colorA=ED4040&colorB=C12C2D)](http://www.java.com) [![By Conekta](https://img.shields.io/badge/by-conekta-red.svg?style=for-the-badge&colorA=ee6130&colorB=00a4ac)](https://conekta.com)
</div>


This is a java library that allows interaction with https://api.conekta.io API.

## Installation
Expand Down Expand Up @@ -291,6 +297,44 @@ Developed in Mexico by [Conekta](https://www.conekta.com). Available with [MIT L

***

## License

Developed in Mexico by [Conekta](https://www.conekta.com). Available with [MIT License](LICENSE).

## How to contribute to the project

1. Fork the repository

2. Clone the repository
```
git clone [email protected]:yourUserName/conekta-java.git
```
3. Create a branch
```
git checkout develop
git pull origin develop
# You should choose the name of your branch
git checkout -b <feature/my_branch>
```
4. Make necessary changes and commit those changes
```
git add .
git commit -m "my changes"
```
5. Push changes to GitHub
```
git push origin <feature/my_branch>
```
6. Submit your changes for review, create a pull request

To create a pull request, you need to have made your code changes on a separate branch. This branch should be named like this: **feature/my_feature** or **fix/my_fix**.

Make sure that, if you add new features to our library, be sure that corresponding **unit tests** are added.

If you go to your repository on GitHub, you’ll see a Compare & pull request button. Click on that button.

***

## We are always hiring!

If you are a comfortable working with a range of backend languages (Java, Python, Ruby, PHP, etc) and frameworks, you have solid foundation in data structures, algorithms and software design with strong analytical and debugging skills. Send us your CV and GitHub to quieroser@conekta.com
If you are a comfortable working with a range of backend languages (Java, Python, Ruby, PHP, etc) and frameworks, you have solid foundation in data structures, algorithms and software design with strong analytical and debugging skills, check our open positions: https://www.conekta.com/careers