Skip to content

Commit

Permalink
add GitHub issue template (.yaml) and Pull request template (.md) files
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysawant committed Nov 3, 2023
1 parent ee1ee6a commit 0d47d38
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/new_issue.yaml
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
19 changes: 19 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/new_pull_request.md
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

0 comments on commit 0d47d38

Please sign in to comment.