Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add contact details to readmes #7

Merged
merged 3 commits into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 15 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,21 @@ SPDX-License-Identifier: CC0-1.0
# merge

The `merge` crate provides the `Merge` trait that can be used to merge multiple
values into one:
values into one.

## Contact

You can ask questions in the
[Discussions](https://github.com/rustic-rs/rustic/discussions) or have a look at
the [FAQ](https://rustic.cli.rs/docs/FAQ.html).

| Contact | Where? |
| ------------- | --------------------------------------------------------------------------------------------------------------- |
| Issue Tracker | [GitHub Issues](https://github.com/rustic-rs/merge/issues/choose) |
| Discord | [![Discord](https://dcbadge.vercel.app/api/server/WRUWENZnzQ?style=flat-square)](https://discord.gg/WRUWENZnzQ) |
| Discussions | [GitHub Discussions](https://github.com/rustic-rs/rustic/discussions) |

## Usage

```rust
trait Merge {
Expand Down Expand Up @@ -86,21 +100,6 @@ version of Rust.
In general, this crate will be conservative with respect to the minimum
supported version of Rust.

## Contact

For bug reports, patches, feature requests and other messages, please send a
mail to [~ireas/[email protected]][~ireas/[email protected]]
([archive][archive]) using the `[merge-rs]` prefix in the subject.

You can submit patches using [`git send-email`][`git send-email`], for example:

```
git send-email --to=~ireas/[email protected] --subject-prefix="PATCH merge-rs"
```

Please prefix the subject with `PATCH merge-rs` so that CI will be automatically
run.

## License

This project is dual-licensed under the [Apache-2.0][Apache-2.0] and [MIT][MIT]
Expand Down
32 changes: 16 additions & 16 deletions crates/merge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,22 @@ SPDX-License-Identifier: CC0-1.0
# merge

The `merge` crate provides the `Merge` trait that can be used to merge multiple
values into one:
values into one.


## Contact

You can ask questions in the
[Discussions](https://github.com/rustic-rs/rustic/discussions) or have a look at
the [FAQ](https://rustic.cli.rs/docs/FAQ.html).

| Contact | Where? |
| ------------- | --------------------------------------------------------------------------------------------------------------- |
| Issue Tracker | [GitHub Issues](https://github.com/rustic-rs/merge/issues/choose) |
| Discord | [![Discord](https://dcbadge.vercel.app/api/server/WRUWENZnzQ?style=flat-square)](https://discord.gg/WRUWENZnzQ) |
| Discussions | [GitHub Discussions](https://github.com/rustic-rs/rustic/discussions) |

## Usage

```rust
trait Merge {
Expand Down Expand Up @@ -86,21 +101,6 @@ version of Rust.
In general, this crate will be conservative with respect to the minimum
supported version of Rust.

## Contact

For bug reports, patches, feature requests and other messages, please send a
mail to [~ireas/[email protected]][~ireas/[email protected]]
([archive][archive]) using the `[merge-rs]` prefix in the subject.

You can submit patches using [`git send-email`][`git send-email`], for example:

```
git send-email --to=~ireas/[email protected] --subject-prefix="PATCH merge-rs"
```

Please prefix the subject with `PATCH merge-rs` so that CI will be automatically
run.

## License

This project is dual-licensed under the [Apache-2.0][Apache-2.0] and [MIT][MIT]
Expand Down
12 changes: 12 additions & 0 deletions crates/merge_derive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ SPDX-License-Identifier: CC0-1.0
This crate provides a derive macro for the `merge::Merge` crate. See the
[`merge`][`merge`] crate for more information.

## Contact

You can ask questions in the
[Discussions](https://github.com/rustic-rs/rustic/discussions) or have a look at
the [FAQ](https://rustic.cli.rs/docs/FAQ.html).

| Contact | Where? |
| ------------- | --------------------------------------------------------------------------------------------------------------- |
| Issue Tracker | [GitHub Issues](https://github.com/rustic-rs/merge/issues/choose) |
| Discord | [![Discord](https://dcbadge.vercel.app/api/server/WRUWENZnzQ?style=flat-square)](https://discord.gg/WRUWENZnzQ) |
| Discussions | [GitHub Discussions](https://github.com/rustic-rs/rustic/discussions) |

## Minimum Rust version policy

This crate's minimum supported `rustc` version is `1.64.0`.
Expand Down
Loading