Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 915 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (17 loc) · 915 Bytes

Table of Contents

Opening an Issue

Whenever that open an issue is important that the explain be clear and direct.

Submiting a Pull Request

Follows these steps to contribuing to project:

  1. Fork the repository: git clone https://github.com/dorianneto/frontend-boilerplate.git
  2. Create a new branch: git checkout -b my-feature-name
  3. Commit your changes*: git commit -m 'some description'
  4. Push to the branch: git push origin my-feature-name
  5. Submit a pull request :)

License

It's a open-sourced software licensed under the MIT License (MIT), then when you contributes you agree to license it. Please see LICENSE for more information.

Thank you for you contribute! ❤️