Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 727 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (14 loc) · 727 Bytes

Contributing to Expense Tracker

We welcome contributions to Expense Tracker! Follow these steps to get started.

How to Contribute

  • Fork the repository and clone it to your local machine.
  • Create a branch for your feature or bug fix (git checkout -b feature-name).
  • Make changes and test thoroughly.
  • Submit a pull request (PR) with a description of your changes.

Coding Guidelines

  • Follow consistent coding styles (e.g., using camelCase in JavaScript).
  • Write clear and concise commit messages.
  • Include comments where needed to explain complex code.

Reporting Issues

If you encounter bugs, please open an issue with detailed information.

Thank you for helping improve Expense Tracker!