-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from salsadigitalauorg/develop
v0.3.0 release
- Loading branch information
Showing
94 changed files
with
7,264 additions
and
705 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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**Sample configuration** | ||
Provide the configuration that caused the bug. | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Description** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Proposed solution** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request 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,39 @@ | ||
# Contributing to Merlin Framework | ||
|
||
Thanks for taking the time to contribute! | ||
|
||
#### Table of contents | ||
|
||
[How can I contribute?](#how-can-i-contribute) | ||
* [Reporting bugs](#reporting-bugs) | ||
* [Before submitting a bug report](#before-submitting-a-bug-report) | ||
* [What makes a good bug report?](#what-makes-a-good-bug-report) | ||
* [Suggesting enhancements](#suggesting-enhancements) | ||
* [Your first code contribution](#your-first-code-contribution) | ||
* [Pull requests](#pull-requests) | ||
|
||
## How can I contribute? | ||
|
||
### Reporting bugs | ||
|
||
This section guides you through creating and submitting a bug report. Following these guidelines helps maintainers and the community understand your report, reporoduce the behaviour and fix the problems. | ||
|
||
Before creating a bug report, please check [the issue list](https://github.com/salsadigitalauorg/merlin-framework/issues) and make sure that it is not something planned or raised before. When you are creating a bug report, please include as many details as possible and fill out the required template, it will help us resolve issues faster. | ||
|
||
>>> **Note**: If you find a closed issue that seems like it is the same as what you're experiencing please open a new issue and include a link to the original issue. | ||
#### Before submitting a bug report | ||
|
||
* **Check the issue queue** to see if the problem has been previously reported. If it has and the issue is still open, add a comment to the existing issue instead of opening a new one. | ||
|
||
#### What makes a good bug report? | ||
|
||
Bugs are tracked using the Github issue queue. When creating a new bug report explain the problem and include as much detail as possible to help maintainers reproduce the problem: | ||
|
||
* **Use a clear and descriptive title** for the issue to identify the problem. | ||
* **Provide the configuration that caused the problem** as this will allow the maintainers to quickly dive into the issue and find the cause. | ||
* **Describe the behaviour observed** and point out exactly what the problems with that behaviour. | ||
* **Explain what behaviour is expected**. | ||
* **If the problem wasn't triggered by a specific user acount** describe what you were doing before the problem happened and share as much information as you can. | ||
|
||
|
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,8 @@ | ||
# Merlin | ||
|
||
Welcome to Merlin a simple tool to aid content migration from an arbitrary source to a structured format ready for consumption by another system. | ||
|
||
## Requirements | ||
|
||
- PHP > 7.2 | ||
- Composer |
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
Oops, something went wrong.