From d4c6e1d421f119118e8eca73b317e14270b045ca Mon Sep 17 00:00:00 2001 From: Tomas Sirio Date: Sat, 3 Oct 2020 21:19:02 -0300 Subject: [PATCH] added two new contributing files --- CONTRIBUTING.es.md | 24 ++++++++++++++++++++++++ CONTRIBUTING.md | 25 +++++++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 CONTRIBUTING.es.md create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.es.md b/CONTRIBUTING.es.md new file mode 100644 index 0000000..ff8cff0 --- /dev/null +++ b/CONTRIBUTING.es.md @@ -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. \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..3ced580 --- /dev/null +++ b/CONTRIBUTING.md @@ -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) \ No newline at end of file