Skip to content

Commit 0617c36

Browse files
chore: del spellcheck + md fixes + minor changes (#104)
Signed-off-by: andreacfromtheapp <3269984+andreacfromtheapp@users.noreply.github.com>
1 parent 41ca559 commit 0617c36

File tree

12 files changed

+455
-500
lines changed

12 files changed

+455
-500
lines changed

.github/PULL_REQUEST_TEMPLATE/pull_request_template.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ Team member before any CI builds will run.
1313

1414
## Before submitting a pull request (check all applicable)
1515

16-
- [ ] Read the [Contributing Guide](./github/CONTRIBUTING.md) (required)
17-
- [ ] Read the [Code Of Conduct](/CODE_OF_CONDUCT.md) (required)
16+
- [ ] Read the [Contributing Guide](/docs/CONTRIBUTING.md) (required)
17+
- [ ] Read the [Code Of Conduct](/docs/CODE_OF_CONDUCT.md) (required)
1818
- [ ] Include tests for your changes (if necessary)
1919
- [ ] `pre-commit run --all-files` returns no issues (required)
2020
- [ ] Update any related documentation and include any relevant screenshots
21-
- [ ] Use [Conventional
22-
Commits](https://www.conventionalcommits.org/en/v1.0.0/) (required)
21+
- [ ] Use [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)
22+
(required)
2323

2424
## Pull request type (check all applicable)
2525

.github/workflows/ci.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -107,22 +107,3 @@ jobs:
107107
- uses: Swatinem/rust-cache@v2
108108
- name: cargo docs
109109
run: cargo doc --no-deps --document-private-items --all-features --workspace --examples
110-
111-
# check-spelling:
112-
# name: check-spelling
113-
# needs: basics
114-
# runs-on: ubuntu-latest
115-
# steps:
116-
# - name: Checkout repository
117-
# uses: actions/checkout@v4
118-
# - name: Install Rust ${{ env.rust_stable }}
119-
# uses: dtolnay/rust-toolchain@stable
120-
# with:
121-
# toolchain: ${{ env.rust_stable }}
122-
# - name: Install cargo-spellcheck
123-
# uses: taiki-e/install-action@v2
124-
# with:
125-
# tool: cargo-spellcheck
126-
# - uses: actions/checkout@v4
127-
# - name: cargo spellcheck
128-
# run: cargo spellcheck --code 1

CHANGELOG.md

Lines changed: 162 additions & 67 deletions
Large diffs are not rendered by default.

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ name = "freesound-credits"
1919
path = "src/main.rs"
2020

2121
[dependencies]
22-
clap = { version = "4.5.23", features = ["derive"] }
22+
clap = { version = "4.5.30", features = ["derive"] }
2323

2424
# Config for 'cargo dist'
2525
[profile.release]

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/
1818

1919
Giving credits in the [Creative Commons](https://creativecommons.org) community
2020
is often the sole requirement to freely use samples in your own creations. This
21-
tool helps you abide to [Copyleft](https://en.wikipedia.org/wiki/Copyleft)
22-
and credit the generous artists that contribute sounds on
21+
tool helps you abide to [Copyleft](https://en.wikipedia.org/wiki/Copyleft) and
22+
credit the generous artists that contribute sounds on
2323
[Freesound](https://freesound.org), helping you being more creative.
2424

25-
Until today, giving credits may have been a process that you begrudged. This
26-
may have been stopping you from giving credits altogether. Not because you
27-
didn't want to, but because it was cumbersome and tedious.
25+
Until today, giving credits may have been a process that you begrudged. This may
26+
have been stopping you from giving credits altogether. Not because you didn't
27+
want to, but because it was cumbersome and tedious.
2828

2929
Not anymore! Thanks to `freesound-credits` it takes seconds now!
3030

@@ -80,9 +80,9 @@ kept their original samples names per downloads from the platform. For example:
8080
## Supported DAWs
8181

8282
`freesound-credits` should work for any samples stored in a flat folder.
83-
`freesound-credits` filters out metadata files associated with audio imports.
84-
To add more DAWs and associated metadata or extraction, please [file an
85-
issue](https://github.com/andreacfromtheapp/freesound-credits/issues/new?assignees=&labels=enhancement&projects=&template=add_a_new_daw.yml&title=feat%28DAW%29%3A+add+).
83+
`freesound-credits` filters out metadata files associated with audio imports. To
84+
add more DAWs and associated metadata or extraction, please
85+
[file an issue](https://github.com/andreacfromtheapp/freesound-credits/issues/new?assignees=&labels=enhancement&projects=&template=add_a_new_daw.yml&title=feat%28DAW%29%3A+add+).
8686

8787
| DAW | Samples Folder | Metadata | Extraction | Notes |
8888
| :---------: | :----------------: | :---------: | :--------: | :--------------------------------------------------------------: |
@@ -98,11 +98,11 @@ and Renoise projects on macOS. Logic Pro X uses no metadata and a clean Audio
9898
files folder, thus I decided to add it but it hasn't been tested.
9999

100100
However, any DAW with these characteristics should work out of the box. I would
101-
appreciate anybody confirming more DAWs or [adding new
102-
ones](https://github.com/andreacfromtheapp/freesound-credits/issues/new?assignees=&labels=enhancement&projects=&template=add_a_new_daw.yml&title=feat%28DAW%29%3A+add+).
103-
When you do request or add a new DAW, please keep the [above
104-
table](#supported-daws) and the [extra steps](#extra-daws-steps) section in
105-
mind for any extra information.
101+
appreciate anybody confirming more DAWs or
102+
[adding new ones](https://github.com/andreacfromtheapp/freesound-credits/issues/new?assignees=&labels=enhancement&projects=&template=add_a_new_daw.yml&title=feat%28DAW%29%3A+add+).
103+
When you do request or add a new DAW, please keep the
104+
[above table](#supported-daws) and the [extra steps](#extra-daws-steps) section
105+
in mind for any extra information.
106106

107107
## Extra DAWs steps
108108

@@ -114,5 +114,5 @@ Extract with `unzip your_project.xrns` first. Once unzipped, you will find a
114114
## Contributing
115115

116116
Thanks for your help improving the project! :balloon: Happy to have you! Peruse
117-
the [contributing guide](./docs/CONTRIBUTING.org) to help you get involved in
118-
the project.
117+
the [contributing guide](./docs/CONTRIBUTING.md) to help you get involved in the
118+
project.

TODO.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# TODO
22

3-
- add test for `get_list_of_samples`{.verbatim} in `lib.rs`{.verbatim}
4-
- add support for Zola front-matter template
5-
- given a `zolafm-template.toml`{.verbatim}
6-
- read/parse file
7-
- use it with `set_frontmatter`{.verbatim}
8-
- if no template -\> defaults to current hard-coded one
3+
- add test for `get_list_of_samples`{.verbatim} in `lib.rs`{.verbatim}
4+
- add support for Zola front-matter template
5+
- given a `zolafm-template.toml`{.verbatim}
6+
- read/parse file
7+
- use it with `set_frontmatter`{.verbatim}
8+
- if no template -\> defaults to current hard-coded one

docs/CODE_OF_CONDUCT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# The Rust Code of Conduct
22

3-
The Code of Conduct for this repository [can be found
4-
online](https://www.rust-lang.org/conduct.html).
3+
The Code of Conduct for this repository
4+
[can be found online](https://www.rust-lang.org/conduct.html).

0 commit comments

Comments
 (0)