smaranjitghose / girlscript_app

A boilerplate for any technical community to pick up and use for their own without any hastle This app is a center to various events ranging from portraying the member’s achievements to announcing the upcoming opportunities. Additionally, this app developed by the community, and for the community, will add elegance. Plus, being as an open source project, this will be a golden opportunity for beginners to learn and contribute to it just like a cherry on the cake.
Creative Commons Zero v1.0 Universal
74 stars 106 forks source link

added intro screens #283

Closed SirusCodes closed 3 years ago

SirusCodes commented 3 years ago

Intro screens added Issue #270

himanshusharma89 commented 3 years ago

Hey @SirusCodes, can you rebase your code because the GitHub auth in auth.dart is commented now.

SirusCodes commented 3 years ago

done @himanshusharma89

himanshusharma89 commented 3 years ago

@SirusCodes Some of the files are already pushed, can you rebase it again?

SirusCodes commented 3 years ago

Is it having issues yet? @himanshusharma89

himanshusharma89 commented 3 years ago

@SirusCodes Ignore the .github folder while committing and push it, those files are already updated. After that, we are good to go.

SirusCodes commented 3 years ago

I removed .github from git locally @himanshusharma89

himanshusharma89 commented 3 years ago

@SirusCodes Not like deleting them all, just don't add them with git add . You can just use git add lib/*, commit them and push it.

SirusCodes commented 3 years ago

Done @himanshusharma89

himanshusharma89 commented 3 years ago

@SirusCodes Still the files are missing. If you are facing issues, add everything commit it then pull the master branch. If you need more help, let me know.

SirusCodes commented 3 years ago

Which files are missing? Is it .github? @himanshusharma89

himanshusharma89 commented 3 years ago

@SirusCodes The ISSUE_TEMPLATE in .github.

SirusCodes commented 3 years ago

Okk fixing it

himanshusharma89 commented 3 years ago

@SirusCodes You can revert back to a particular commit and then work on it.

SirusCodes commented 3 years ago

@himanshusharma89 done

himanshusharma89 commented 3 years ago

@SirusCodes Read this carefully, you need to add only the files that you worked upon, I saw a few files in this PR that are already present in the code. So don't do git add . instead of this use git add lib/ file_name

SirusCodes commented 3 years ago

@SirusCodes Read this carefully, you need to add only the files that you worked upon, I saw a few files in this PR that are already present in the code. So don't do git add . instead of this use git add lib/ file_name

I'm not doing any git add . command those extra files are either image or some formatting changes which were made by my IDE. They won't cause any issues to the project!!

himanshusharma89 commented 3 years ago

@SirusCodes It is perfect now, merging it.