Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.33 KB

File metadata and controls

35 lines (28 loc) · 1.33 KB

Contributing to @nodesandbox/logger

Thank you for your interest in contributing to @nodesandbox/logger ! We welcome contributions of all kinds, from bug reports to feature requests and pull requests.

How to Contribute

  1. Fork the repository: Click the "Fork" button at the top right of the repository page.
  2. Clone your fork: Clone your forked repository to your local machine.
    git clone https://github.com/<your-username>/logger.git
    cd logger
  3. Create a branch: Create a new branch for your feature or bug fix.
    git checkout -b my-feature-branch
  4. Make your changes: Implement your feature or bug fix.
  5. Write tests: If applicable, write tests for your changes.
  6. Commit your changes: Commit your changes with a descriptive message.
    git commit -m "Add my feature"
  7. Push to your fork: Push your changes to your forked repository.
    git push origin my-feature-branch
  8. Create a pull request: Go to the original repository and click "New Pull Request". Fill out the template and submit your pull request.

Issues

If you find a bug or have a feature request, please open an issue in the issue tracker.

Thank You!

We appreciate your contributions to @nodesandbox/logger ! Your help makes this project better for everyone.