lectern 0.0.2

Lightning-fast PHP Composer alternative written in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# How to Contribute
We welcome contributions to Lectern! Here are some guidelines to help you get started:
* Fork the repository and create a new branch for your feature or bugfix.
* Write clear, concise commit messages.
* Ensure your code works with `cargo clippy`, `cargo fmt`, and `cargo test`.
* Ensure tests for new features or bug fixes are included.
* Submit a pull request with a detailed description of your changes.
* Engage in code reviews and be open to feedback.
* Update documentation as needed.

## Code of Conduct
1. Be respectful and considerate in all interactions.
2. Provide constructive feedback.
3. Avoid offensive language and behavior.
4. Report any violations to the repository maintainers.

## Reporting Issues
If you encounter any issues or bugs, please report them on the [GitHub Issues](https://github.com/zanderlewis/lectern/issues) page. Include as much detail as possible to help us understand and resolve the issue.