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.
- Fork the repository: Click the "Fork" button at the top right of the repository page.
- Clone your fork: Clone your forked repository to your local machine.
git clone https://github.com/<your-username>/logger.git cd logger
- Create a branch: Create a new branch for your feature or bug fix.
git checkout -b my-feature-branch
- Make your changes: Implement your feature or bug fix.
- Write tests: If applicable, write tests for your changes.
- Commit your changes: Commit your changes with a descriptive message.
git commit -m "Add my feature" - Push to your fork: Push your changes to your forked repository.
git push origin my-feature-branch
- Create a pull request: Go to the original repository and click "New Pull Request". Fill out the template and submit your pull request.
If you find a bug or have a feature request, please open an issue in the issue tracker.
We appreciate your contributions to @nodesandbox/logger ! Your help makes this project better for everyone.