Skip to content

Commit

Permalink
Merge pull request #3 from tomassirio/contributing-md-tomassirio
Browse files Browse the repository at this point in the history
added two new contributing files
  • Loading branch information
o-leolleo authored Oct 4, 2020
2 parents 4c87ef0 + d4c6e1d commit 13c9448
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CONTRIBUTING.es.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## Pasos simples para empezar:

* **Si eres nuevo en Git / Github, no tienes por que sentirte intimidado**
* Puedes simplemente contribuir usando la UI de Github.

1. Crea un nuevo Fork de este repositorio.
2. Has el cambio que desees.
3. Luego, crea un Pull Request.
4. Tu Pull Request sera evaluado y finalmente mergeado al master (main).

[Tambien puedes guiarte en este tutorial](https://github.com/firstcontributions/first-contributions)

## Escribiendo codigo:

* Antes de pushear tus cambios a Github, asegurate de que tu codigo compile y corra sin errores ni warnings.
* Aceptamos contribuciones en cualquier lenguaje (Eng/Spa/Por)
* Usa variables, metodos y nombres de funciones declarativas junto a los comentarios.
* Nada de profanidades.

## Maneras de contribuir:
* Impementa nuevos algoritmos para el repositorio en su debida seccion. Si la seccion no existe, crea una apropiada.
* Optimiza o mejora el codigo existente de algun algoritmo
* Agrega una nueva solucion a un problema existente
* Encontrar y arreglar bugs.
25 changes: 25 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## Simple Steps to Get Started:

* **If you are new to Github / Git, no need to get intimidated.**
* You can simply contribute by using the Github website UI (User Interface).

1. Fork this repository. This will create your own copy of this repo.
2. Make whatever changes you want.
3. Then, make a pull request.
4. Your pull request will be merged after review! Simple! Done !

[You can also take a look in this amazing tutorial here](https://github.com/firstcontributions/first-contributions)

## Writing code:

* Before you push your changes to GitHub, make sure that your code compiles and runs without any errors or warnings.
* We are accepting contributions in any language.
* Use meaningful variable, method and function names and comments.
* No profanity.

## Ways to Contribute:
* Implementing new algorithms in the repo, under the right section. Make a new section for it if it doesn't fall under any section. Make sure that your implementation works.
* Optimizing or improving the existing algorithms.
* Adding a different solution for the problem.
* Finding and fixing bugs.
Also NOTE: In case an issue already exists regarding your pull request make sure to # (hashtag) the issue number (eg: #1)

0 comments on commit 13c9448

Please sign in to comment.