You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a one line overview of what this PR aims to accomplish.
3
+
**Add a one line overview of what this PR aims to accomplish.**
4
+
5
+
# Issues
6
+
List issues that this PR closes ([syntax](https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword)):
4
7
5
-
# Changelog
6
-
- Please update the [CHANGELOG.md](/CHANGELOG.md) under next version with high level changes in this PR.
7
8
8
9
# Usage
9
-
* You can potentially add a usage example below
10
+
***You can potentially add a usage example below**
10
11
11
12
```python
12
13
# Add a code snippet demonstrating how to use this
13
14
```
14
15
15
16
# Before your PR is "Ready for review"
16
17
**Pre checks**:
17
-
-[ ] Make sure you read and followed [Contributor guidelines](/CONTRIBUTING.md)
18
+
-[ ] Make sure you read and followed [Contributor guidelines](/NVIDIA/reinforcer/blob/main/CONTRIBUTING.md)
18
19
-[ ] Did you write any new necessary tests?
19
-
-[ ] Did you add or update any necessary documentation? Make sure to also update the [NeMo Framework User Guide](https://docs.nvidia.com/nemo-framework/user-guide/latest/index.html) which contains the tutorials
20
-
21
-
# Checklist when contributing
22
-
-[ ] TBD
20
+
-[ ] Did you run the unit tests and functional tests locally? Visit our [Testing Guide](/NVIDIA/reinforcer/blob/main/docs/testing.md) for how to run tests
21
+
-[ ] Did you add or update any necessary documentation? Visit our [Document Development Guide](/NVIDIA/reinforcer/blob/main/docs/documentation.md) for how to write, build and test the docs.
0 commit comments