From 23d16685886cdc95481f35aa0b05b8b09d553dc2 Mon Sep 17 00:00:00 2001 From: Umberto Baldi <34278123+umbynos@users.noreply.github.com> Date: Fri, 23 Oct 2020 10:44:58 +0200 Subject: [PATCH 1/3] Introduce templates for issues --- .github/ISSUE_TEMPLATE/bug_report.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..a9f4a6313 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,27 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +### 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 + From 50223759e6302fb7de29099e25485612d780cbc8 Mon Sep 17 00:00:00 2001 From: Umberto Baldi <34278123+umbynos@users.noreply.github.com> Date: Fri, 23 Oct 2020 10:48:11 +0200 Subject: [PATCH 2/3] enhancement --- .github/ISSUE_TEMPLATE/bug_report.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a9f4a6313..da9a2924e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,12 +1,10 @@ --- -name: Bug report +name: 🐛 Bug report about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - --- +## Bug Report + ### Describe the bug From 0d72d793d53ae5f4147c66bb7fa8a5705e4fb90e Mon Sep 17 00:00:00 2001 From: Umberto Baldi <34278123+umbynos@users.noreply.github.com> Date: Fri, 23 Oct 2020 11:34:13 +0200 Subject: [PATCH 3/3] Create pull_request_template.md --- .github/pull_request_template.md | 20 ++++++++++++++++++++ 1 file changed, 20 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 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**: +