Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Describe how to handle Options as errors #1805

Merged
merged 2 commits into from
Oct 18, 2022

Commits on Oct 17, 2022

  1. Configuration menu
    Copy the full SHA
    fd2107e View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. CONTRIBUTING: Add tips for code contributions

    which will be home to condensed tips and best-practices around the
    zellij code. Currently explains to prefer returning `Result` types
    instead of `unwrap`ing on them.
    
    The tips in here are meant to be short, concise guides that allow the
    user to get started without a lot of reading. The individual tips can
    (and should) be supplemented with links to "further reading" where the
    topic at hand is explained in greater detail.
    har7an committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    1905932 View commit details
    Browse the repository at this point in the history