Skip to content

Commit aa71602

Browse files
committed
example template
1 parent dca893b commit aa71602

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/example.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Example
3+
about: Share a GitHub Action sample workflow
4+
title: 'Example: Good title'
5+
labels: 'example'
6+
assignees: ''
7+
8+
---
9+
10+
**Describe your Example**
11+
A clear and concise description of what the example does.
12+
13+
```yml
14+
# Add GitHub Action sample workflow with comments
15+
```

0 commit comments

Comments
 (0)