View Source How to Contribute
I especially want to help first-time contributors to open source and/or elixir contribute to this project.
- Search for an existing issue that may have the answers you need.
- Create an issue to collaborate with the maintainers on the problem.
- Create an MR and schedule it for a release with the maintainers.
Alternatively, just create a PR! They are always welcome 🤗
motivation-principles-explained
Motivation & Principles; Explained
- Provide FANTASTIC documentation: Provide just the right amount of documentation for developers to find what they need.
- Full plaid API coverage: Do our best to keep pairity with the production Plaid API.
- Use the plaid API versioning plan: Maintain a version of this library that matches each supported version of the plaid API.
- Return well-defined structs, always: Structs are a form of documentation, they make it easier for developers to work with responses. Always return them.