Thank you for your interest in contributing to Personal Finance Tracker! Your help is highly appreciated to make this project better for everyone.
- How to Contribute
- Code of Conduct
- Reporting Bugs
- Suggesting Features
- Development Setup
- Pull Request Process
- Coding Guidelines
- License
We welcome contributions of all kinds, including bug reports, feature requests, documentation improvements, and code changes!
- Fork the repository.
- Clone your fork to your local machine.
- Create a new branch for your changes.
- Make your changes.
- Commit your changes with a clear and descriptive message.
- Push your changes to your fork.
- Submit a pull request (PR) to the
mainbranch.
Please read our Code of Conduct to keep this community welcoming and respectful.
- Ensure the bug was not already reported by searching existing issues.
- Create a new issue with the following information:
- Description: A clear and concise description of the bug.
- Steps to Reproduce: How to reproduce the issue.
- Expected Behavior: What you expected to happen.
- Screenshots: If applicable, add screenshots to help explain.
- Search existing issues for similar feature requests.
- Open a new issue and provide:
- Feature Description
- Use Case / Motivation
- Possible Alternatives
This project uses HTML, CSS, and JavaScript.
- Clone the repository:
git clone https://github.com/neeraj542/Personal-Finance-Tracker.git
- Navigate to the project directory:
cd Personal-Finance-Tracker - Open
index.htmlin your browser to view the app locally.
For advanced tasks, follow any setup instructions in the
README.md.
- Ensure your PR is up to date with the latest code from
main. - Clearly describe what your PR does and reference related issues if applicable.
- Keep your changes focused and atomic; avoid unrelated changes.
- Your PR will be reviewed. Please be open to feedback and make requested changes.
- Only merge after approval from a maintainer.
- Follow existing code style and formatting.
- Write clear, concise commit messages.
- Comment your code where necessary.
- If you add or update significant features, please update the documentation.
By contributing, you agree that your contributions will be licensed under the MIT License.
Thank you for helping make Personal Finance Tracker better!