Thank you for your interest in contributing to the Customer Relations Management tool built in the MERN stack! We appreciate your help in making this project better.
The app has three sections:
The employer section allows users to access details about service requests, leads, and contacts.
The service request section contains details about a service requested from the employer.
- Fork the repository.
- Create a new branch with a descriptive name:
git checkout -b <branch-name>
- Make changes and ensure that the code is properly formatted.
- Commit your changes:
git commit -m "A brief description of your changes"
- Push your changes to the branch:
git push origin <branch-name>
- Create a pull request.
Please follow the code style used in the project. We use the following tools for linting and formatting:
- ESLint for JavaScript.
Please check the issues page to see if your issue has already been reported. If not, please create a new issue with a descriptive title and detailed description.
Please follow the pull request template and provide as much detail as possible. We appreciate your help in making this project better.
Thank you!