Skip to content

Commit 8a39890

Browse files
authored
Mention CODING_STANDARDS in CONTRIBUTING (NVIDIA#1320)
* docs: linking code standards directory in CONTRIBUTING Signed-off-by: Kelvin Lee <kinlongkelvi@nvidia.com> * docs: bump license header year --------- Signed-off-by: Kelvin Lee <kinlongkelvi@nvidia.com>
1 parent 43de886 commit 8a39890

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ we will get back to you.
2525

2626
## Contribute to PhysicsNeMo-Core
2727

28+
### Coding Style
29+
30+
Beyond using standard tools for formatting and linting, we document and enforce
31+
guidelines for how the PhysicsNeMo codebase is organized. Please consult the
32+
`CODING_STANDARDS` directory for details on how and where to contribute code,
33+
including a "ruleset" for developing models.
34+
2835
### Pull Requests
2936

3037
Developer workflow for code contributions is as follows:
@@ -53,7 +60,7 @@ should be linked on Github.
5360
All source code files should start with this paragraph:
5461

5562
```bash
56-
# SPDX-FileCopyrightText: Copyright (c) 2023 - 2024 NVIDIA CORPORATION & AFFILIATES.
63+
# SPDX-FileCopyrightText: Copyright (c) 2023 - 2025 NVIDIA CORPORATION & AFFILIATES.
5764
# SPDX-FileCopyrightText: All rights reserved.
5865
# SPDX-License-Identifier: Apache-2.0
5966
#

0 commit comments

Comments
 (0)