Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 2.11 KB

CONTRIBUTING.md

File metadata and controls

29 lines (19 loc) · 2.11 KB

Contributing to the Software Interview Questions Repository

Here are the guidelines we follow:

Submitting a Question or Solution

  • Create a fork of the repository. This will create a copy of the repository under your own GitHub account.
  • Make your changes in your fork. Be sure to follow the formatting guidelines outlined below.
  • Commit your changes and push them to your fork.
  • Submit a pull request to the main repository. This will notify the maintainers of the repository and allow them to review and potentially merge your changes.

Submitting a Bug Report

If you find a bug in the repository, please submit a bug report by following these steps:

  • Search the existing issues to see if the bug has already been reported.
  • If the bug has not been reported, create a new issue and include a clear description of the problem and steps to reproduce it.
  • Include any error messages and/or screenshots that may be helpful in understanding the problem.

Code of Conduct

Please note that this project is released with a Code of Conduct. By participating in this project you agree to abide by its Terms.

Attribution

We ask that you include a link to the repository in documentation or about pages, or in the case of redistributing the code, a mention in the credits or documentation.

Licensing

By contributing to the Software Interview Questions Repository, you agree that your contributions will be licensed under the repository's license.

We welcome and appreciate contributions to the Software Interview Questions Repository. Thank you for your contributions!