-
Notifications
You must be signed in to change notification settings - Fork 5
Add default templates for issues and PRs #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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` | ||
| --> |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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.