Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 420 Bytes

File metadata and controls

38 lines (23 loc) · 420 Bytes

Contributing Guide

Thank you for contributing to Expense Tracker.

How to Contribute

  1. Fork the repository
  2. Create a branch

git checkout -b feature-name

  1. Make changes
  2. Commit changes

git commit -m "your message"

  1. Push branch
  2. Open Pull Request

Commit Style

feat: New feature

fix: Bug fix

docs: Documentation

Pull Requests

Please include:

  • Description
  • Screenshots
  • Testing details