Skip to content

Commit 75a5f3b

Browse files
author
James Pogran
authored
Merge pull request #291 from glennsarti/improve-issue-template
(maint) Improve the Issue Templates
2 parents 75552d2 + 035cbc7 commit 75a5f3b

File tree

4 files changed

+37
-0
lines changed

4 files changed

+37
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Feature request or new idea ✨
3+
about: Suggest a new feature or something you would like see
4+
5+
---
6+
7+
**Summary of the new feature**
8+
9+
A clear and concise description of what the problem is that the new feature would solve.
10+
11+
For example:
12+
13+
---
14+
**As a** user
15+
16+
**I would like to** automatically format my puppet manifests
17+
18+
**so that I** don't have to remember to do it myself.

.github/issue_template.md renamed to .github/ISSUE_TEMPLATE/issue_template.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
name: Bug report 🐞
3+
about: Report an error or unexpected behavior
4+
5+
---
16
<!--
27
Thanks for taking the time to reach out to us!
38
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: Puppet lint bug report ⛔️
3+
about: Puppet lint issues are tracked in a separate GitHub repo.
4+
5+
---
6+
7+
* Please submit puppet lint issues to the [Puppet Lint](https://github.com/rodjek/puppet-lint) repo on GitHub.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: Syntax Colorization bug report 🌈
3+
about: Puppet syntax colorization issues are tracked in a separate GitHub repo.
4+
5+
---
6+
7+
* Please submit editor syntax colorization issues with Puppet files to the [Puppet Editor Syntax](https://github.com/lingua-pupuli/puppet-editor-syntax) repo on GitHub.

0 commit comments

Comments
 (0)