Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.01 KB

File metadata and controls

26 lines (17 loc) · 1.01 KB

Contributing to FFS

We welcome contributions to the ffs library! If you'd like to contribute, please follow these guidelines.

Reporting Bugs

If you find a bug, please open an issue on our GitHub repository. Be sure to include:

  • A clear and descriptive title.
  • A detailed description of the bug, including steps to reproduce it.
  • The version of ffs you are using.
  • Any relevant error messages or logs.

Suggesting Enhancements

If you have an idea for an enhancement, please open an issue to discuss it. This is a great way to get feedback on your idea before you start working on it.

Submitting Pull Requests

  1. Fork the repository and create a new branch for your feature or bug fix.
  2. Write clean, well-documented code that follows the Go style guidelines.
  3. Add unit tests for any new functionality or bug fixes.
  4. Ensure that all tests pass before submitting your pull request.
  5. Submit your pull request with a clear description of the changes you have made.

Thank you for contributing to ffs!