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
OIE specifies the working versions of Java and Ant in [.sdkmanrc](./.sdkmanrc). To take advantage of this, install [SDKMAN](https://sdkman.io/) and run `sdk env install`
28
+
OIE specifies the working versions of Java and Ant in [`.sdkmanrc`](https://github.com/OpenIntegrationEngine/engine/blob/main/.sdkmanrc). To take advantage of this, install [SDKMAN](https://sdkman.io/) and run `sdk env install`
29
29
in the project's root directory.
30
30
31
31
### 6. Implement your changes
@@ -36,7 +36,7 @@ Implement the necessary changes, ensuring they align with the project’s coding
36
36
Before submitting your changes, please ensure that all tests pass and that your changes work as expected in your local environment.
37
37
38
38
### 8. Submit a Pull Request
39
-
Once your changes are ready, push them to your fork and create a **draft pull request (PR)** from your branch to the `main` branch of the project. Draft PRs help indicate that the work is in progress.
39
+
Once your changes are ready, push them to your fork and create a **draft pull request (PR)** from your branch to the `main` branch of the project. Draft PRs help indicate that the work is in progress.
40
40
Mark the PR as **"Ready for review"** only when it is actually complete and ready for feedback. Include a brief description of the changes and reference the related issue.
41
41
42
42
## Reporting Bugs
@@ -65,6 +65,6 @@ If you would like to suggest a new feature or enhancement:
65
65
66
66
## License
67
67
68
-
By contributing to **Open Integration Engine**, you agree that your contributions will be licensed under the [Mozilla Public License (MPL) 2.0](./LICENSE).
68
+
By contributing to **Open Integration Engine**, you agree that your contributions will be licensed under the [Mozilla Public License (MPL) 2.0](https://github.com/OpenIntegrationEngine/engine/blob/main/LICENSE).
69
69
70
70
Thank you for your interest in improving **Open Integration Engine**.
Copy file name to clipboardExpand all lines: docs/engine/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ Forked from **Mirth Connect** following its shift to a proprietary model, this p
91
91
92
92
## Licensing
93
93
94
-
Licensed under the **Mozilla Public License 2.0** (MPL 2.0). See [LICENSE](./LICENSE) for details.
94
+
Licensed under the **Mozilla Public License 2.0** (MPL 2.0). See [LICENSE](https://github.com/OpenIntegrationEngine/engine/blob/main/LICENSE) for details.
0 commit comments