Skip to content

Prasun-Shiwakoti/RentaseNepal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Conventions

Code Formatting

  • All JavaScript code should be formatted with eslint.
  • All Python code should follow PEP-8 guidelines.

Naming Conventions

  • All variable names should follow camelCase or PascalCase.

Commit Message Guidelines

Commit messages should follow the format <type>: <description>, where type is one of the following:

  • feat: A new feature.
    • Example: feat: add user login functionality
  • fix: A bug fix.
    • Example: fix: resolve issue with user profile update
  • docs: Documentation-only changes.
    • Example: docs: update README with installation instructions
  • style: Changes that do not affect the meaning of the code (e.g., white-space, formatting).
    • Example: style: format code according to PEP8 guidelines
  • refactor: Code changes that neither fix bugs nor add features.
    • Example: refactor: reorganize project structure
  • perf: Changes that improve performance.
    • Example: perf: optimize database queries
  • chore: Changes to the build process or auxiliary tools and libraries.
    • Example: chore: update dependencies

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •