Skip to content

Latest commit

 

History

History
66 lines (45 loc) · 2.08 KB

CONTRIBUTING.md

File metadata and controls

66 lines (45 loc) · 2.08 KB

Contributing to Task-Manager

Welcome to IP Address Tracker! We're thrilled that you are interested in contributing. Before you get started, please take a moment to review the following guidelines.

How to Contribute

  1. Fork the Repository:

    • Click on the "Fork" button at the top right corner of the repository page.
    • Clone your fork to your local machine.
    git clone https://github.com/FaheemOnHub/Task-Manager-MongoDB-Node.JS
  2. Create a Branch:

    • Create a new branch for your contribution.
    git checkout -b feature/your-feature

    Please make sure your branch name is descriptive and reflects the nature of your contribution.

  3. Make Changes:

    • Implement your changes or additions to the project.
  4. Commit Changes:

    • Commit your changes with clear and concise commit messages.
    git commit -m "Add your descriptive commit message"
  5. Push Changes:

    • Push your changes to your forked repository.
    git push origin feature/your-feature
  6. Create a Pull Request (PR):

  7. Review and Collaborate:

    • Participate in the discussion on your pull request.
    • Make any requested changes if needed.
    • Collaborate with the community to refine and improve your contribution.

Code Style and Guidelines

  • Follow the existing code style of the project.
  • Ensure that your code is well-documented.
  • Include comments where necessary to explain complex logic or functionality.

Report Issues

If you encounter any issues or have suggestions for improvement, please [open an issue]https://github.com/FaheemOnHub/Task-Manager-MongoDB-Node.JS/issues on the repository.

License

By contributing to TASK MANAGER, you agree that your contributions will be licensed under the MIT License.

Thank you for your contribution! 🚀