Skip to content

Latest commit

 

History

History
90 lines (55 loc) · 3.12 KB

CONTRIBUTING.md

File metadata and controls

90 lines (55 loc) · 3.12 KB

Contributing to Phone Tracker CLI

Thank you for your interest in contributing to the Phone Tracker CLI project. We welcome contributions from the community to help improve and enhance this package. This document outlines the steps and guidelines for contributing.

Table of Contents

Getting Started

Prerequisites

Before you start contributing to the project, please make sure you have the following prerequisites installed:

  • Node.js: Ensure you have Node.js and npm (Node Package Manager) installed. You can download them from nodejs.org.

How to Contribute

Follow these steps to contribute to the Phone Tracker CLI project:

1. Fork the Repository

Click the "Fork" button at the top right of the repository page to create your copy of the project.

2. Clone Your Fork

Clone your forked repository to your local machine. Replace <your-username> with your GitHub username:

git clone https://github.com/<your-username>/mobile-number-tracker.git

3. Create a New Branch

Create a new branch for your contribution. It's recommended to name your branch in a descriptive and meaningful way:

git checkout -b feature/new-feature

4. Make Changes

Make your desired changes and improvements to the codebase. Ensure that your changes adhere to the project's coding style and guidelines.

5. Commit Your Changes

Commit your changes with a clear and concise commit message:

git commit -m "Add new feature: XYZ"

6. Push Your Changes

Push your changes to your forked repository on GitHub:

git push origin feature/new-feature

7. Create a Pull Request

Navigate to the original repository and click the "New Pull Request" button. Provide a descriptive title and detailed description of your changes. Submit the pull request, and it will be reviewed by the maintainers.

Code of Conduct

Please review and adhere to our Code of Conduct. Be respectful and considerate of other contributors and maintain a welcoming and inclusive environment for everyone.

Community Guidelines

We encourage collaboration and value contributions from all members of the community. If you have questions, need assistance, or want to discuss ideas, please feel free to reach out through GitHub discussions, issues, or email.

License

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

Happy Coding ! 🚀