diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..8f8c62e95e --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,17 @@ +## Expected behavior + +TODO: Please describe here the behavior you are expecting. + +## Actual behavior + +TODO: What is the current behavior? + +## Failure Logs + +TODO: Please include any relevant log snippets, if necessary. + +## Context + +TODO: Please provide any relevant information about your setup. + +- Package Version: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..9d2fb42e01 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,12 @@ +## Definition of Done + +### General + +- [ ] Write an explicit title for the Pull Request, following [Conventional Commits specification](https://www.conventionalcommits.org) +- [ ] Test manually the implemented changes +- [ ] Validate the code quality (indentation, syntax, style, simplicity, readability) +- [ ] Ensure that Types have been updated according to your changes (if needed) + +### Security + +- [ ] Consider the security impact of the changes made