7 Matching Annotations
- Oct 2022
-
bugs.ruby-lang.org bugs.ruby-lang.org
-
I like it. I’m biased though since I’m a sucker for opportunities to simplify like this one.
-
- Apr 2021
- Mar 2021
-
www.codetriage.com www.codetriage.com
-
If you end up finding and fixing a bug in your code, consider re-reading the documentation and seeing if that behavior of the library is unclear. Consider sending a documentation PR.
-
- Dec 2020
-
github.com github.com
-
This is an opportunity to fix a bug: if you're on a page that redirects to a login page if there's no user object, or otherwise preloads data specific to that user, then logging out won't automatically update the page — you could easily end up with a page like HOME ABOUT LOG IN ----------------------------------------------------------------------------------------- Secret, user-specific data that shouldn't be visible alongside a 'log in' button:
-
-
hacks.mozilla.org hacks.mozilla.org
-
Better community building: At the moment, MDN content edits are published instantly, and then reverted if they are not suitable. This is really bad for community relations. With a PR model, we can review edits and provide feedback, actually having conversations with contributors, building relationships with them, and helping them learn.
Tags
- relationship (people)
- helping others to learn
- reverting a previous decision/change/commit
- online community
- opportunity
- wiki model
- community (for a project or product)
- opportunity to improve/fix something
- receiving feedback
- community relations
- helping others
- open source community
- encouraging feedback
- community building
- reverting: creates negative experience
- pull request workflow
Annotators
URL
-
- Nov 2020
-
github.com github.com
-
I know this is existing code but we can probably use this as an opportunity to "fix" it: it is discouraged to use the async exists method to check for a file and try operating on it.
-
- Oct 2020
-
www.python.org www.python.org
-
although this is also an opportunity to clean up someone else's mess
-