Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.12 KB

CONTRIBUTING.md

File metadata and controls

23 lines (15 loc) · 1.12 KB

Contributing

Thank you for your interest in contributing to "pass." We welcome your contributions to make our project better.

How to Contribute

There are many ways you can contribute to Lockbox:

  • Report bugs: If you find a bug in Lockbox, please open an issue and provide as much information as possible about the bug and how to reproduce it.
  • Suggest features: If you have an idea for a new feature or improvement, please open an issue and describe your idea.
  • Submit pull requests: If you've fixed a bug or implemented a new feature, you can submit a pull request with your changes. Please make sure to follow the coding guidelines and include tests for your changes.
  • Help with documentation: If you see an opportunity to improve the documentation, feel free to submit a pull request with your changes.

Coding Guidelines

When contributing code to Lockbox, please follow these guidelines:

  • Write code that is easy to read and understand.
  • Follow the Rust Style Guide.
  • Include tests for any new features or bug fixes.
  • Make sure all tests pass before submitting a pull request.

Thank you for contributions.