Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.44 KB

Contributing.md

File metadata and controls

42 lines (28 loc) · 1.44 KB

Contributing to Prasso App

We welcome contributions to Prasso App! Here are some guidelines to follow:

Getting Started

  1. Fork the repository on GitHub
  2. Clone your fork locally: git clone [email protected]/prasso/prasso_app :<yourname>/prasso_app.git
  3. Create a new branch for your changes: git checkout -b my-new-feature
  4. Install dependencies: flutter pub get
  5. Make your changes, add tests, and make sure all tests are passing
  6. Commit your changes: git commit -am 'Add some feature'
  7. Push to the branch: git push origin my-new-feature
  8. Create a new Pull Request on GitHub

Making Changes

  • Follow the existing code style and architecture patterns
  • Write clear, concise commit messages
  • Make sure PRs are small and focused on a single change
  • Write thorough descriptions and test your changes thoroughly
  • Update documentation if adding new features or changing behavior

Testing

  • Run existing tests with flutter test
  • Add new unit and widget tests for your changes
  • Make sure tests are passing on CI before submitting a PR

Code of Conduct

All contributors are expected to follow our Code of Conduct.

License

By contributing to Prasso App, you agree that your contributions will be licensed under the MIT license.

Conclusion

By following these guidelines you will get your contribution merged faster! Reach out if you have any questions.

Thank you for contributing to Prasso App!