-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Music Album Creator v1.4.0 Release
- Loading branch information
Showing
67 changed files
with
7,521 additions
and
1,904 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,37 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: "[BUG]" | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Install the *music-album-creation* package with *python3 -m pip install music-album-creation* | ||
2. Run the **cli** as: *generate-python ...* | ||
please provided the arguments supplied to the cli | ||
3. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Desktop (please complete the following information):** | ||
- OS: [e.g. Linux Mint, iOS, Windows] | ||
- Version [e.g. 1.2.0] | ||
run: *generate-python --version* | ||
- Python Interpreter | ||
run: *generate-python --version* | ||
|
||
|
||
**Additional context** | ||
Add any other context about the problem here. | ||
For example, what input values were supplied to the *generate-python* | ||
cli (ie paste contents of your *config file*) |
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,20 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: "[FEATURE]" | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**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. |
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: Issue Inquiry | ||
about: Make an inquiry about an "issue" which is not a 'bug' nor a 'feature request' | ||
title: "[OTHER ISSUE]" | ||
labels: question | ||
assignees: '' | ||
|
||
--- | ||
|
||
**TODO: Title Goes Here** | ||
|
||
**Do you have a question related to the *music-album-creator* package?** | ||
Please submit your question :) | ||
|
||
Examples: | ||
- Why is *A* designed the way it is designed? | ||
- How does *A* accomplish whatever it accomplishes? |
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,20 @@ | ||
# Pull Request Labeling Rules based on changed files | ||
|
||
# Add 'ci' label to any change within the '.github' dir | ||
ci: | ||
- any: ['.github/*', '.github/**/*'] | ||
|
||
|
||
# Add 'business_logic' label to any change within the 'src/music_album_creation' dir | ||
business_logic: | ||
- any: ['src/music_album_creation/*', 'src/music_album_creation/**/*'] | ||
|
||
|
||
# Add 'docs' label to any change within the 'docs' dir | ||
docs: | ||
- any: ['docs/*', 'docs/**/*'] | ||
|
||
|
||
# Add 'test' label to any change within the 'tests' dir | ||
test: | ||
- any: ['tests/*', 'tests/**/*'] |
Oops, something went wrong.