Skip to content

Commit

Permalink
Add pull request template (#78)
Browse files Browse the repository at this point in the history
* Add pull request template

Signed-off-by: Ayush Dattagupta <[email protected]>

* Update link to contribution guide

Signed-off-by: Ayush Dattagupta <[email protected]>

* Replace relative link with url

Signed-off-by: Ayush Dattagupta <[email protected]>

* Reorder comment in checklist to fix formatting

Signed-off-by: Ayush Dattagupta <[email protected]>

---------

Signed-off-by: Ayush Dattagupta <[email protected]>
  • Loading branch information
ayushdg authored May 22, 2024
1 parent 8755cdc commit 0af4a98
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## Description
<!-- Provide a standalone description of changes in this PR. -->
<!-- Reference any issues closed by this PR with "closes #1234". -->

## Usage
<!-- Potentially add a usage example below -->
```python
# Add snippet demonstrating usage
```
## Checklist
<!--
Note: All commits need to be signed and signed off. This can be done via `-sS` flags while commiting
`git commit -sS -m "...."
-->
- [ ] 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.

0 comments on commit 0af4a98

Please sign in to comment.