-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feat/support-json-ld-for-ChangeClassLabelsOr…
…CommentsRequestV2
- Loading branch information
Showing
1 changed file
with
10 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,17 @@ | ||
<!-- Important! Please follow the guidelines for naming Pull Requests: https://docs.dasch.swiss/latest/developers/contribution/ --> | ||
<!-- Important! Please follow the guidelines for naming Pull Requests: | ||
https://docs.dasch.swiss/latest/developers/contribution/ --> | ||
|
||
## Pull Request Checklist | ||
### Description | ||
|
||
### Task Description/Number | ||
<!-- Please add a short description of the changes --> | ||
|
||
<!-- Please add either the issue number or, in case of unscheduled work, a short description of the task at hand --> | ||
<!-- * **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) --> | ||
|
||
Issue Number: DEV- | ||
<!-- * **What is the current behavior?** (You can also link to an open issue here) --> | ||
|
||
### PR Type | ||
<!-- * **What is the new behavior (if this is a feature change)?** --> | ||
|
||
- [ ] build/chore: maintenance tasks (no production code change) | ||
- [ ] docs: documentation changes (no production code change) | ||
- [ ] feat: represents new features | ||
- [ ] fix: represents bug fixes | ||
- [ ] perf: performance improvements | ||
- [ ] refactor: represents production code refactoring | ||
- [ ] test: adding or refactoring tests (no production code change) | ||
- [ ] deprecated: Deprecation warning (ideally referencing a migration guide) | ||
<!-- * **Does this PR introduce a breaking change?** | ||
(What changes might users need to make in their application due to this PR?) --> | ||
|
||
### Basic requirements for bug fixes and features | ||
|
||
- [ ] Tests for the changes have been added | ||
- [ ] Docs have been added / updated | ||
|
||
### Does this PR introduce a breaking change? | ||
|
||
<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. --> | ||
|
||
- [ ] Yes | ||
<!-- * **Other information**: --> |