notaryproject / notaryproject.dev

Notary Project Website

Home Page:https://notaryproject.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Sha256's value exceeds the width in the mobile view

PranitPatil03 opened this issue · comments

Issue: The value of the SHA256 in the provided example is overrunning the maximum width of the page. Please refer to the attached screenshot for further information.

Link: https://notaryproject.dev/docs/tutorials/trust-policy/

SS

Screenshot 2023-05-20 172155

Currently working on this 🙌

hey @Aryan20

Your solution and changes are great. However, before working on any issues, please check if someone else is already working on them. This will save time for other contributors.🙌

Hey @PranitPatil03 !
Thanks! Also, although I do agree with your point, I would like to point out that at the time of solving the issue, there were no indicators that others might be working on it.

After contributing to open source for a few years, the general strategy I utilise is (among many other people) -

  1. If the issue has no comments and no pointers that someone is working on it, can be done fast, and is most likely a real bug, just solve and open PR.
  2. If the issue has someone assigned to it, and it takes about a minute to solve, but the assignee hasn't replied for more than a week, you can most likely create a PR (Keeping some other factors in mind as well).
  3. If the issue is long and will take quite some days to solve, and someone else also might begin the work in the meantime, then mention that in a comment and get the issue assigned.

I'm sorry if you were working on it. Happy bug fixing :)