From c40e6923881546ac7b842bcf0419b33083d49cd1 Mon Sep 17 00:00:00 2001 From: cogwheel0 <172976095+cogwheel0@users.noreply.github.com> Date: Wed, 5 Nov 2025 14:28:37 +0530 Subject: [PATCH] docs: Update contribution guidelines to encourage feedback and discussions instead of pull requests --- README.md | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 980b777..d1f01c0 100644 --- a/README.md +++ b/README.md @@ -175,21 +175,17 @@ lib/ ## Contributing -Contributions are welcome! Please feel free to submit a Pull Request. +Conduit is currently in active development. We welcome your feedback and contributions! -Developer workflow: +**How to Contribute:** -```bash -flutter analyze -flutter pub run build_runner build --delete-conflicting-outputs -# flutter test # add when tests are available -``` +- **Bug Reports**: Found a bug? Please [create an issue](https://github.com/cogwheel0/conduit/issues) with details about the problem, steps to reproduce, and your device/platform information. -1. Fork the project -2. Create your feature branch (`git checkout -b feature/AmazingFeature`) -3. Commit your changes (`git commit -m 'Add some AmazingFeature'`) -4. Push to the branch (`git push origin feature/AmazingFeature`) -5. Open a Pull Request +- **Feature Requests**: Have an idea for a new feature? Start a [discussion](https://github.com/cogwheel0/conduit/discussions) to share your ideas and gather feedback from the community. + +- **Questions & Feedback**: Use [GitHub Discussions](https://github.com/cogwheel0/conduit/discussions) to ask questions, share your experience, or discuss the project. + +**Note:** As the project is actively evolving, we're not accepting pull requests at this time. Instead, please use issues and discussions to share your ideas, report bugs, and contribute to the project's development. ## Troubleshooting