From 1a7a1c8ec8eab36dfc663835f7d28ae76ab753fd Mon Sep 17 00:00:00 2001 From: Graham White Date: Wed, 4 Sep 2024 15:35:10 +0100 Subject: [PATCH] docs: initial commit of PR template (#13) --- .github/PULL_REQUEST_TEMPLATE.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..66bfad9d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,28 @@ + + +### Which issue(s) does this pull-request address? + + + +Closes: # + +### Description + + + +### Checklist + + + +- [ ] 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 +- [ ] Documentation is changed or added +- [ ] Commit messages and PR title follow [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/#summary)