Working on my first open source bug/request

The bug I've been focusing on first is https://github.com/mozilla/network/issues/798
it's not technically a bug as much as it is removing unused code from the old API that they used before,

I tried setting up the build environment on my Windows laptop but quickly came across issues with setting up the actual virtual environment for python. I switched to my Ubuntu laptop and everything went smoothly after, I could go back and setup the windows env now since I do understand what went wrong after successfully getting it to work on Ubuntu.

The person that posted that bug is suuuper nice and so far been really helpful with my questions for familiarizing myself with a new system.

issue is now I realized I forgot to make a branch before starting my work so I'm wondering how I'll resolve this issue if it is one.

 I tried pushing the new branch to the repo and discovered that I don't have permission to directly commit to it so I forked it and pushed to that and now I'm going to do a pull request.

the pull request seems to be going fine.

https://github.com/mozilla/foundation.mozilla.org/pull/825

the pull request is here,

some other people have since joined the conversation and the final steps seem to be in place to fix some conflicts and it'll be live,

The directory structure has gone through some changes since the pull request started so I'll need to redo the changes on a new master/branch.

UPDATE:
The pull request has gone through and they merged =D

Comments

Popular posts from this blog

#Python-dev: adding pathlike functionality

Building Firefox on Linux first time build

#Brave-laptop dev: interesting issue part 2