File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
3037Developer workflow for code contributions is as follows:
@@ -53,7 +60,7 @@ should be linked on Github.
5360All 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#
You can’t perform that action at this time.
0 commit comments