Welcome to portfolio website! We appreciate your interest in contributing to our project. By contributing, you help make this project better, and we're grateful for your support.
Before you begin contributing, please take a moment to read and understand the following guidelines.
We have a Code of Conduct in place to ensure a positive and inclusive community. Please review and adhere to our Code of Conduct.
To contribute to Portfolio website, follow these steps:
-
Fork the repository to your GitHub account.
-
Create a new branch for your feature, bug fix, or improvement.
git checkout -b feature/your-feature-name
or
git checkout -b bugfix/your-bug-fix
-
Make your changes in your branch.
-
Test your changes thoroughly to ensure they do not introduce issues.
-
Commit your changes with clear and concise commit messages.
git commit -m "Brief description of your changes"
-
Push your changes to your fork on GitHub.
git push origin feature/your-feature-name
-
Create a pull request (PR) from your branch to the
astro
branch of our repository. Please provide a clear and descriptive title for your PR and include details about the changes.
Please follow the existing code style and standards in the project. If there are specific coding guidelines or linting rules, adhere to them. If none are provided, maintain a clean and consistent code style.
Before submitting a pull request, ensure that your changes have been thoroughly tested. If there are specific testing requirements or guidelines for the project, follow them. Provide instructions for running tests if applicable.
If your contributions introduce new features, settings, or options, update the project documentation to reflect these changes. Explain any modifications to the project's functionality to help others understand and utilize your work effectively.
By contributing to this project, you agree that your contributions will be licensed under the project's LICENSE. Ensure that any new dependencies introduced in your contributions are compatible with the project's license.
If you have questions, concerns, or need assistance during the contribution process, please feel free to contact us at [technicalrohit06@gmail.com].
We appreciate your contributions to [Your Project Name] and look forward to collaborating with you. Thank you for helping us make this project better!
Happy contributing!