-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] I've got some contributions, buuut, I'm not exactly sure how to submit them #93
Comments
I don't know if the project would have gotten Android Studio project files officially without someone else proposing the change. Is this conversion destroying Eclipse project files? Personally I don't use Android Studio, and heavily hate the gradle build system, but its integration to the project is fine by me. As for your changes, the easiest way to get your work merged is to use a fork, push your changes there (including the project files changes), then do a simple pull request from your repo to this one. Things that should be corrected will be notified to you on the said PR's comment page and you'll be able to amend your commits/squash them if necessary before Anasthase (if he's still alive somehow) decides to merge your changes. |
@gravgun: When I did the conversion to Android Studio format before I started working on the code, I think it did pop the original Eclipse project format files. I still have a local copy of the original repo though. Trying to figure out how to get Android Studio to convert it along with the addon framework needed to build Tint was a huge pain. Mostly because of Android Studio being an idiot regarding how I should've named the cloned copies of the repos. At least I hadn't touched the addon framework for that to be a problem. Hence why I was asking the question of what should I do considering the pull request, because Android studio was insisting, "Hey, make this a subproject too" for the framework while I was importing Tint Browser. I'll go ahead and make a fork, then apply what I need to apply to the fork before submitting the pull request (after I eat breakfast). |
@gravgun
I'm still trying to figure out how to get the project to //not// import the addon framework library to keep the addon framework code not intertangled with the main code for the browser. It'd be awkward to have a duplicate copy inside my personal fork until I figure that part out before copying my changes over. |
I've got some contributions, buuut, I'm not exactly sure how to submit them. The reason why is that I had to convert the project from the current Eclipse format to Android Studio format before I could get to working on it.
A few of the contributions include:
Which of the following should I do to submit the contributions?:
The text was updated successfully, but these errors were encountered: