Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve-text-for-contributors #11532

Merged
merged 9 commits into from Jan 30, 2023
Merged

Conversation

banjo-tech
Copy link
Contributor

@banjo-tech banjo-tech commented Oct 22, 2022

Fixes #11424

Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!

  • PR is descriptively titled 馃搼 and links the original issue above 馃敆
  • tests pass -- look for a green checkbox 鉁旓笍 a few minutes after opening your PR -- or run tests locally with rake test
  • code is in uniquely-named feature branch and has no merge conflicts 馃搧
  • screenshots/GIFs are attached 馃搸 in case of UI updation
  • ask @publiclab/reviewers for help, in a comment below

@gitpod-io
Copy link

gitpod-io bot commented Oct 22, 2022

@codecov
Copy link

codecov bot commented Oct 22, 2022

Codecov Report

Merging #11532 (7396ba6) into main (a7f8199) will decrease coverage by 0.13%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main   #11532      +/-   ##
==========================================
- Coverage   83.33%   83.21%   -0.13%     
==========================================
  Files          93       93              
  Lines        5772     5772              
==========================================
- Hits         4810     4803       -7     
- Misses        962      969       +7     
Impacted Files Coverage 螖
app/services/execute_search.rb 88.88% <0.00%> (-5.56%) 猬囷笍
app/api/srch/search.rb 66.66% <0.00%> (-3.85%) 猬囷笍

moderators</a> and we'll email you when it is published. In the meantime, if
you have more to contribute, feel free to do so."
thank_you_for_contribution: |
<h2>Success! You did it! Hooray!</h2>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi @banjo-tech seems there is some syntax error, i guess its indentation - the < of h2 should be indented 2 spaces deep inline with the a in "thank" above, could you please check. Thanks for working on this

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @cesswairimu I do not think I understand what the error is but I have h2 and anchor tag are on the same line now.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I meant line 1137 maybe should start inline with the a of "thank" on line 1136 ... does that make sense?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

line 1136 doesn't have an anchor tag
are you suggesting I add an anchor tag to line 1136?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I meant like so 700b639 . Lets see if the tests will pass, thanks

@github-actions
Copy link

This pull request generated screenshots of many common pages in the running app. You should be able to download and view them here:
https://github.com/publiclab/plots2/suites/9244876126/artifacts/432359698

@github-actions
Copy link

This pull request generated screenshots of many common pages in the running app. You should be able to download and view them here:
https://github.com/publiclab/plots2/suites/9245302174/artifacts/432388526

@lata-11
Copy link

lata-11 commented Jan 18, 2023

Hey! is this issue still open? If yes, I would like to work on this. Please assign.

@codeclimate
Copy link

codeclimate bot commented Jan 21, 2023

Code Climate has analyzed commit 7396ba6 and detected 0 issues on this pull request.

View more on Code Climate.

@github-actions
Copy link

This pull request generated screenshots of many common pages in the running app. You should be able to download and view them here:
https://github.com/publiclab/plots2/suites/10506667629/artifacts/521478951

@cesswairimu cesswairimu reopened this Jan 21, 2023
@github-actions
Copy link

This pull request generated screenshots of many common pages in the running app. You should be able to download and view them here:
https://github.com/publiclab/plots2/suites/10506738832/artifacts/521483002

Copy link
Member

@TildaDares TildaDares left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM @cesswairimu!

@cesswairimu
Copy link
Collaborator

great, thanks @TildaDares

@cesswairimu
Copy link
Collaborator

Thanks everyone 馃挴

@cesswairimu cesswairimu merged commit 5e1d8c2 into publiclab:main Jan 30, 2023
@welcome
Copy link

welcome bot commented Jan 30, 2023

Congrats on merging your first pull request! 馃檶馃帀鈿★笍
Your code will likely be published to PublicLab.org in the next few days, but first it will be published to https://stable.publiclab.org/ (it will take some minutes for this to load, and until then you may see logs from the build process). Please test out your work on this testing server and report back with a comment that all has gone well!
Do join our weekly check-in to share your this week goal and the awesome work you did 馃槂. Please find the link to our latest check-in here 馃摑
Now that you've completed this, you can help someone else take their first step!
Reach out to someone else working on theirs on Public Lab's code welcome page (where you'll now be featured as a recent contributor!). Thanks!

Help others take their first step

Now that you've merged your first pull request, you're the perfect person to help someone else out with this challenging first step. 馃檶

https://code.publiclab.org

Try looking at this list of `first-timers-only` issues, and see if someone else is waiting for feedback, or even stuck! 馃槙

People often get stuck at the same steps, so you might be able to help someone get unstuck, or help lead them to some documentation that'd help. Reach out and be encouraging and friendly! 馃槃 馃帀

Read about how to help support another newcomer here, or find other ways to offer mutual support here.

You can also join our Gitter channel to connect with other contributors 馃摜

itsgurmannatsohal added a commit to itsgurmannatsohal/plots2 that referenced this pull request Feb 3, 2023
improve-text-for-contributors (publiclab#11532)

* improve-text-for-contributors

* update

* Update en.yml

fix indentation

* fix indentation

* Update en.yml

* Update en.yml

* Update notes_controller_test.rb

* Update notes_controller_test.rb

* use line breaks inline

---------

Co-authored-by: Ogunbanjo oluwadamilare <damilareogunbanjo@gmail.com>
Co-authored-by: Cess <cessmbuguar@gmail.com>
Co-authored-by: Tilda Udufo <mathildaudufo@gmail.com>

review fixes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve text for welcome contribution notice
4 participants