From 33159a351f57121833d842b8bcf8bf8792369977 Mon Sep 17 00:00:00 2001 From: Ayush Dattagupta Date: Wed, 22 May 2024 14:12:57 -0700 Subject: [PATCH 1/4] Add pull request template Signed-off-by: Ayush Dattagupta --- .github/PULL_REQUEST_TEMPLATE.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..fb479fa2 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,17 @@ +## Description + + + +## Usage + +```python +# Add snippet demonstrating usage +``` +## Checklist +- [ ] I am familiar with the [Contributing Guide](/CONTRIBUTING.md). + +- [ ] New or Existing tests cover these changes. +- [ ] The documentation is up to date with these changes. From 49cd803c0934e27adffce5470126b260ec2fa8f9 Mon Sep 17 00:00:00 2001 From: Ayush Dattagupta Date: Wed, 22 May 2024 14:34:11 -0700 Subject: [PATCH 2/4] Update link to contribution guide Signed-off-by: Ayush Dattagupta --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index fb479fa2..5e3f775e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -8,7 +8,7 @@ # Add snippet demonstrating usage ``` ## Checklist -- [ ] I am familiar with the [Contributing Guide](/CONTRIBUTING.md). +- [ ] I am familiar with the [Contributing Guide](../CONTRIBUTING.md). +- [ ] I am familiar with the [Contributing Guide](https://github.com/NVIDIA/NeMo-Curator/blob/main/CONTRIBUTING.md). - [ ] New or Existing tests cover these changes. - [ ] The documentation is up to date with these changes.