Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 928 Bytes

File metadata and controls

30 lines (21 loc) · 928 Bytes

Contributing to Fern

We love your input! We want to make contributing to Fern as easy and transparent as possible, whether it's:

  • Reporting a bug
  • Discussing the current state of the code
  • Submitting a fix
  • Proposing new features
  • Becoming a maintainer

Development Process

We use GitHub to host code, to track issues and feature requests, as well as accept pull requests.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

Coding Standards

  • Use consistent indentation (4 spaces)
  • Include comments where necessary
  • Use descriptive variable and function names
  • Write tests for new features

License

By contributing, you agree that your contributions will be licensed under the project's MIT License.