Skip to content

Commit

Permalink
Merge branch 'master' into 2000-orderElements
Browse files Browse the repository at this point in the history
  • Loading branch information
dr0i committed May 27, 2024
2 parents edb4ce5 + 27851dd commit 6e8657c
Show file tree
Hide file tree
Showing 201 changed files with 20,051 additions and 1,258 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,16 @@ jobs:
# cd ..
- name: Install metafacture-fix
run: |
cd ..
git clone https://github.com/metafacture/metafacture-fix.git
cd metafacture-fix
git checkout 1.0.0
./gradlew publishToMavenLocal
cd ..
cd -
- name: Build with Maven
run: mvn install
run: |
mvn install
mvn editorconfig:check
- name: Cache SBT
uses: actions/cache@v3
with:
Expand Down
17 changes: 17 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Contributing to lobid-resources


Welcome! Thank you for contributing to lobid-resources.

## How can I contribute?

Follow the instructions from [metafacture-playground's CONTRIBUTING.md, section "How can I contribute?"](https://github.com/metafacture/metafacture-playground/blob/main/CONTRIBUTING.md#table-of-contents).

**Note**:

We differ from the above documentation when doing **Pull Requests**(PR).
As a functional review of a PR normally needs a full indexing, which takes around 18h, the PR should not be linked to the issue by a "closing keyword" but with a "See", eg "**See #2002.**". So if the PR is merged and thus closed, it doesn't trigger the closing of the issue automatically. The issue should be revisited after weekend's deployment and checked if the PR indeed has solved the issue. It is then closed manually.

**If** an issue is **assigned** it shall always be clear for the assigned what is expected of her. E.g. one could assign and comment with: "Check after weekend's deployment".

To have the Issue and also the PR appear at [lobid-resources' GitHub Board](https://github.com/orgs/hbz/projects/11/views/1) add them via **Projects** (see at the right side). Change the Status properly, e.g. to "Review). Don't forget to also assign the PR and the Issue.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ No third-party beneficiary rights are created under this Agreement.

Exhibit A - Form of Secondary Licenses Notice

"This Source Code may also be made available under the following
Secondary Licenses when the conditions for such availability set forth
"This Source Code may also be made available under the following
Secondary Licenses when the conditions for such availability set forth
in the Eclipse Public License, v. 2.0 are satisfied: {name license(s),
version(s), and exceptions or additional permissions here}."

Expand Down
Loading

0 comments on commit 6e8657c

Please sign in to comment.