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: CONTRIBUTING.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,12 +24,19 @@ Create a new branch for your feature or bug fix:
24
24
```bash
25
25
git checkout -b feature/your-feature-name
26
26
```
27
-
Implement the necessary changes, ensuring that they align with the project’s coding standards and practices.
28
27
29
-
### 5. Test Your Changes
28
+
### 5. Install Tooling
29
+
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`
30
+
in the project's root directory.
31
+
32
+
### 6. Implement your changes
33
+
34
+
Implement the necessary changes, ensuring they align with the project’s coding standards and practices.
35
+
36
+
### 7. Test Your Changes
30
37
Before submitting your changes, please ensure that all tests pass and that your changes work as expected in your local environment.
31
38
32
-
### 6. Submit a Pull Request
39
+
### 8. Submit a Pull Request
33
40
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.
34
41
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.
0 commit comments