Skip to content

Latest commit

 

History

History
66 lines (39 loc) · 2.62 KB

CONTRIBUTING.md

File metadata and controls

66 lines (39 loc) · 2.62 KB

Contributing to Portfolio website

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.

Code of Conduct

We have a Code of Conduct in place to ensure a positive and inclusive community. Please review and adhere to our Code of Conduct.

How to Contribute

To contribute to Portfolio website, follow these steps:

  1. Fork the repository to your GitHub account.

  2. 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
  3. Make your changes in your branch.

  4. Test your changes thoroughly to ensure they do not introduce issues.

  5. Commit your changes with clear and concise commit messages.

    git commit -m "Brief description of your changes"
  6. Push your changes to your fork on GitHub.

    git push origin feature/your-feature-name
  7. 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.

Code Style and Standards

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.

Testing

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.

Documentation

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.

Licensing

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.

Contact

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!