You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR updates the broken First Timers Welcome link in CONTRIBUTING.md.
The previous link to https://code.publiclab.org/#r=all no longer resolves, so I replaced it with a working GitHub issues search link for open first-timers-only issues in this repository.
Checklist:
PR is descriptively titled and links the original issue above
Code is in uniquely-named feature branch and has no merge conflicts
This is a documentation-only change, so no screenshots/GIFs are needed
Thanks for opening this pull request! This space is protected by our Code of Conduct - and we're here to help. Dangerbot will test out your code and reply in a bit with some pointers and requests.
Also please refer here for installation help 💿
There may be some errors, but don't worry! We'll work through them with you! 👍🎉😄
One thing that can help to get started is to make sure you've included a link back to the original issue you're solving, in the format fixes #0000 (for example). And to make sure the PR title describes what you're trying to do! (often it can be the same as the issue title) Thanks! 🙌
Hi! I checked the failing jobs and they seem unrelated to this documentation-only change.
The functional tests failed because the cache service was unavailable.
The integration/unit test jobs appear to fail during the Codecov upload step due to a rate limit/token issue.
The system/comment-system tests fail during setup because actions/upload-artifact: v2 is deprecated.
Please let me know if there is anything I should update on my side. Thank you!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #11877
This PR updates the broken First Timers Welcome link in
CONTRIBUTING.md.The previous link to
https://code.publiclab.org/#r=allno longer resolves, so I replaced it with a working GitHub issues search link for openfirst-timers-onlyissues in this repository.Checklist: