-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: initial commit of PR template (#13)
- Loading branch information
1 parent
ef02a3a
commit 1a7a1c8
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<!-- | ||
Thank you for your pull request. Please review and complete the sections below. | ||
--> | ||
|
||
### Which issue(s) does this pull-request address? | ||
|
||
<!-- | ||
Please include a link to an issue in the tracker. The issue describes the problem to be solved. If there is no issue raised for this PR then either raise one with a summary and description of the problem or add a summary and description of the problem here | ||
--> | ||
|
||
Closes: # | ||
|
||
### Description | ||
|
||
<!-- Provide a description of the change, pay special attention to describing any breaking changes. The description describes the resolution to the problem described in the linked issue (or to the problem outlined in this PR). --> | ||
|
||
### Checklist | ||
|
||
<!-- For completed items, change [ ] to [x]. --> | ||
|
||
- [ ] I have read the [contributor guide](https://github.com/i-am-bee/bee-agent-framework/blob/main/CONTRIBUTING.md) | ||
- [ ] Linting passes: `yarn lint` or `yarn lint:fix` | ||
- [ ] Formatting is applied: `yarn format` or `yarn format:fix` | ||
- [ ] Unit tests pass: `yarn test:unit` | ||
- [ ] E2E tests pass: `yarn test:e2e` | ||
- [ ] Tests are included <!-- Bug fixes and new features should include tests --> | ||
- [ ] Documentation is changed or added | ||
- [ ] Commit messages and PR title follow [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/#summary) |