We welcome contributions to the ffs library! If you'd like to contribute, please follow these guidelines.
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
ffsyou are using. - Any relevant error messages or logs.
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.
- Fork the repository and create a new branch for your feature or bug fix.
- Write clean, well-documented code that follows the Go style guidelines.
- Add unit tests for any new functionality or bug fixes.
- Ensure that all tests pass before submitting your pull request.
- Submit your pull request with a clear description of the changes you have made.
Thank you for contributing to ffs!