Skip to content

Latest commit

 

History

History
57 lines (33 loc) · 2.05 KB

File metadata and controls

57 lines (33 loc) · 2.05 KB

Contributing to Budget Pro

We welcome contributions from the open-source community to help make Budget Pro even better. Whether you're a developer, designer, or just enthusiastic about personal finance, we appreciate your help.

Before you get started, please take a moment to review the following guidelines.

Resources

  1. ERD
  2. logo.jpg
  3. logo.png

Getting Started

  1. Fork the Budget Pro repository on GitHub.

  2. Clone your fork to your local machine: git clone https://github.com/YourUsername/BudgetPro.git

  3. Create a new branch for your changes: git checkout -b feature/your-feature-name

  4. Make your changes and commit them with descriptive commit messages.

  5. Push your changes to your fork: git push origin feature/your-feature-name

  6. Create a pull request (PR) from your fork to the main Budget Pro repository. Be sure to provide a clear description of your changes in the PR.

  7. Our team will review your PR, and if it meets our quality standards, it will be merged into the main repository.

Code of Conduct

Please review our Code of Conduct to understand the expected behavior and our community guidelines.

Reporting Issues

If you encounter a bug or have a suggestion for an improvement, please check the issue tracker to see if it has already been reported. If not, feel free to create a new issue.

Development Guidelines

  • Follow our coding style and conventions.
  • Ensure your changes do not break existing functionality.
  • Write clear and concise commit messages.
  • Write tests for your code, if applicable.
  • Document your code and updates when necessary.

License

By contributing to Budget Pro, you agree that your contributions will be licensed under the Your License Name of the project.

Thank you for considering contributing to Budget Pro. Your help is much appreciated!


© 2023 Budget Pro