Skip to content

Commit e9e057c

Browse files
committed
Reword questions and fix typos
1 parent 92d27c4 commit e9e057c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/tck-build-logic/src/main/resources/contributing/questions.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
{
88
"question-key": "testsLocation",
9-
"question": "Where are your tests implemented? Absolute path to the directory containing java packages where you implemented tests: ",
9+
"question": "Where did you implemented tests for this library? Absolute path to the directory containing java packages where you implemented tests: ",
1010
"help": "An absolute path to the directory that contains your tests. This path must be on your system and not some online location. Be aware that for all tests where you are not the sole author, you have to add a comment that proves that you may publish them under the specified license manually"
1111
},
1212
{
@@ -27,11 +27,11 @@
2727
{
2828
"question-key": "additionalDependencies",
2929
"question": "What additional testImplementation dependencies you want to include? Enter the next dependency (to stop type \"-\")",
30-
"help": "Enter the testImplementation dependencies (pres enter after each dependency) you want to include use in tests. Provide dependencies in form of Maven coordinates. Maven coordinates consist of three parts in the following format \"groupId:artifactId:version\". For more information visit: https://maven.apache.org/repositories/artifacts.html When you finish adding dependencies, type \"-\" to terminate the inclusion process"
30+
"help": "Enter the testImplementation dependencies (press enter after each dependency) you want to include use in tests. Provide dependencies in form of Maven coordinates. Maven coordinates consist of three parts in the following format \"groupId:artifactId:version\". For more information visit: https://maven.apache.org/repositories/artifacts.html When you finish adding dependencies, type \"-\" to terminate the inclusion process"
3131
},
3232
{
3333
"question-key": "shouldCreatePullRequest",
3434
"question": "Do you want to create a pull request to the reachability metadata repository [Y/n]:",
35-
"help": "In case you want to open a pull request to Reachability metadata repository automatically, type \"y\". This way the task will create a new branch for you, commit changes with a proper message, and push the branch remotly. At the end, the task will give you a link to the Github repository where you should fill in a pull request checkslist and complete the process."
35+
"help": "In case you want to open a pull request to Reachability metadata repository automatically, type \"y\". This way the task will create a new branch for you, commit changes with a proper message, and push the branch remotely. At the end, the task will give you a link to the Github repository where you should fill in a pull request checklist and complete the process."
3636
}
3737
]

0 commit comments

Comments
 (0)