Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 2.5 KB

CONTRIBUTING.md

File metadata and controls

55 lines (36 loc) · 2.5 KB

Contributing to Ghostmkg Projects

Welcome to Ghostmkg open-source projects! We're excited that you're interested in contributing to our community. By participating, you not only enhance your skills but also help improve our projects for everyone. Here's how you can get started:

Code of Conduct

Before you start, please review our Code of Conduct. We expect all contributors to adhere to these guidelines to ensure a positive and inclusive environment.

How to Contribute

  1. Fork the Repository: Start by forking the repository you wish to Contribute to by forking it your GitHub account using the "Fork" button.

  2. Clone the Repository: Clone the forked repository to your local machine:

    git clone https://github.com/your-username/repo-name.git
    cd repo-name
    
  3. Create a Branch: Create a new branch for your contribution:

    git checkout -b feature/your-feature-name
    
  4. Make Changes: Make your changes or additions to the code, documentation, or any other project aspect. If you are submitting your Project, create a new folder with the name of the project and the contents inside it. The Project should include a README.md file outlining your project and a link to your GitHub Account at the end.

  5. Test: If applicable, test your changes thoroughly to ensure they work as intended.

  6. Commit: Commit your changes with a descriptive commit message:

    git commit -m "Add your descriptive message here"
    
  7. Push Changes: Push your changes to your forked repository:

    git push origin feature/your-feature-name
    
  8. Pull Request: Open a Pull Request (PR) on the original repository:

    • Describe your changes and explain why they are valuable.
    • Reference any related issues or discussions.
    • Follow the template provided in the PR description, if available.
  9. Review: Participate in the code review process. Address any feedback or comments provided by maintainers.

  10. Merge: Once your PR is approved, it will be merged into the main project. Congratulations, your contribution is now part of Prodigy InfoTech!

Reporting Issues

If you find a bug, have a suggestion, or want to discuss something related to the project, please check the Issues section. If your issue or idea is not listed, feel free to open a new one.

Thank You

Thank you for contributing to Ghostmkg! Your efforts are greatly appreciated. Your contributions help make our projects better and empower our community.

Happy coding!