Thank you for considering contributing to Portfolio-React! We appreciate your time and effort. By contributing, you help make this project better for everyone. Please follow the guidelines outlined in this document to ensure smooth collaboration.
Please note that this project adheres to the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code. Please report any unacceptable behavior to [email protected].
-
Fork the repository:
- Fork the repository to your GitHub account.
-
Clone your fork:
git clone https://github.com/Sagargupta16/portfolio-react.git
-
Create a new branch:
git checkout -b feature/your-feature
-
Make your changes and commit:
git add . git commit -m "Add your commit message here"
-
Push to your fork:
git push origin feature/your-feature
-
Open a pull request: Open a pull request on the main repository explaining your changes. Reference any relevant issues.
Adhere to the existing code style used in the project. If there's a specific style guide, please follow it. If not, maintain consistency with the surrounding code.
Update the documentation if your contribution introduces new features or modifies existing behavior. This includes updating README files or adding relevant documentation in the code.
If you find a bug or have a feature request, please open an issue following the provided issue template.
All contributions will be reviewed by the maintainers. Be patient during the review process and be responsive to any feedback or requests for changes.
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [email protected]. The project team will review and investigate all complaints and respond appropriately. Confidentiality with regard to the reporter of an incident will be maintained.
Thank you for your contribution! Happy coding!