Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.03 KB

Contributing.md

File metadata and controls

20 lines (13 loc) · 1.03 KB

Contributing Guidelines:

  1. These are the ways you can contribute to this repository.

    • Create a html and css page to collect info of user through html form using java script
    • e-mail related code work shold be done on its exclusive branch.
    • improve UI when available.
    • Fix anything that catches your eye
    • Suggestions to the maintainers
    • Fix the existing issues
  2. If you see an issue already created, that you think you can resolve, comment on it and ask the maintainers to assign it to you. We will be more than glad to do so :)

  3. Commit message should be of the stated syntax. Use only absolute verbs like Create, Update, etc and no past or future tenses like creating/created.

  4. Add comments to codes. This increases readability. However do not raise issues or PRs only to add comments.

  5. When naming the functions or variables use meaningful names instead of just random ones. Preferrably, refer to similar files or functions to get an idea.

  6. Every PR would be reviewed before it gets approved to merge.