diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 2706ef60e9..915afd0037 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,4 @@ ===REMOVE=== Important! Please follow the new guidelines for naming Pull Requests: https://docs.dasch.swiss/developers/dsp/contribution/#pull-request-guidelines ===REMOVE=== -resolves DSP- +resolves DEV- diff --git a/Contributors.md b/Contributors.md deleted file mode 100644 index e831e85506..0000000000 --- a/Contributors.md +++ /dev/null @@ -1,20 +0,0 @@ - - -# Project Lead: - - - Lukas Rosenthaler - -# Contributors: - - - Benjamin Geer - - Ivan Subotic - - Tobias Schweizer - - Sepideh Alassi - - Loïc Jaouen - - André Kilchenmann - - Stefan Münnich - - Lukas Stöckli - - Lukas Rosenthaler - - Gilles Faucherand - - - - diff --git a/Makefile b/Makefile index 248b450e02..244ab3ac49 100644 --- a/Makefile +++ b/Makefile @@ -223,7 +223,6 @@ test-webapi: docker-build ## runs all dsp-api tests. .PHONY: test-unit test-unit: docker-build ## runs the dsp-api unit tests. bazel test \ - //webapi/src/test/scala/org/knora/webapi/contributors/... \ //webapi/src/test/scala/org/knora/webapi/http/... \ //webapi/src/test/scala/org/knora/webapi/messages/... \ //webapi/src/test/scala/org/knora/webapi/other/... \ diff --git a/docs/01-introduction/data-formats.md b/docs/01-introduction/data-formats.md index d42cec4cae..d92234cb23 100644 --- a/docs/01-introduction/data-formats.md +++ b/docs/01-introduction/data-formats.md @@ -1,5 +1,5 @@