From 6419adf60d6c83aa7f136f9c8d21628a42befbd8 Mon Sep 17 00:00:00 2001 From: Robert Stoll Date: Thu, 17 Jun 2021 09:42:17 +0200 Subject: [PATCH] adjust good_first_issue template --- .github/ISSUE_TEMPLATE/good_first_issue.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/good_first_issue.md b/.github/ISSUE_TEMPLATE/good_first_issue.md index 782fce884..3fccfa21f 100644 --- a/.github/ISSUE_TEMPLATE/good_first_issue.md +++ b/.github/ISSUE_TEMPLATE/good_first_issue.md @@ -20,17 +20,17 @@ Following the things you need to do: *logic* - [ ] extend XyAssertions with a function `foo` (see YzAssertions as a guideline) -- [ ] implement _foo in DefaultXyAssertions.kt by using the `ExpectImpl.feature.extractor...` +- [ ] implement foo in DefaultXyAssertions.kt by using the `ExpectImpl.feature.extractor...` *api-fluent* -- [ ] provide a val which returns `Expect` (see yzAssertions.kt as a guideline) -- [ ] provide a fun which expects an `assertionCreator`-lambda and returns `Expect` (see yzAssertions.kt as a guideline) +- [ ] provide a val which returns `Expect` in xYExpectations.kt (see yzExpectations.kt as a guideline) +- [ ] provide a fun which expects an `assertionCreator`-lambda and returns `Expect` in xYExpectations.kt (see yzExpectations.kt as a guideline) - [ ] add `@since 0.17.0` (adapt to current [milestone](https://github.com/robstoll/atrium/milestones)) to KDOC - [ ] extend or write a separate Spec named XyExpectationsSpec in specs-common (see for instance YzExpectationsSpec) and extend it in atrium-api-fluent-en_GB-common/src/test *api-infix* -- [ ] provide a val which returns `Expect` (see yzAssertions.kt as a guideline) -- [ ] provide a fun which expects an `assertionCreator`-lambda and returns `Expect` (see yzAssertions.kt as a guideline) +- [ ] provide a val which returns `Expect` in xYExpectations.kt(see yzExpectations.kt as a guideline) +- [ ] provide a fun which expects an `assertionCreator`-lambda and returns `Expect` in xYExpectations.kt (see yzExpectations.kt as a guideline) - [ ] add `@since 0.17.0` (adapt to current [milestone](https://github.com/robstoll/atrium/milestones)) to KDOC - [ ] extend or write a separate Spec named XyExpectationsSpec in specs-common (see for instance YzExpectationsSpec) and extend it in atrium-api-infix-en_GB-common/src/test