Skip to content

fltoss/.github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Contributing to Floatpays Open Source

Thanks for your interest in contributing! These guidelines apply to all repositories under the fltoss organization.

Reporting Bugs

Open an issue on the relevant repository with:

  • A clear description of the problem
  • Steps to reproduce
  • Elixir and OTP versions (elixir --version)
  • Any relevant error messages or stack traces

Suggesting Features

Open an issue describing the use case and why it would be valuable. We're happy to discuss before you start writing code.

Submitting Changes

  1. Fork the repository
  2. Create a feature branch from main
  3. Make your changes
  4. Ensure all checks pass:
    mix format
    mix test
    mix dialyzer  # if the project uses dialyzer
  5. Open a pull request against main

Code Style

  • Run mix format before committing — all projects enforce consistent formatting
  • Write tests for new functionality
  • Keep pull requests focused — one concern per PR

License

By contributing, you agree that your contributions will be licensed under the same license as the project you are contributing to.

About

Organization profile

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors