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: website/docs/contributing/project-details/commit-steps.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,7 @@ Following checks will happen when you commit:
153
153
- ESLint to check if the website code complies with the [ESLint](https://eslint.org/) rules. It will only run if there is change to `.js`, `.jsx`, `.ts` or `.tsx` files.
154
154
- Prettier to check if the website code complies with the [Prettier](https://prettier.io/) rules. It will only run if there is change to `.js`, `.jsx`, `.ts` or `.tsx` files.
155
155
- Build the documentation website to check if the website builds successfully.
156
-
- Build and run tests from the Java project to check if the check style, code compilation is successful and overall code coverage is above `70%`.
156
+
- Build and run check styles from the Java project to check if the check styleand code compilation is successful.
157
157
158
158
## Push your commit
159
159
@@ -173,4 +173,8 @@ When you click on the `Push` button, you will see a pop-up asking you to confirm
173
173
174
174
## Create draft PR
175
175
176
-
As soon as you push your commit, you must create a draft PR on GitHub. Because our workflows will only get triggered on PR's that are raised against `main` branch.
176
+
As soon as you push your commit, you must create a draft PR on GitHub. Because our workflows will only get triggered on PR's that are raised against `develop` branch.
177
+
178
+
## Ping on Discord
179
+
180
+
Once PR is raised, ping in the `#contributor-discussion` channel on our [Discord server](https://discord.gg/dUg8K9DAsR) to let all the contributors know and you can schedule a demo with the contributors to showcase your changes.
0 commit comments