Featured
- Get link
- X
- Other Apps
Week 5: PR#2
Release 0.2: Pull Request #2
For the first PR, I worked on adding some new documentation to a project with adding the .editorconfig file, this time I wanted to work on some actual code. I found the PyLot repository which is a web based IDE for writing ETL pipelines in Python.
The maintainer had opened an issue wanting the randomlmao() function to be renamed to something appropriate to its function in camel case naming style. The first thing I did was look through the project at where this function connected to and from. I renamed the function and then updated the function calls throughout the project to use the new name. Once my changes were made I tested that the program still ran with the output it had before my changes were introduced.
All my work was done on my own fork using a new branch which was called mstewardson/issue-7. I pushed up my changes to my origin, and then made a PR to upstream.
- Issue-7
- Get link
- X
- Other Apps
Comments
Post a Comment