-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add GitHub issue template (.yaml) and Pull request template (.md) files
- Loading branch information
1 parent
ee1ee6a
commit 0d47d38
Showing
2 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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,21 @@ | ||
name: "Create a new issue" | ||
description: "Please provide more information about the problem" | ||
title: "[robottelo]" | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description of the problem | ||
description: A brief description of the question or issue or exisiting PR, also include what you tried and what didn't work. | ||
placeholder: '[Provide a clear and concise description of the problem or issue]' | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: additional-info | ||
attributes: | ||
label: Additional information | ||
description: Include any additional information, context, dependancy, or notes that may be relevant to this PR. | ||
placeholder: '[Link to any related GitHub issues or pull requests, also include any error, output, log if needed]' | ||
value: 'GitHub issue | Pull Request | Error | Output | Log' | ||
validations: | ||
required: false |
This file contains 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,19 @@ | ||
### Problem Statement | ||
Provide a description of the problem or issue you are addressing with this PR | ||
### Solution | ||
Describe the solution you are proposing to address the problem | ||
### Test Cases | ||
Test cases that you have added or modified to verify the changes made in this PR | ||
### Test information | ||
Test description, setup required | ||
### Test steps & Expected result | ||
``` | ||
Step 1. | ||
Step 2. | ||
Expected result: | ||
``` | ||
### Related Issues | ||
Link to any related GitHub issues or PR from robottelo, airgun, nailgun | ||
### Additional Notes | ||
Any additional notes for reviewers that may be relevant to this PR |