Skip to content

Commit 8a301ce

Browse files
committed
ci: don't compare readmes
1 parent ae3786d commit 8a301ce

File tree

2 files changed

+1
-38
lines changed

2 files changed

+1
-38
lines changed

.github/workflows/diff.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@ jobs:
1515
mode: strict
1616
tolerance: same
1717
output: LICENSE-diff.txt
18-
- name: Check that the README files are the exact same
19-
uses: LouisBrunner/[email protected]
20-
with:
21-
old: README.md
22-
new: src/Packages/Passport/README.md
23-
mode: strict
24-
tolerance: same
25-
output: README-diff.txt
2618
- name: Check that the CHANGELOG files are the exact same
2719
uses: LouisBrunner/[email protected]
2820
with:

src/Packages/Passport/README.md

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -15,33 +15,4 @@ The Immutable SDK Passport package for Unity helps you integrate your game with
1515
# Documentation
1616

1717
* [Immutable X](https://docs.immutable.com/docs/x/sdks/unity)
18-
* [Immutable zkEVM](https://docs.immutable.com/docs/zkEVM/sdks/unity)
19-
20-
## Contributing
21-
22-
Thank you for your interest in contributing to our project! Here's a quick guide on how you can get started:
23-
24-
1. **Fork this Repository**: Fork the repository to your GitHub account by clicking the "Fork" button at the top right of the repository page.
25-
2. **Create a Branch**: Once you've forked the repository, create a new branch in your forked repository where you'll be making your changes. Branch naming convention is enforced [according to patterns here](https://github.com/deepakputhraya/action-branch-name).
26-
3. **Make Changes**: Make the necessary changes in your branch. Ensure that your changes are clear, well-documented, and aligned with the project's guidelines.
27-
4. **Commit Changes**: Commit your changes with clear and descriptive messages following [commit message pattern here](https://github.com/conventional-changelog/commitlint?tab=readme-ov-file#what-is-commitlint). It follows [Conventional Commits specification](https://www.conventionalcommits.org/en/v1.0.0/#specification), which helps maintain a consistent and informative commit history. Read [here](https://www.conventionalcommits.org/en/v1.0.0/#why-use-conventional-commits) to learn more about the benefits of Conventional Commits.
28-
5. **Create a Pull Request (PR)**: After you've made and committed your changes, create a PR against the original repository. Provide a clear description of the changes you've made in the PR.
29-
6. **Example Contribution**: Refer to [this contribution](https://github.com/immutable/unity-immutable-sdk/pull/182) as an example.
30-
31-
## Getting Help
32-
33-
Immutable X is open to all to build on, with no approvals required. If you want to talk to us to learn more, or apply for developer grants, click below:
34-
35-
[Contact us](https://www.immutable.com/contact)
36-
37-
### Project Support
38-
39-
To get help from other developers, discuss ideas, and stay up-to-date on what's happening, become a part of our community on Discord.
40-
41-
[Join us on Discord](https://discord.gg/TkVumkJ9D6)
42-
43-
#### Still need help?
44-
45-
You can also apply for marketing support for your project. Or, if you need help with an issue related to what you're building with Immutable X, click below to submit an issue. Select _I have a question_ or _issue related to building on Immutable X_ as your issue type.
46-
47-
[Contact support](https://support.immutable.com/hc/en-us/requests/new)
18+
* [Immutable zkEVM](https://docs.immutable.com/docs/zkEVM/sdks/unity)

0 commit comments

Comments
 (0)