Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.8 KB

CONTRIBUTING.md

File metadata and controls

42 lines (33 loc) · 1.8 KB

Contributing to Ultrasonic

Tank you very much for taking the time to contribute! 👍

Here you will find guidelines for contributing to Ultrasonic. Feel free to propose changes to this document in a pull request.

Code Conduct

This project and everyone participating in it is governed by the Ultrasonic Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to erick.simoes@live.com.

I have a question

Soon we will have a Wiki, until there, you can get your questions through (in order of preference):

Note: Prefer to ask your question through some public channel, so that others can learn too

Ways to help this project:

  1. Using
    • Use this library in your projects (open source or privates),

    Note: You will make the day of the creator of this lib very happy to tell him that you are using in your project 👍

  2. Testing
    • Use the features and try in various devices.
  3. Suggesting a feature
    • Do you need some feature? Suggest it as a issue.
  4. Notifying a bug
    • Did you notice any strange behavior? Reporter the bug as a issue!
  5. Implementing
    • You can do enhancement, fix a bug, solve an issue or expand the documentation.

Premises:

This project was elaborated following some premises:

Minimalism:

  • The minimum memory consumption;
  • The minimum of features;
  • Code minimum.

Oriented to the developer experience

  • As simple as possible to use.

    Thanks! ❤️