Improve pull request template (#4440)
This commit is contained in:
parent
05a95df56d
commit
63fcde0b80
1 changed files with 16 additions and 10 deletions
26
.github/PULL_REQUEST_TEMPLATE.md
vendored
26
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -1,31 +1,37 @@
|
|||
Thank you for submitting this pull request! We really appreciate you spending the time to work on these changes.
|
||||
Thank you for submitting this pull request. We really appreciate you spending the time to work on SurrealDB. 🚀 🎉
|
||||
|
||||
## What is the motivation?
|
||||
|
||||
Please provide details on the motivation for why you have made this change.
|
||||
<!-- Please provide details on the motivation for why you have made this change.-->
|
||||
|
||||
> [!WARNING]
|
||||
No details provided.
|
||||
|
||||
## What does this change do?
|
||||
|
||||
Please provide a description of what this pull request does, and how it solves the problem.
|
||||
<!-- Please provide a description of what this pull request does, and how it solves the problem. -->
|
||||
|
||||
> [!WARNING]
|
||||
> No details provided.
|
||||
|
||||
## What is your testing strategy?
|
||||
|
||||
Write your test plan here. Please provide us with clear instructions on how you verified your changes work.
|
||||
<!-- Write your test plan here. Please provide us with clear instructions on how you verified your changes work. -->
|
||||
|
||||
> [!WARNING]
|
||||
> No details provided.
|
||||
|
||||
## Is this related to any issues?
|
||||
|
||||
If this pull request is related to other pull requests, or resolves any issues, then link all related or closed items here.
|
||||
<!-- If this pull request is related to other pull requests, or resolves any issues, then link all related or closed items here, using 'Closes #101' or 'Fixes #101' to automatically close any linked issues. -->
|
||||
|
||||
<!-- Use 'Closes' or 'Fixes' to mark that this pull request successfully closes an issue. -->
|
||||
- [ ] No related issues
|
||||
|
||||
## Does this change need documentation?
|
||||
|
||||
If this pull request requires changes, updates, or improvements to the documentation, then add a corresponding issue on the [docs.surrealdb.com](https://github.com/surrealdb/docs.surrealdb.com) repository, and link to it here.
|
||||
|
||||
<!-- Delete one of the following lines as necessary, and enter the correct corresponding issue number. -->
|
||||
<!-- If this pull request requires changes, updates, or improvements to the documentation, then add a corresponding issue on the https://github.com/surrealdb/docs.surrealdb.com repository, and link to it here. -->
|
||||
|
||||
- [ ] No documentation needed
|
||||
- [ ] surrealdb/docs.surrealdb.com#1
|
||||
|
||||
## Have you read the Contributing Guidelines?
|
||||
|
||||
|
|
Loading…
Reference in a new issue