Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 827 Bytes

File metadata and controls

21 lines (16 loc) · 827 Bytes

Contributing to the Credit Card Fraud Detection Project

We welcome contributions! To ensure a smooth and productive collaboration, please follow the guidelines below.

Steps to Contribute

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes and test them thoroughly.
  4. Ensure all code follows the project's coding standards.
  5. Commit your changes (git commit -m 'Add feature').
  6. Push to the branch (git push origin feature-branch).
  7. Open a Pull Request and describe the changes you've made.

Code Style

  • Follow PEP 8 guidelines.
  • Ensure that the code is well-documented.

Reporting Bugs

If you encounter any bugs or issues, please open an issue with a detailed description of the problem and steps to reproduce.

Thank you for your contributions! 🙌