mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-05-14 22:00:11 +02:00
Pull Request Template (#1956)
This commit is contained in:
parent
d28f460330
commit
e422f96dff
25
.github/pull_request_template.md
vendored
Normal file
25
.github/pull_request_template.md
vendored
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
## Description
|
||||||
|
[Provide a brief description of the changes in this PR]
|
||||||
|
|
||||||
|
|
||||||
|
## How Has This Been Tested?
|
||||||
|
[Describe the tests you ran to verify your changes]
|
||||||
|
|
||||||
|
|
||||||
|
## Accepted Risk
|
||||||
|
[Any know risks or failure modes to point out to reviewers]
|
||||||
|
|
||||||
|
|
||||||
|
## Related Issue(s)
|
||||||
|
[If applicable, link to the issue(s) this PR addresses]
|
||||||
|
|
||||||
|
|
||||||
|
## Checklist:
|
||||||
|
- [ ] All of the automated tests pass
|
||||||
|
- [ ] All PR comments are addressed and marked resolved
|
||||||
|
- [ ] If there are migrations, they have been rebased to latest main
|
||||||
|
- [ ] If there are new dependencies, they are added to the requirements
|
||||||
|
- [ ] If there are new environment variables, they are added to all of the deployment methods
|
||||||
|
- [ ] If there are new APIs that don't require auth, they are added to PUBLIC_ENDPOINT_SPECS
|
||||||
|
- [ ] Docker images build and basic functionalities work
|
||||||
|
- [ ] Author has done a final read through of the PR right before merge
|
Loading…
x
Reference in New Issue
Block a user