Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.38 KB

CONTRIBUTING.md

File metadata and controls

21 lines (15 loc) · 1.38 KB

Contributing to Github Repository Collection

Thank you for considering contributing to the SDE Repository Collection! Your contributions help make this repository a valuable resource for university students and alumni seeking internship and job opportunities.

Reporting Issues

If you encounter any issues such as missing companies or universities in the list, broken URLs, or any other problems, please feel free to report them by opening an issue on the GitHub repository. When reporting an issue, please provide as much detail as possible to help us understand and address the problem efficiently.

Making Contributions

To contribute to the Github Repository Collection, follow these steps:

  1. Fork the repository to your GitHub account.
  2. Clone the forked repository to your local machine.
  3. Create a new branch for your changes: git checkout -b my-branch-name.
  4. Make your desired changes, whether it's adding new companies or universities, fixing broken URLs, or making improvements to the existing content.
  5. Commit your changes with descriptive commit messages.
  6. Push your changes to your forked repository: git push origin my-branch-name.
  7. Create a pull request (PR) from your forked repository to the main repository.
  8. Provide a clear description of your changes in the PR and link any relevant issues if applicable.
  9. Wait for feedback and iterate on your changes if necessary.