Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 2.03 KB

CONTRIBUTING.md

File metadata and controls

54 lines (41 loc) · 2.03 KB

Contributing to yatulearn

Thank you for your interest in contributing to Project Name! We welcome contributions from everyone. To ensure a smooth collaboration, please follow the guidelines below.

How to Contribute

  1. Fork the Repository:

    • Click the "Fork" button at the top right of the repository page to create your own copy of the project.
  2. Clone Your Fork:

    • Use the following command to clone your forked repository to your local machine:
      git clone https://github.com/RaginiSharma01/yatulearn.git
    • Replace your-username with your GitHub username and yatulearn with the repository name.
  3. Create a New Branch:

    • Create a new branch for your feature or bug fix:
      git checkout -b feature/your-feature-name
    • Use a descriptive branch name to indicate the purpose of the branch.
  4. Make Changes:

    • Make your changes in your local repository.
  5. Commit Your Changes:

    • Commit your changes with a meaningful message:
      git commit -m "Add a brief description of your changes"
  6. Push to Your Fork:

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

    • Go to the original repository where you want to propose your changes.
    • Click on the "Pull Requests" tab, then click "New Pull Request."
    • Select the branch you created in your fork and provide a description of the changes you've made.
    • Submit the pull request.

Code of Conduct

By participating in this project, you agree to abide by our Code of Conduct.

Issues

If you encounter any issues, please check our issues page to see if the issue has already been reported. If not, feel free to open a new issue.

Questions?

If you have any questions, please feel free to reach out by opening an issue or contacting us at [insert contact information].

Thank you for your contributions!