Skip to content

Latest commit

 

History

History
71 lines (48 loc) · 2.65 KB

File metadata and controls

71 lines (48 loc) · 2.65 KB

Contributing to Projects Gallery 🚀

Thank you for considering contributing to Projects Gallery! Your involvement helps us create a vibrant and collaborative community. Before you start, please take a moment to review the following guidelines.

Code of Conduct

Please adhere to our Code of Conduct. By participating, you are expected to uphold this code. Report any unacceptable behavior to devkantkumar@proton.me.

Ways to Contribute

There are several ways to contribute to Projects Gallery:

  1. Submit an Issue:

    • Report bugs, suggest features, or propose improvements. Make sure to check for existing issues before creating a new one.
  2. Feature Proposals:

    • If you have an idea for a new feature, discuss it in the Discussions before creating a proposal.
  3. Code Contributions:

    • Fork the repository, create a new branch for your feature or bug fix, and submit a pull request (PR). Ensure your code follows the project's coding standards.
  4. Documentation:

    • Help improve our documentation. Whether it's fixing typos or adding more detailed explanations, your contributions are valuable.
  5. Review Pull Requests:

    • Actively participate in the code review process. Provide constructive feedback and help maintain code quality.

Getting Started

  1. Fork the Repository:

    • Click the "Fork" button on the top right of the repository page to create your copy.
  2. Clone the Repository:

    • Clone your forked repository to your local machine:
      git clone https://github.com/your-username/Projects-Gallery.git
      
  3. Create a Branch:

    • Create a new branch for your contribution:
      git checkout -b feature/your-feature
      
  4. Make Changes:

    • Make your changes and ensure they follow the coding standards.
  5. Commit Changes:

    • Commit your changes with a descriptive commit message:
      git commit -m "Add your changes"
      
  6. Push Changes:

    • Push your changes to your forked repository:
      git push origin feature/your-feature
      
  7. Open a Pull Request:

    • Submit a PR from your branch to the main repository. Provide a clear description of your changes.

Code Standards

To maintain a consistent codebase, follow the coding standards defined in the Coding Guidelines.

Community Discussions

Join the conversation on Discussions to share your ideas, ask questions, or connect with fellow contributors.

Thank you for contributing to Projects Gallery! 🌟