First off, thank you for considering contributing to Lodestone! It's people like you that make Lodestone such a great tool.
This project and everyone participating in it is governed by our Code of Conduct. By participating, you are expected to uphold this code.
Before creating bug reports, please check the issue list as you might find out that you don't need to create one. When you are creating a bug report, please include as many details as possible:
- Use a clear and descriptive title
- Describe the exact steps which reproduce the problem
- Provide specific examples to demonstrate the steps
- Describe the behavior you observed after following the steps
- Explain which behavior you expected to see instead and why
- Include logs if relevant
Enhancement suggestions are tracked as GitHub issues. When creating an enhancement suggestion, please include:
- Use a clear and descriptive title
- Provide a step-by-step description of the suggested enhancement
- Provide specific examples to demonstrate the steps
- Describe the current behavior and explain which behavior you expected to see instead
- Explain why this enhancement would be useful
- Fork the repo and create your branch from
main - If you've added code that should be tested, add tests
- If you've changed APIs, update the documentation
- Ensure the test suite passes
- Make sure your code lints
- Issue that pull request!
- Use the present tense ("Add feature" not "Added feature")
- Use the imperative mood ("Move cursor to..." not "Moves cursor to...")
- Limit the first line to 72 characters or less
- Reference issues and pull requests liberally after the first line
- Follow the Rust Style Guide
- Run
cargo fmtbefore committing - Ensure
cargo clippypasses without warnings - Document all public functions and types
- Use Markdown for documentation
- Reference functions and types using backticks
- Include examples for non-obvious functionality
bug- Confirmed bugs or reports likely to be bugsenhancement- Feature requestsdocumentation- Documentation improvementsgood first issue- Good for newcomershelp wanted- Extra attention is needed
Thank you for contributing to Lodestone! 🚀