Hi, 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!
We have various maps ๐บ across our website ๐ . Some Webpages use this function to render maps :
https://github.com/publiclab/plots2/blob/2f35d8734139a35b524af0c29305122b19bcbffb/app/helpers/application_helper.rb#L58
However, in the recent past we have started using API's to fetch the markers ๐ท (i.e Latitude and Longitude) which are then displayed on the map . Hence we do not need to pass the 3rd parameter above .
Let's remove the 3๏ธโฃ rd parameter from these lines :
Thank you!!
[ ] ๐ Claim this issue: Comment below. If someone else has claimed it, ask if they've opened a pull request already and if they're stuck -- maybe you can help them solve a problem or move it along!
[ ] ๐ Update the above stated files in the PublicLabEditor repository so as to do the required changes.
See this page for some help in taking your first steps!
[ ] ๐พ Commit your changes
[ ] ๐ Start a Pull Request. There are two ways how you can start a pull request:
If you are familiar with the terminal or would like to learn it, here is a great tutorial on how to send a pull request using the terminal.
You can also edit files directly in your browser and open a pull request from there.
Leave a comment below!
We encourage you to link to this issue by mentioning the issue # in your pull request, so we can see if someone's already started on it. If someone seems stuck, offer them some help! Otherwise, take a look at some other issues you can help with. Thanks!
I'd like to solve this issue for my first ever pull request!
Most helpful comment
I'd like to solve this issue for my first ever pull request!