Thanks for your interest in contributing. This guide applies to all repositories under the web-lifter organization.
Please read and follow our Code of Conduct in CODE_OF_CONDUCT.md before participating.
Open a GitHub Issue in the relevant repository and include:
- Steps to reproduce
- Expected vs actual behavior
- Error logs or screenshots when helpful
Open a GitHub Issue with:
- The use case and impact
- A proposed solution or approach
- Fork the repository and create a branch from
main. - Develop your changes following the code standards below.
- Test locally and document any limitations.
- Open a PR with a clear description and link related issues.
- Clear variable naming
- Error handling for external calls
- Comments for non-obvious logic
- Follow existing patterns in the repository
- Descriptive title
- Linked issue where applicable
- Tested locally
- Follows existing patterns
Maintainers review PRs as time allows and may request changes.
By contributing, you agree your contributions are licensed under the repository's license.