Skip to content

Commit d04d5a8

Browse files
Update README with build and PR instructions
Clarified the build process and pull request requirements.
1 parent 6789b3b commit d04d5a8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,15 @@ export OPENPROJECT_CORE=/path/to/openproject/root
2727
## Building
2828

2929

30-
3130
Building into the core is easy, just run
3231

3332
`npm run build`
3433

3534

36-
3735
This will override the `app/assets/javascripts/vendor/ckeditor/*` contents with the newest webpack build. You need to run this before opening a pull request.
3836

39-
Please also ensure you always create a pull request on this repository that gets merged whenever the core counterpart gets merged to ensure the master of this branch is always the latest built version in OpenProject
40-
37+
> [!important]
38+
> Please ensure that for any changes in this repository, you have a core repository with the output of `npm run build`, so that all core tests can run and confirm your changes. Both pull requests should _always_ be merged at the same time, never alone
4139
4240

4341
### Updating CKEditor

0 commit comments

Comments
 (0)