Skip to content
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
2 changes: 1 addition & 1 deletion ADOPTERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Respect is a core principle in our open source community; see our [Code of Condu

If you need to know why and how to add yourself to the list, please read the blog post "[Join the Microcks Adopters list](https://microcks.io/blog/join-adopters-list/) and Empower the vibrant open source Community 🙌"

This document also lists the organizations using Microcks based on public information in blog posts, events, and videos. If any organization would like to get added or removed, please edit this file (make a pull request) after following our [contribution guide](https://github.com/microcks/.github/blob/master/CONTRIBUTING.md) and by following these specifics guidelines:
This document also lists the organizations using Microcks based on public information in blog posts, events, and videos. If any organization would like to get added or removed, please edit this file (make a pull request) after following our [contribution guide](https://github.com/microcks/.github/blob/main/CONTRIBUTING.md) and by following these specifics guidelines:
- Kindly include a reference (such as a link to a public blog post, video, slides, etc.) that mentions using Microcks.
- You consent to have your company’s name and logo featured on the [Microcks.io website](https://microcks.io/), included in our adopters' section, and potentially displayed in our rotating logo carousel.
- Adopter type follows the [CNCF definitions outlined](https://github.com/cncf/toc/blob/main/FAQ.md#what-is-the-definition-of-an-adopter): CNCF `End-User` member, `Another project`, `end user`, `Service Provider` or `Consultancy`.
Expand Down
2 changes: 1 addition & 1 deletion BACKERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ If you'd like to help and support Microcks to [level up](https://www.cncf.io/pro

## Gold Sponsors
[image width="250"]: #
[Become the first gold sponsor](hhttps://opencollective.com/microcks/contribute/gold-sponsors-61340/checkout?interval=month&amount=1000&name=&legalName=&email=)
[Become the first gold sponsor](https://opencollective.com/microcks/contribute/gold-sponsors-61340/checkout?interval=month&amount=1000&name=&legalName=&email=)

## Silver Sponsors
[image width="200"]: #
Expand Down
6 changes: 3 additions & 3 deletions DEPENDENCY_POLICY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The list of external dependencies in this Microcks repository with their current
## Declaring external dependencies

Depending on the Microcks Core or Module/extension technology stack, all external dependencies should be declared
in either [pom.xml](pom.xml), [package.json](package.json) or [go.mod](go.mod) root files.
in either `pom.xml`, `package.json` or `go.mod` root files.

Dependency declarations must:

Expand Down Expand Up @@ -48,7 +48,7 @@ basis:

* Core Microcks dependencies will be updated by the Microcks maintainers/security team.

* Module/extension [CODEOWNERS](./CODEOWNERS) should update extension specific dependencies.
* Module/extension `CODEOWNERS` should update extension specific dependencies.

Where possible, we prefer the latest release version for external dependencies, rather than main branch GitHub SHA tarballs.

Expand All @@ -61,4 +61,4 @@ The following dependencies are exempt from the policy:

* Any developer-only facing tooling or the documentation build.

* Transitive build time dependencies.
* Transitive build time dependencies.
Loading