mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 15:20:10 +01:00
docs: update developer info
Update piglit link to the current Piglit website. Add note about updating patchwork when sending patch revisions. Acked-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
afeb922206
commit
2ce2b80c6f
1 changed files with 7 additions and 1 deletions
|
|
@ -244,7 +244,7 @@ to update the tests themselves.
|
|||
|
||||
<p>
|
||||
Whenever possible and applicable, test the patch with
|
||||
<a href="http://people.freedesktop.org/~nh/piglit/">Piglit</a> to
|
||||
<a href="http://piglit.freedesktop.org">Piglit</a> to
|
||||
check for regressions.
|
||||
</p>
|
||||
|
||||
|
|
@ -266,6 +266,12 @@ re-sending the whole series). Using --in-reply-to makes
|
|||
it harder for reviewers to accidentally review old patches.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
When submitting follow-up patches you should also login to
|
||||
<a href="https://patchwork.freedesktop.org">patchwork</a> and change the
|
||||
state of your old patches to Superseded.
|
||||
</p>
|
||||
|
||||
<h3>Reviewing Patches</h3>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue