Hello Awesome Contributor! 👋 We're excited to have you on board to help build the App-Verse, a collection of amazing mobile apps. Follow these steps to get started:
Check out our existing projects or suggest a new one! If you have a cool idea, don't hesitate to create a new issue.
Fork this Repository. This will create a Local Copy of this Repository on your Github Profile. Keep a reference to the original project in the upstream remote.
git clone <link of forked repo>
cd app-verse
If you've already forked the project, update your copy before working.
git pull
Create a new branch. Use its name to identify the app and platform you're addressing.
git checkout -b appname-platform
Work on the app(s) assigned to you. Remember, we accept Android (Java/Kotlin), iOS (Swift/Objective-C), and Cross-Platform (Flutter/React Native) apps!
Take screenshots of your app to showcase its awesomeness! Place these screenshots in a folder named 'screenshots'.
Commit your changes with a clear message:
git add .
git commit -m "Added <app-name> for <platform>. Screenshots included. 📸"
Once your changes comply with project conventions, upload them to your fork:
git push -u origin appname-platform
- Go to your repository in your browser.
- Click on 'Compare and Pull Requests'.
- Add a title and a description explaining your contribution. Don't forget to mention any special instructions!
Need help or have questions? 🤔 We're here for you!
Don't forget to capture screenshots of your app! These visuals help us see your hard work in action.
Let's make the App-Verse a collection of amazing mobile experiences! 🚀📱
Happy Coding! 🎉