Skip to content

Commit e1a35fb

Browse files
authored
Introduce templates for issues and PR (#560)
* Introduce templates for issues * enhancement * Create pull_request_template.md
1 parent 21dd63d commit e1a35fb

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed

Diff for: .github/ISSUE_TEMPLATE/bug_report.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: 🐛 Bug report
3+
about: Create a report to help us improve
4+
---
5+
6+
## Bug Report
7+
8+
### Describe the bug
9+
<!-- A clear and concise description of what the bug is.-->
10+
11+
### To Reproduce
12+
<!--Steps to reproduce the behavior:-->
13+
14+
### Expected behavior
15+
<!--A clear and concise description of what you expected to happen.-->
16+
17+
## Environment (please complete the following information):
18+
- OS [e.g. Windows]:
19+
- OS version
20+
- Browser [e.g. chrome, safari]:
21+
- Browser Version:
22+
- Agent Version [e.g. 1.0.0]:
23+
24+
## Additional context
25+
<!--Add any other context about the problem here.-->

Diff for: .github/pull_request_template.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
**Please check if the PR fulfills these requirements**
2+
3+
- [ ] The PR has no duplicates (please search among the [Pull Requests](https://github.com/arduino/arduino-create-agent/pulls)
4+
before creating one)
5+
- [ ] Tests for the changes have been added (for bug fixes / features)
6+
7+
* **What kind of change does this PR introduce?**
8+
<!-- Bug fix, feature, ... -->
9+
10+
- **What is the current behavior?**
11+
<!-- You can also link to an open issue here -->
12+
13+
* **What is the new behavior?**
14+
<!-- if this is a feature change -->
15+
16+
- **Does this PR introduce a breaking change?**
17+
<!-- What changes might users need to make in their workflow or application due to this PR? -->
18+
19+
* **Other information**:
20+
<!-- Any additional information that could help the review process -->

0 commit comments

Comments
 (0)