Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 419 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (9 loc) · 419 Bytes

Contributing to Onboard Automator

We welcome contributions! Please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add new feature').
  5. Push to the branch (git push origin feature-branch).
  6. Open a pull request.

Please ensure your code adheres to coding standards and passes all tests.