Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 609 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 609 Bytes

Smart Note App

Organize your notes into folders

Contributing

  • Fork and Clone the repository and add shambu2k/smart-note as remote upstream.
  • Create new branch for features.
  • Strictly follow the commit conventions mentioned here.
  • Pull latest changes from upstream before pushing your code or creating a new feature branch.
  • Send a PR to shambu2k/smart-note for review and merging

NOTE: Never push directly to main repository (upstream). Only push to your forked repo (origin) and send a pull request to the main repository