-
Notifications
You must be signed in to change notification settings - Fork 282
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
Refactor out _calculateAngle
method
#260
Comments
assigned to @AdityaShD! |
hey! @sashadev-sky thanks for assigning, I'll get right on it :) |
Hello @sashadev-sky ! Love the description. I am looking to make my first contribution to an open source project and the documentation you've provided on how to do so is really helpful. I feel so overwhelmed whenever I try and contribute but this is clear and concise. Unfortunately... Both first timer issues I've found through this project appear to have been claimed. And this one in particular was assigned, causing me to wonder if there is some list you are pulling from of people who have expressed interest in contributing? Unfortunately I am not from an underrepresented group, but I am still very interested in contributing to open source! |
@sashadev-sky I am done with making changes on my local machine, what are the steps which i need to follow now? |
and also commited the code to a branch 'calculateAngle' . |
@dannomayer Hey, welcome to PL! You do not have to be from an underrepresented group to join!! Navigating PL takes a minute to get used to so i'll explain a little bit. The most active repo currently is plots2, which is the source code for PL's website publiclab.org. There we have a pinned issue where we keep a list of users in need of FTOs and assign them out. The FTO you receive will not necessarily be for plots2. I post a bunch for this repo there. You can feel free to comment there, so we'll add your name to the list and you'll be randomly assigned to an FTO shortly. If you want one in this repo specifically you can skip that and I'm glad to just make you one! |
@AdityaShD great! I think all you have left to do is:
Let me know if you have more questions :) |
closed via #267 |
First Time?
This is a first-timers-only issue. This means we've worked to make it more legible to folks who either haven't contributed to our codebase before, or even folks who haven't contributed to open source before.
If that's you, we're interested in helping you take the first step and can answer questions and help you out as you do. Note that we're especially interested in contributions from people from groups underrepresented in free and open source software!
We know that the process of creating a pull request is the biggest barrier for new contributors. This issue is for you 💝
If you have contributed before, consider leaving this one for someone new, and looking through our general help wanted issues. Thanks!
🤔 What you will need to know.
Nothing. This issue is meant to welcome you to Open Source :) We are happy to walk you through the process.
The problem
We rewrite the same function,
_calculateAngle
in a few of our files for each new "handle" class to have. Instead, we can define this function onL.EditHandle
, the common class the other handle classes extend, and it will be available to all of them.Solution
Where to find the relevant lines of code:
Delete the
_calculateAngle
function from the following files:Leaflet.DistortableImage/src/edit/RotateHandle.js
Lines 28 to 40 in d91b2d7
Leaflet.DistortableImage/src/edit/RotateScaleHandle.js
Lines 44 to 56 in d91b2d7
Leaflet.DistortableImage/src/edit/ScaleHandle.js
Lines 29 to 41 in d91b2d7
src/edit/EditHandle.js
(you can add it as the last function defined on theL.EditHandle
class).Thanks!!
Step by Step
commit your changes to your branch and start a pull request (see contributing to Public Lab software) but mark it as "in progress" if you have questions or if you haven't finished
Please keep us updated
💬⏰ - We encourage contributors to be respectful to the community and provide an update within a week of claiming a first-timers-only issue. We're happy to keep it assigned to you as long as you need if you update us, but if we don't see any activity a week after you claim it we may reassign it to give someone else a chance. Thank you in advance!
If this happens to you, don't sweat it! Grab another open issue.
💬 Get help
If you need any help - here are some options:
The text was updated successfully, but these errors were encountered: