Skip to content

Commit

Permalink
add GitHub Pull request template (.md) file (#12943)
Browse files Browse the repository at this point in the history
* add GitHub issue template (.yaml) and Pull request template (.md) files

* final changes after reivew

* add example of PRT comment and remove checklist section
  • Loading branch information
vijaysawant authored Oct 26, 2023
1 parent 4d694c5 commit 5a4dcdb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/new_pull_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
### Problem Statement


### Solution


### Related Issues


<!-- ### PRT test Cases example
trigger: test-robottelo
pytest: tests/foreman/ui/test_contenthost.py -k 'test_syspurpose_mismatched'
-->
<!--
PRT usage reference link: https://github.com/SatelliteQE/robottelo/wiki/Robottelo-Pull-Request-Testing-(PRT)-Process#usage-examples
-->

0 comments on commit 5a4dcdb

Please sign in to comment.