Skip to content

Instantly share code, notes, and snippets.

View yashvardhan-kukreja's full-sized avatar
🏃‍♂️
Running and firefighting things

Yashvardhan Kukreja yashvardhan-kukreja

🏃‍♂️
Running and firefighting things
View GitHub Profile
@mayankshah1607
mayankshah1607 / CONTRIBUTING.md
Last active July 7, 2020 08:30
This gist is a sample of CONTRIBUTING.md for Enigma 6 code repo.

Contributing Guidelines

This doc defines a set of rules and protocols that must be strictly followed while contributing to this repository.

1. Commit messages

  • Use the -m flag only for minor changes. The message following the -m flag must be of the below format :

    <Verb in present tense> <Action>

    Examples of valid messages:

  • Added routes/routes.js file