Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 825 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (18 loc) · 825 Bytes

Approach to Contribute

Consistent Coding Style

  • Currently this repository accepts code only in HTML, CSS and Javascript. Further frameworks will be added only after a prior discussion.
  • Follow a consistent Coding Style.
  • Use variable names, method names and class names with a significant meaning.

Make Good Pull Requests

To make a Pull Request you must add a Commit Message which should consist of these three parts:

  • Filename: Name of the File
  • Language: The Language in which it has been implemented
  • Intent: The purpose of the Code.
Filename: index.html

Language: HTML

Intent: To change the div section to align the form text in center.
  • If a change to the existing code has been made, add an Issue and refer to the Issue before making a Pull Request.

Happy Contributing!