-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/7.0.0' into main
- Loading branch information
Showing
878 changed files
with
30,032 additions
and
32,473 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
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,38 +1,50 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
name: Report a bug | ||
about: Create a bug report to help us improve an area that needs fixing | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
Please fill in the sections below, adding/removing information where applicable: | ||
|
||
# Description | ||
|
||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
# Steps to reproduce | ||
|
||
e.g. | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
# Expected behavior | ||
|
||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
# Screenshots | ||
|
||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Desktop (please complete the following information):** | ||
- OS: [e.g. iOS] | ||
- Browser [e.g. chrome, safari] | ||
- Version [e.g. 22] | ||
# Environment | ||
|
||
## Desktop | ||
|
||
Please complete the following information: | ||
- OS: [e.g. iOS] | ||
- Browser [e.g. chrome, safari] | ||
- Version [e.g. 22] | ||
|
||
## Smartphone | ||
Please complete the following information: | ||
- Device: [e.g. iPhone6] | ||
- OS: [e.g. iOS8.1] | ||
- Browser [e.g. stock browser, safari] | ||
- Version [e.g. 22] | ||
|
||
**Smartphone (please complete the following information):** | ||
- Device: [e.g. iPhone6] | ||
- OS: [e.g. iOS8.1] | ||
- Browser [e.g. stock browser, safari] | ||
- Version [e.g. 22] | ||
# Additional context | ||
|
||
**Additional context** | ||
Add any other context about the problem here. | ||
Add any other context about the problem here. |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
name: Request a feature | ||
about: Provide a request to a new feature or enhancement you would like to see included in Mauro | ||
title: '' | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
Please fill in the sections below, adding/removing information where applicable: | ||
|
||
# Description | ||
|
||
A clear and concise description of what your feature suggestion is. | ||
|
||
# Additional context | ||
|
||
Add any other context about the request here, such as: | ||
|
||
- Screenshots, diagrams or mockups of your intentions | ||
- In-depth details of how you imagine the feature would function | ||
- Raise issues that would need to be clarified | ||
- Etc... |
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 |
---|---|---|
@@ -0,0 +1,50 @@ | ||
--- | ||
name: Report a system error | ||
about: Provide details on a system error that prevented you from carrying out something | ||
title: '' | ||
labels: system error | ||
assignees: '' | ||
|
||
--- | ||
|
||
Please fill in the sections below, adding/removing information where applicable: | ||
|
||
# Description | ||
|
||
A clear and concise description of what happened and what you were trying to do. | ||
|
||
# Steps to reproduce | ||
|
||
e.g. | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
# Expected behavior | ||
|
||
A clear and concise description of what you expected to happen. | ||
|
||
# Error details | ||
|
||
If available, include any error details automatically provided by Mauro. If using the Mauro Data Mapper UI, this is available via the "Copy details" button on an error page, then paste the details here. | ||
|
||
# Environment | ||
|
||
## Desktop | ||
|
||
Please complete the following information: | ||
- OS: [e.g. iOS] | ||
- Browser [e.g. chrome, safari] | ||
- Version [e.g. 22] | ||
|
||
## Smartphone | ||
Please complete the following information: | ||
- Device: [e.g. iPhone6] | ||
- OS: [e.g. iOS8.1] | ||
- Browser [e.g. stock browser, safari] | ||
- Version [e.g. 22] | ||
|
||
# Additional context | ||
|
||
Add any other context about the problem here. |
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
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
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
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
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
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 |
---|---|---|
|
@@ -32,7 +32,7 @@ | |
|
||
"licenseFormats": { | ||
"sass": { | ||
"prepend": "// ", | ||
"prepend": "//", | ||
"eachLine": { | ||
"prepend": " " | ||
} | ||
|
Oops, something went wrong.