Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 6 additions & 9 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,13 @@
Use active voice and present tense, e.g., This commit fixes ...
-->

# DevRev issue
## Connected Issues
<!--
A DevRev issue link (https://app.devrev.ai/devrev/works/ISS-00000) or `no-work-item`.
A DevRev issue(s) link (https://app.devrev.ai/devrev/works/ISS-00000) or `no-work-item`.
Only dependency updates don't need a work item, all others should have one.
-->

# Documentation PR
<!--
A link to the PR in fern-api-docs if relevant, otherwise `no-docs`.
Any new feature should link to a PR in https://github.com/devrev/fern-api-docs.
Dependency updates or changes to the configuration that are not user-facing do not
require an update to the documentation.
-->
## Checklist
<!-- - [ ] Tests added/updated and ran `npm run test` -->
- [ ] Code formatted and checked with `npm run lint`
- [ ] Added "How to test" section to this PR if needed