Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.41 KB

File metadata and controls

44 lines (34 loc) · 1.41 KB

Contributing to Fingerprint OSS

Thank you for considering contributing to our project! We welcome contributions from everyone.

How to Contribute

  1. Fork the Repository:
    Fork the repository on GitHub and clone your fork locally.
  2. Create a Branch:
    Create a new branch for your feature or bug fix:
    git checkout -b feature-branch-name
  3. Make Your Changes:
    Implement your changes and test them thoroughly.
  4. Commit Your Changes:
    Write clear commit messages that describe your changes:
    git commit -m "Description of your changes"
  5. Push to Your Branch:
    git push origin feature-branch-name
  6. Create a Pull Request:
    Open a pull request from your fork's branch to the main repository's branch.

Code Style

  • Follow the project's coding style and conventions.
  • Ensure your code is well-documented and includes necessary comments.
  • Write clear, descriptive commit messages.

Reporting Issues

If you encounter any bugs or issues, please open an issue on GitHub and provide detailed information about the problem.

Community Guidelines

  • Be Respectful: Maintain a respectful and supportive tone in all interactions.
  • Avoid Spam: Refrain from posting irrelevant or spam content.
  • Help Others: Contribute by answering questions and providing support where needed.

Thank you for your contributions!