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
26 changes: 26 additions & 0 deletions ISSUE_TEMPLATE/01_bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: ":bug: Bug report"
about: Tell us about a problem you are experiencing
---

<!--
1. Describe the issue you are having and what you expected to happen.
-->

<!--
2. Describe the steps to reproduce, including any log snippets and stack traces that will help diagnose.
-->

<!--
3. Describe your environment, including
- Version
- Environment
- For ManageIQ: e.g. VMware appliance, EC2 appliance, Monolithic container, Kubernetes operator, etc
- For gems: e.g. `gem env`, `bundle env`, `ruby -v`, etc
-->

<!--
4. Update the following if there are additional labels, reviewers, or assignees.
(As described in https://github.com/ManageIQ/miq_bot#requested-tasks)
-->
@miq-bot add-label bug
14 changes: 14 additions & 0 deletions ISSUE_TEMPLATE/02_feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: ":bulb: Enhancement request"
about: Suggest an idea for this project
---

<!--
1. Describe the enhancement and why you think it is needed.
-->

<!--
2. Update the following if there are additional labels, reviewers, or assignees.
(As described in https://github.com/ManageIQ/miq_bot#requested-tasks)
-->
@miq-bot add-label enhancement
5 changes: 5 additions & 0 deletions ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: ":question: Question / Support"
url: https://github.com/orgs/ManageIQ/discussions
about: Please ask and answer questions here.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The goal here was to push people asking questions to the discussions instead of opening actionable tickets. It should show up at the bottom of the chooser list, but it's hard for me to know until we merge it.

16 changes: 16 additions & 0 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!--
1. Describe what this Pull Request does and why you think it is needed.
If this PR includes UI or CLI changes, please include Before/After screenshots
If this PR includes performance changes, please include Before/After metrics showing improvement.
-->

<!--
2. If this fixes an existing issue, please specify in `Fixes #<id>` format
(As described in https://help.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue)
-->

<!--
3. Tell @miq-bot to label this PR with an appropriate scope label (bug, enhancement, etc), and any additional reviewers or assignees.
(As described in https://github.com/ManageIQ/miq_bot#requested-tasks)
e.g. `@miq-bot add-label bug`, `@miq-bot add-reviewer @name`
-->