All types of contributions are welcome, including but not limited to:
- Code improvements
- Documentation updates
- Bug reports
- Feature suggestions
- User experience feedback
- Fork the repository
- Clone your fork:
git clone https://github.com/your-username/lsq.git
- Add the upstream remote:
git remote add upstream https://github.com/jrswab/lsq.git
- Create a branch for your work:
git checkout -b your-feature-branch
- One feature or bug fix per PR.
- Update the README.md with details of any interface changes if applicable
- Update CHANGELOG.md to include your changes under the
Unreleased
section. - Use clear, descriptive commit messages
- Make sure your branch is up to date with main before submitting
- Include a clear description of the changes in your PR
New to contributing? Look for issues tagged with good-first-issue
or documentation
. These are great starting points!
Thank you to all the people who have contributed to lsq! ❤️
- jrswab - Creator and maintainer
Note: This file is manually updated with new contributors. If you've contributed and don't see your name, please let me know!
- kandros - Documentation improvements
- First pull request! 🎉
- Fixed README.md external links