mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-23 01:06:31 -06:00
Fix a couple of file references.
This commit is contained in:
parent
f0a3bdc588
commit
8c077bc2df
@ -5,7 +5,7 @@ Code Review Notes
|
||||
This document lists a number of standard items that will be checked during the
|
||||
review process for any patches submitted for inclusion in pgAdmin.
|
||||
|
||||
* Ensure all code follows the pgAdmin :doc:`coding-standards`.
|
||||
* Ensure all code follows the pgAdmin :doc:`coding_standards`.
|
||||
|
||||
* Copyright years must be correct and properly formatted (to make it easy to make
|
||||
bulk updates every year). The start date should always be 2013, and the end year
|
||||
|
@ -27,7 +27,7 @@ might run::
|
||||
to create a patch between your development branch and the public master branch.
|
||||
|
||||
Once you have your patch, check it thoroughly to ensure it meets the pgAdmin
|
||||
:doc:`coding-standards`, and review it against the :doc:`code-review' to minimise
|
||||
:doc:`coding_standards`, and review it against the :doc:`code-review' to minimise
|
||||
the chances of it being rejected. Once you're happy with your work, mail it to the
|
||||
`mailing list <mailto:pgadmin-hackers@postgresql.org>`. Please ensure you
|
||||
include a full description of what the patch does, as well as the rationale for
|
||||
|
Loading…
Reference in New Issue
Block a user