Skip to content

Commit

Permalink
prepare dev cycle of 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robstoll committed Mar 26, 2024
1 parent c8ab1a7 commit b4a2247
Show file tree
Hide file tree
Showing 5 changed files with 138 additions and 138 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Following a few guidelines so that others can quickly benefit from your contribu

## Code of Conduct
This project and everyone participating in it is governed by Atrium's
[Code of Conduct](https://github.com/robstoll/atrium/tree/v1.2.0/.github/CODE_OF_CONDUCT.md).
[Code of Conduct](https://github.com/robstoll/atrium/tree/main/.github/CODE_OF_CONDUCT.md).
By participating, you are expected to uphold this code. Please report unacceptable behaviour to [email protected]

## How to Contribute
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/good_first_issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Following the things you need to do:
- [ ] extend or write a separate Spec named XyExpectationsSpec in specs -> commonMain (see for instance YzExpectationsSpec) and extend it in atrium-api-fluent -> commonTest
- [ ] add samples to XyExpectationSamples.kt (see YzExpectationSamples.kt as guideline -- try to provide the reason why an expectation fails)
- [ ] add `@sample` with link to your sample method to the two functions in xYExpectations.kt
- [ ] add `@since 1.2.0` (adapt to current [milestone](https://github.com/robstoll/atrium/milestones)) to KDOC of the two functions in xYExpectations.kt
- [ ] add `@since 1.3.0` (adapt to current [milestone](https://github.com/robstoll/atrium/milestones)) to KDOC of the two functions in xYExpectations.kt


*api-infix*
Expand All @@ -37,7 +37,7 @@ Following the things you need to do:
- [ ] extend or write a separate Spec named XyExpectationsSpec in specs -> commonMain (see for instance YzExpectationsSpec) and extend it in atrium-api-fluent -> commonTest
- [ ] add samples to XyExpectationSamples.kt (see YzExpectationSamples.kt as guideline -- try to provide the reason why an expectation fails)
- [ ] add `@sample` with link to your sample method to the two functions in xYExpectations.kt
- [ ] add `@since 1.2.0` (adapt to current [milestone](https://github.com/robstoll/atrium/milestones)) to KDOC of the two functions in xYExpectations.kt
- [ ] add `@since 1.3.0` (adapt to current [milestone](https://github.com/robstoll/atrium/milestones)) to KDOC of the two functions in xYExpectations.kt

## Non-Code related feature
**Is your feature request related to a problem? Please describe.**
Expand Down
Loading

0 comments on commit b4a2247

Please sign in to comment.