File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -983,14 +983,11 @@ <h1>PR Cost Calculator</h1>
983983 < div class ="form-row ">
984984 < div class ="form-group ">
985985 < label for ="repoSampleSize "> Sample Size</ label >
986- < input
987- type ="number "
988- id ="repoSampleSize "
989- value ="25 "
990- min ="1 "
991- max ="50 "
992- >
993- < div class ="help-text "> 25 (fast, ±20% accuracy) or 50 (slower, ±14% accuracy)</ div >
986+ < select id ="repoSampleSize ">
987+ < option value ="25 " selected > 25 PRs (fast, ±20% accuracy)</ option >
988+ < option value ="50 "> 50 PRs (slower, ±14% accuracy)</ option >
989+ </ select >
990+ < div class ="help-text "> Number of PRs to sample</ div >
994991 </ div >
995992 < div class ="form-group ">
996993 < label for ="repoDays "> Days Back</ label >
@@ -1023,14 +1020,11 @@ <h1>PR Cost Calculator</h1>
10231020 < div class ="form-row ">
10241021 < div class ="form-group ">
10251022 < label for ="orgSampleSize "> Sample Size</ label >
1026- < input
1027- type ="number "
1028- id ="orgSampleSize "
1029- value ="25 "
1030- min ="1 "
1031- max ="50 "
1032- >
1033- < div class ="help-text "> 25 (fast, ±20% accuracy) or 50 (slower, ±14% accuracy)</ div >
1023+ < select id ="orgSampleSize ">
1024+ < option value ="25 " selected > 25 PRs (fast, ±20% accuracy)</ option >
1025+ < option value ="50 "> 50 PRs (slower, ±14% accuracy)</ option >
1026+ </ select >
1027+ < div class ="help-text "> Number of PRs to sample</ div >
10341028 </ div >
10351029 < div class ="form-group ">
10361030 < label for ="orgDays "> Days Back</ label >
You can’t perform that action at this time.
0 commit comments