Skip to content

Commit 1005329

Browse files
authored
Merge pull request #5 from arduino/issue-templates
Create issue templates
2 parents 55739d2 + b97bf8b commit 1005329

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Request article
3+
about: Suggest an idea for a new article
4+
title: ''
5+
labels: 'request'
6+
assignees: ''
7+
---
8+
9+
**Article summary**
10+
Describe what question or problem the article should address.
11+
12+
**More information**
13+
Include any/all of the following:
14+
15+
- Steps to reproduce the problem
16+
- Known answers or solutions
17+
- Error logs
18+
- Links (e.g., forum posts)

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Report article
3+
about: Report an issue with a published article
4+
title: ''
5+
labels: 'update'
6+
assignees: ''
7+
---
8+
9+
**Article URL**
10+
A link to the published article.
11+
12+
**Describe the problem with the article**
13+
A clear description of what you think should be changed, such as:
14+
15+
- incorrect or outdated content
16+
- confusing instructions
17+
- incorrect or difficult language

0 commit comments

Comments
 (0)