contributor docs: Link to new guide on continuing prior work.

This commit is contained in:
Alya Abbott 2024-10-17 17:03:57 -07:00 committed by Tim Abbott
parent 7e1962dea5
commit bc7b2e9c2e
2 changed files with 6 additions and 4 deletions

View File

@ -280,10 +280,8 @@ labels.
codebase, you can also find another "help wanted" issue in the same area to
work on.
- **What if there is already a pull request for the issue I want to work on?**
Start by reviewing the existing work. If you agree with the approach, you can
use the existing pull request (PR) as a starting point for your contribution. If
you think a different approach is needed, you can post a new PR, with a comment that clearly
explains _why_ you decided to start from scratch.
See our [guide on continuing unfinished
work](https://zulip.readthedocs.io/en/latest/contributing/continuing-unfinished-work.html).
- **What if I ask if someone is still working on an issue, and they don't
respond?** If you don't get a reply within 2-3 days, go ahead and post a comment
that you are working on the issue, and submit a pull request. If the original

View File

@ -300,6 +300,10 @@ the end of your commit message:
Co-authored-by: Greg Price <greg@zulip.com>
You should always give credit where credit is due. See our [guide on continuing
unfinished work](../contributing/continuing-unfinished-work.md) for step-by-step
guidance on continuing work someone else has started.
You can also add other notes, such as `Reported-by:`, `Debugged-by:`, or
`Suggested-by:`, but we don't typically do so.