Skip to content

Latest commit

 

History

History
62 lines (34 loc) · 1.69 KB

File metadata and controls

62 lines (34 loc) · 1.69 KB

Contributing Guidelines

Thank you for your interest in contributing to Pocket-RAG.

We welcome contributions of all kinds, whether they are bug fixes, improvements, or new features. To keep the project clean and maintainable, please follow the guidelines below.


Commit Conventions

Please follow conventional commit standards when writing commit messages. This helps keep the project history clear and consistent.

Examples:

  • feat: add new feature
  • fix: resolve bug
  • docs: update documentation
  • refactor: improve code structure

Make sure your commit messages are descriptive and meaningful.


Testing Before Submitting

Before opening a pull request, ensure that your changes have been properly tested.

Your contribution should not break existing functionality.


Architectural Changes

If your changes may impact the architecture or introduce significant modifications, please open a discussion before starting implementation.

This helps avoid unnecessary conflicts and ensures consistency across the project.


Code Quality and Documentation

We encourage clean, readable, and well-structured code.

We generally encourage documenting your changes through comments in your code. This helps others understand your logic and improves long-term maintainability.


Pull Requests

When submitting a pull request:

  • Ensure your code follows the project structure
  • Provide a clear description of your changes
  • Reference related issues if applicable

Final Note

Contributions are strongly encouraged and appreciated. Every improvement, no matter how small, helps make the project better.

Thank you for contributing.