Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1018 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (18 loc) · 1018 Bytes

Contribute to this project

Para ver esta guía en español visita aquí

🎉 Your time is really appreciated to contribute to this project! 🎉

To mantain a consistent branding of the project, suggestions for design changes, such as color scheme, fonts, typography, etc will not be accepted. If your request is about an enhancement, it is recommended to first submit a Feature Request issue to discuss whether your idea fits the project.

For programmers:

  1. Follow this guide to fork this repo on the development branch.
  2. Clone it to your local machine and run on your terminal:
$ bundle
  1. Create your own branch or work on the development branch
  2. Make your changes and create a Pull Request.

To deploy this on your local machine run:

bundle exec jekyll s

For non programmers:

  • An easier contributing guide for non coders will be added in the near future.