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
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,4 @@
1
-
Certainly! It looks like there are some issues with the links. Here's the corrected version:
2
-
3
-
## Contributing
1
+
# Contributing
4
2
5
3
We welcome and appreciate your contributions to beCPG PLM! Whether it's code, translations, or suggestions, your help is essential for the project's success. Please follow the guidelines below to contribute effectively.
6
4
@@ -12,18 +10,19 @@ We welcome and appreciate your contributions to beCPG PLM! Whether it's code, tr
12
10
### Submitting a Pull Request
13
11
14
12
1.[Fork](<link-to-your-repository>/fork) and clone the repository.
15
-
2. Configure and install dependencies: `mvn clean test`.
16
-
3. Create a new branch: `git checkout -b my-branch-name`.
17
-
4. Make your changes, add tests, and ensure the tests still pass.
18
-
5. Push to your fork and [submit a pull request](https://github.com/becpg/becpg-java-rest-api/compare).
19
-
6. Celebrate! Wait for your pull request to be reviewed and merged.
13
+
2. Configure and install dependencies: `./run.sh build_start`.
14
+
3. Ensure tests pass on your machine: `./run.sh test`.
15
+
4. Create a new branch: `git checkout -b my-branch-name`.
16
+
5. Make your changes, add tests, and ensure the tests still pass.
17
+
6. Push to your fork and [submit a pull request](https://github.com/becpg/becpg-community/compare).
18
+
7. Celebrate! Wait for your pull request to be reviewed and merged.
20
19
21
20
To increase the likelihood of your pull request being accepted:
0 commit comments