diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..da9a2924e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,25 @@ +--- +name: 🐛 Bug report +about: Create a report to help us improve +--- + +## Bug Report + +### Describe the bug + + +### To Reproduce + + +### Expected behavior + + +## Environment (please complete the following information): + - OS [e.g. Windows]: + - OS version + - Browser [e.g. chrome, safari]: + - Browser Version: + - Agent Version [e.g. 1.0.0]: + +## Additional context + diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..9075f7dfb --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,20 @@ +**Please check if the PR fulfills these requirements** + +- [ ] The PR has no duplicates (please search among the [Pull Requests](https://github.com/arduino/arduino-create-agent/pulls) + before creating one) +- [ ] Tests for the changes have been added (for bug fixes / features) + +* **What kind of change does this PR introduce?** + + +- **What is the current behavior?** + + +* **What is the new behavior?** + + +- **Does this PR introduce a breaking change?** + + +* **Other information**: +