You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ Please take a moment to review this document in order to make the contribution p
7
7
Following these guidelines helps to communicate that you respect the time of the developers managing and developing this Open Source project.
8
8
In return, they should reciprocate that respect in addressing your issue or assessing patches and features.
9
9
10
+
You should also have a look on the wiki if you are looking for information about how the project is managed, the releases and tests done, and how to do some actions.
11
+
[The wiki define the way to work anyone must agree](https://github.com/Orange-OpenSource/ouds-ios/wiki).
12
+
[The Code of Conduct](https://github.com/Orange-OpenSource/ouds-ios/blob/develop/.github/CODE_OF_CONDUCT.md) defines how we should interact together.
13
+
10
14
## Using the Issue Tracker
11
15
12
16
The [issue tracker](https://github.com/Orange-OpenSource/ouds-ios/issues) is the preferred channel for [bug reports](#bug-reports), [feature requests](#feature-requests) and [submitting pull requests](#pull-requests), but please respect the following restrictions:
@@ -112,7 +116,7 @@ Adhering to the following process is the best way to get your work included in t
112
116
113
117
7.[Open a Pull Request](https://help.github.com/articles/about-pull-requests/) with a clear title and description against the `develop` branch.
114
118
115
-
**IMPORTANT**: By submitting a patch, you agree to allow the project owners to license your work under the terms of the [MIT License](LICENSE).
119
+
**IMPORTANT**: By submitting a patch, you agree to allow the project owners to license your work under the terms of the [MIT License](https://github.com/Orange-OpenSource/ouds-ios/blob/develop/LICENSE).
116
120
117
121
Note that a ruleset based [on task-list-completed tool](https://github.com/marketplace/task-list-completed) is applied on `develop` branch: if any prerequisites are not futfilled in the pull request ticket the merge won't be done.
Copy file name to clipboardExpand all lines: .github/DEVELOP.md
+15-2
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,10 @@ brew install swiftlint
49
49
# For SwiftFormat (at least 0.52.4)
50
50
brew install swiftformat
51
51
# or `brew reinstall swiftformat` to get updates if old version installed
52
+
53
+
# For xcodes (at least 1.5.0)
54
+
brew install xcodesorg/made/xcodes
55
+
# or `brew reinstall xcodesorg/made/xcodes` to get updates if old version installed
52
56
```
53
57
54
58
Ensure you have the suitable _Ruby_ version. We recommend the use of [rbenv](https://github.com/rbenv/rbenv) to load the suitable version of ruby.
@@ -161,7 +165,7 @@ Any interface modifications require regenerating the illustrations using the too
161
165
The snapshot tool fetched the reference image to compare it against the current screen and detected no differences, resulting in a success
162
166
163
167
5. Run the snapshot test (failure):
164
-
- We will deliberately change the image by setting the `OpacityOpaque` token to `OpacityTransparent` in class `OpacityTokenPage.swift`
168
+
- We will deliberately change the image by setting the `OpacityOpaque` token to `OpacityInvisible` in class `OpacityTokenPage.swift`
-[Library] New architecture with tokens provider ([#79](https://github.com/Orange-OpenSource/ouds-ios/issues/79))
12
+
-[DemoApp] Prepare new architecture to add components illustration ([#328](https://github.com/Orange-OpenSource/ouds-ios/issues/328))
13
+
14
+
### Changed
15
+
16
+
-[Tool] Update `net-http` gem from 0.5.0 to 0.6.0
17
+
-[Tool] Update `SwiftLint` pod from v0.57.0 to v0.57.1
18
+
-[Tool] Update `SwiftFormat/CLI` pod from v0.54.6 to v0.55.3
19
+
-[Tool] Update `fastlane` gem from v2.225.0 to v2.226.0
-[Tool] Migrate from `xcode_install` to `xcodes` in Fastfile, freeze Xcode version (16.0)
24
+
-[Library] Rename `Typography*` tokens and elements to `Font*` ([#322](https://github.com/Orange-OpenSource/ouds-ios/issues/322))
-[Library] Types `GridExtraCompactSemanticToken`, `GridCompactSemanticToken` and `GridRegularSemanticToken` replaced by `GridSemanticToken` to make tokenator updates integration easier
20
-
-[DemoApp] Update space tokens screen ([#275](https://github.com/Orange-OpenSource/ouds-ios/issues/275))
0 commit comments