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!
Nothing. This issue is meant to welcome you to Open Source :) We are happy to walk you through the process.
On the subscriptions page, we need to pluralize the word 'email' in the description around the 'Email Settings' button. While we're at, we can go ahead and standardize the styling to match that of the description above it.

Where to find the relevant lines of code:
in app/views/home/subscriptions.html.erb, the code the description and link is all written on one line:
https://github.com/publiclab/plots2/blob/9f7cfc47ded41ed3a7370c66a9c4f7af9704af59/app/views/home/subscriptions.html.erb#L20
1) The link (a tag) is currently nested in the paragraph (p tag), lets move the paragraph below it instead of around it.
2) Lets change the text to "Control which emails you want to receive." to make it more succinct.
3) Add italics to the text with a style attribute and the declaration font-style:italic;
It should look something like this afterwards:
<p style="font-style:italic;">Control which emails you want to receive.</p>
4) One last change. The 'Email Settings' button needs a margin under it. Add a style attribute onto the a tag with the declaration margin-bottom:10px;
The goal is for it to look just like the one above in the end:

Thanks!!
If you need any help - here are some options:
Hi @sashadev-sky, issue is looking nice :100: .
Some points regarding FTO: There are 2 types of beginner issues -
first-timers-only: This issue contains detailed instructions and template like you used in this one. fto-candidate: This type issue require some effort from contributor's side. It contains relevant links and goal but not the exact code to be changed/added.Thanks!
I added some more labels. I hope it's fine!
@gauravano of course thank you!
Hi!
First timer on your codebase, can I start with this issue?
Hi @SashwatAnagolum, welcome to Public Lab and please go ahead with the issue. Thanks!
Thanks @gauravano, I submitted a PR: https://github.com/publiclab/plots2/pull/4642#issue-245487726
Most helpful comment
Hi!
First timer on your codebase, can I start with this issue?