-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from tomassirio/contributing-md-tomassirio
added two new contributing files
- Loading branch information
Showing
2 changed files
with
49 additions
and
0 deletions.
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,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. |
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,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) |