Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request_issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Feature request or new idea ✨
about: Suggest a new feature or something you would like see

---

**Summary of the new feature**

A clear and concise description of what the problem is that the new feature would solve.

For example:

---
**As a** user

**I would like to** automatically format my puppet manifests

**so that I** don't have to remember to do it myself.
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
name: Bug report 🐞
about: Report an error or unexpected behavior

---
<!--
Thanks for taking the time to reach out to us!

Expand Down
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/puppet_lint_issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
name: Puppet lint bug report ⛔️
about: Puppet lint issues are tracked in a separate GitHub repo.

---

* Please submit puppet lint issues to the [Puppet Lint](https://github.com/rodjek/puppet-lint) repo on GitHub.
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/syntax_color_issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
name: Syntax Colorization bug report 🌈
about: Puppet syntax colorization issues are tracked in a separate GitHub repo.

---

* 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.