This repository was archived by the owner on Jul 17, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 8
Contributing Guide
SUGGESTIED ✨ edited this page Feb 5, 2025
·
1 revision
Thank you for your interest in contributing to OpenWardrobe! 🚀 We welcome all contributions, whether you're fixing bugs, adding features, or improving documentation. Please follow this guide to ensure a smooth collaboration.
- Navigate to the [OpenWardrobe GitHub Repository](https://github.com/suggestied/openwardrobe).
- Click the "Fork" button in the top-right corner.
Once you’ve forked the repo, clone it to your machine:
# Replace YOUR-GITHUB-USERNAME with your actual GitHub username
git clone https://github.com/YOUR-GITHUB-USERNAME/openwardrobe.git
cd openwardrobe- Ensure you're on the latest
mainbranch:git checkout main git pull origin main
- Create a new branch for your feature or bug fix:
git checkout -b feature-new-outfit-planner
- Make your changes in the code.
- Stage and commit your changes:
git add . git commit -m "✨ Added new outfit planner feature"
- Push your branch to your forked repository:
git push origin feature-new-outfit-planner
- Go to your forked repository on GitHub.
- Click "Compare & pull request" next to your pushed branch.
- Ensure the PR is being merged into the
mainbranch. - Add a clear description of your changes.
- Click "Create pull request".
- Wait for review & feedback from maintainers! 🎉
Before submitting a PR, ensure your code follows our formatting and style guide.
Run the official Dart formatter:
flutter format .flutter analyzeflutter test- Found a bug? Open an issue in the [Issues tab](https://github.com/suggestied/openwardrobe/issues).
- Have a feature request? Open an issue with the
enhancementlabel.
- Discuss features in [GitHub Discussions](https://github.com/suggestied/openwardrobe/discussions).
- Help us improve OpenWardrobe by reviewing PRs and submitting feedback!
[Fork the Repo & Start Contributing!](https://github.com/suggestied/openwardrobe/fork)
Thank you for helping make OpenWardrobe better! 💖