Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.6 KB

CONTRIBUTING.md

File metadata and controls

31 lines (22 loc) · 1.6 KB

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Steps before creating a Pull request

  1. Please check the template and adhere to the specific format in your submitted file
  2. Please try to write clean and indented code. Sparsely occuring concise comments are also fine but not mandatory
  3. Please ensure that the commit message follows the following format - Company name, College name, Year
  4. Please ensure that the filename describes the problem statement as clearly as possible

Contributing workflow

Here’s how we suggest you go about proposing a change to this project:

  1. Fork this project to your account.
  2. Create a branch for the change you intend to make.
  3. Make your changes to your fork adhereing to the guidelines above.
  4. Send a pull request from your fork’s branch to our master branch.

Using the web-based interface to make changes is fine too, and will help you by automatically forking the project and prompting to send a pull request too.