-
Notifications
You must be signed in to change notification settings - Fork 208
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
Added feeds links #586
Added feeds links #586
Conversation
Thanks for opening this pull request! |
Code Climate has analyzed commit 8e604bc and detected 0 issues on this pull request. View more on Code Climate. |
Codecov Report
@@ Coverage Diff @@
## main #586 +/- ##
=======================================
Coverage 71.45% 71.45%
=======================================
Files 32 32
Lines 1275 1275
=======================================
Hits 911 911
Misses 364 364 |
Thank you too @alaxalves. I also don't like the idea of having a long line, mainly because it interrupts your vertical reading, so you need to horizontally scroll. As it was my first PR on an open source project (🎉), I did as required on the description (just copy and paste), that's why it is as it is. Adding my 2 cents, I'd break it as follows (readability is better): MapKnitter uses GDAL, Leaflet, Ruby on Rails, ImageMagick, and other open source software, and makes extensive use of the open source font Junction. What do you think about it? |
I like it that way, what do you think @jywarren ? |
@Welquer Thank you for the PR and sorry for the delay here! There has been a lot going on with mapknitter this month!! One quick tip about your PR: you need to reference the original opened issue to make sure its linked there and we notice your PR. do this by replacing fixes #0000 with the corresponding issue #. (I updated this one for you). For your PR, it will need a rebase since there have been merged updates to the file since you last pulled it. Let me know if you need help on this! As for the code, the extended line doesn't bother me so much but @alaxalves is right that the lines should not be so long and it's a good thing to enforce. With FTOs it is just a copy paste situation so dw! But if you could split the line and push another commit that'd be great! Thanks :) |
This PR has been open for a long time and no activity/ reviews requested has not been addressed. We understand you might be busy and engaged on other things. I am closing this for now...please feel free to reopen if you get some time and would like to finish this. Rem to check if its still available before you reopen. Thanks |
Fixes #434 (<=== Add issue number here)
Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!
rake test
@publiclab/reviewers
for help, in a comment belowIf tests do fail, click on the red
X
to learn why by reading the logs.Please be sure you've reviewed our contribution guidelines at https://publiclab.org/contributing-to-public-lab-software
Thanks!