Skip to content

Commit

Permalink
Merge branch 'develop' into ftr/PartsInGoToMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
bwbohl authored Jul 11, 2024
2 parents e5a8eac + 2d1d0da commit 8b7c184
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest a feature to be implemented in Edirom
title: "[ftr]"
labels: 'Type: feature request'
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is.

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/problem-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Problem report
about: Create a report to a problem
title: "[BUG]"
assignees: ''

---

**Describe the problem**
A clear and concise description of what the problem is.

**To Reproduce**
Steps to reproduce the behavior, e.g.:
1. Go to '...' [e.g. https://klarinettenquintett.weber-gesamtausgabe.de]
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Data**
Please provide a link to your data (e.g. https://github.com/Edirom/EditionExample) to see the problem or an extract of your data to reproduce the problem.

**Edirom information**
- Version of Edirom [e.g. Release v1.0.0-beta.4 (Emeritus), see [releases](https://github.com/Edirom/Edirom-Online/releases)]
- Add any other context, that might be helpful

**Environment information**
- Browser [e.g. Chrome, Safari, Firefox]
- Version of your MEI files [e.g. 5.0]
- Add any other context, that might be helpful

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Additional context**
Add any other context about the problem here.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build](https://github.com/Edirom/Edirom-Online/actions/workflows/docker-ci.yml/badge.svg?branch=develop&event=push)](https://github.com/Edirom/Edirom-Online/actions/workflows/docker-ci.yml)
[![Build](https://github.com/Edirom/Edirom-Online/actions/workflows/docker-ci.yml/badge.svg?branch=develop&event=push)](https://github.com/Edirom/Edirom-Online/actions/workflows/docker-ci.yml) [![NFDI4C Registry](https://nfdi4culture.de/fileadmin/user_upload/registry/badges/nfdi4culturebadge.svg)](https://nfdi4culture.de/id/E3648)

# Edirom Online

Expand Down
1 change: 1 addition & 0 deletions packages/eoTheme/sass/etc/annotation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ $content_baseFont_size: 14px;
right: 10px;
top: 10px;
overflow: auto;
cursor: pointer;
}

.annotationViewContent .contentBox {
Expand Down

0 comments on commit 8b7c184

Please sign in to comment.