diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..d23e3e8 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,18 @@ +# Contributing to React QR Code + +Thank you for your interest in contributing! + +## Getting Started +- Fork the repository. +- Clone your fork locally. +- Create a new feature branch. + +## Making Changes +- Keep changes focused and small. +- Write clear commit messages. + +## Submitting a Pull Request +- Push your branch to your fork. +- Open a pull request against the main branch. + +We appreciate any contributions that help improve this project. \ No newline at end of file diff --git a/README.md b/README.md index e270185..0a0c577 100644 --- a/README.md +++ b/README.md @@ -80,3 +80,6 @@ Responsive QR code example: ### License MIT + +## Contributing +Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to contribute.