mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-28 03:30:06 +00:00
chore: update PR template (#1266)
This commit is contained in:
parent
a8ec401f19
commit
dfcd53933d
1 changed files with 12 additions and 1 deletions
13
.github/PULL_REQUEST_TEMPLATE.md
vendored
13
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
|
@ -1,8 +1,15 @@
|
|||
<!-- Thank you for contributing! -->
|
||||
|
||||
### Related Issue
|
||||
|
||||
<!-- REQUIRED: Link to the issue this PR resolves. PRs without a linked issue will be closed. -->
|
||||
<!-- Example: Closes #123 or Fixes #456 -->
|
||||
|
||||
Closes #
|
||||
|
||||
### Description
|
||||
|
||||
<!-- Please insert your description here and provide especially info about the "what" this PR is solving -->
|
||||
<!-- REQUIRED: Describe what this PR does and why. PRs without a description will not be reviewed. -->
|
||||
|
||||
### What is the purpose of this pull request? <!-- (put an "X" next to an item) -->
|
||||
|
||||
|
|
@ -10,3 +17,7 @@
|
|||
- [ ] New Feature
|
||||
- [ ] Documentation update
|
||||
- [ ] Other
|
||||
|
||||
### Contribution Guidelines Acknowledgement
|
||||
|
||||
- [ ] I have read and agree to the [Eigent Contribution Guideline](https://github.com/eigent-ai/eigent/blob/main/CONTRIBUTING.md#eigent-contribution-guideline)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue