diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..16c009b --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,14 @@ +# Contributing to backgroundremover + +Thank you for your interest! Here's how to get started: + +1. Fork the repository +2. Create a feature branch +3. Make your changes +4. Submit a pull request + +## Guidelines + +- Follow existing code style +- Add tests for new features +- Update documentation as needed