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 .vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ export default defineConfig({
},

head: [
["link", { rel: "icon", href: "/en/favicon.ico" }],
["link", { rel: "icon", href: "/favicon.ico" }],

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome.

[
"script",
{
Expand Down
4 changes: 2 additions & 2 deletions en/contributing/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ The sections below explain how to contribute to each category and how to raise a
## How to Contribute Simple Changes

- Open a pull request against the specification repository: [https://github.com/mavlink/mavlink](https://github.com/mavlink/mavlink)
- Reach out to the community on [Discord](https://discord.com/channels/1022170275984457759/1022185868317966458) and the [mailing list](https://groups.google.com/forum/#!forum/mavlink) to raise awareness
- Reach out to the community on Discord ([join server](https://discord.gg/dronecode), then use [#mavlink-general](https://discord.com/channels/1022170275984457759/1022185868317966458) channel) and the [mailing list](https://groups.google.com/forum/#!forum/mavlink) to raise awareness
- Address concerns by pushing more commits to the pull request

## How to Contribute Complex Changes

- Open a pull request against the RFC repository containing a new RFC number [https://github.com/mavlink/rfcs](https://github.com/mavlink/rfcs) and use the template in the 0000 RFC.
- Reach out to the community on [Discord](https://discord.com/channels/1022170275984457759/1022185868317966458) and the [mailing list](https://groups.google.com/forum/#!forum/mavlink) to raise awareness
- Reach out to the community on Discord ([join server](https://discord.gg/dronecode), then use [#mavlink-general](https://discord.com/channels/1022170275984457759/1022185868317966458) channel) and the [mailing list](https://groups.google.com/forum/#!forum/mavlink) to raise awareness
- Address concerns by pushing more commits to the pull request

## How to Contribute to Mavgen
Expand Down
Loading