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
9 changes: 9 additions & 0 deletions COMPLIANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,12 @@ ArduPilot Methodic Configurator adheres to multiple compliance standards and bes
- Uses [gitleaks](https://github.com/gitleaks/gitleaks) pre-commit hook to ensure no secrets are leaked
- Implements secure coding practices, runs [anti-virus in CI](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/gitavscan.yml)
- Maintains [security policy and vulnerability reporting process](https://github.com/ArduPilot/MethodicConfigurator/blob/master/SECURITY.md)

<!-- Gurubase Widget -->
<script async src="https://widget.gurubase.io/widget.latest.min.js"
data-widget-id="uE4kxEE4LY3ZSyfNsF5bU6gIOnWGTBOL_e16KwDH-0g"
data-text="Ask AI"
data-margins='{"bottom": "1rem", "right": "1rem"}'
data-light-mode="true"
id="guru-widget-id">
</script>
11 changes: 10 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ If you are reading this page, you are possibly interested in contributing to our
We have a very active (and friendly) developer group and would love to have the help!
Possible ways you can help:

* [Translating the software into your language](https://ardupilot.github.io/MethodicConfigurator/ARCHITECTURE.html#adding-a-translation)
* [Translating the software into your language](https://github.com/ArduPilot/MethodicConfigurator/blob/master/.github/instructions/manually_translate_the_user_interface.md#adding-a-translation)
* Testing [the code](https://github.com/ArduPilot/MethodicConfigurator)
* Filing [issues on github](https://github.com/ArduPilot/MethodicConfigurator/issues/new/choose), when you see a problem (or adding detail to existing issues that affect you)
* Fixing issues
Expand Down Expand Up @@ -46,3 +46,12 @@ You can also join the

Note that these are NOT for user tech support, and are moderated
for new users to prevent off-topic discussion.

<!-- Gurubase Widget -->
<script async src="https://widget.gurubase.io/widget.latest.min.js"
data-widget-id="uE4kxEE4LY3ZSyfNsF5bU6gIOnWGTBOL_e16KwDH-0g"
data-text="Ask AI"
data-margins='{"bottom": "1rem", "right": "1rem"}'
data-light-mode="true"
id="guru-widget-id">
</script>
13 changes: 8 additions & 5 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,11 @@ If your question isn't answered here:
4. **Report Issues**: Create an issue on [GitHub](https://github.com/ArduPilot/MethodicConfigurator/issues)
5. **Professional Support**: Visit [support options](SUPPORT.md)

---

**Last Updated**: October 2025
**Document Version**: 1.0
**Software Version**: Compatible with ArduPilot Methodic Configurator 2.3.0+
<!-- Gurubase Widget -->
<script async src="https://widget.gurubase.io/widget.latest.min.js"
data-widget-id="uE4kxEE4LY3ZSyfNsF5bU6gIOnWGTBOL_e16KwDH-0g"
data-text="Ask AI"
data-margins='{"bottom": "1rem", "right": "1rem"}'
data-light-mode="true"
id="guru-widget-id">
</script>
9 changes: 9 additions & 0 deletions SYSTEM_REQUIREMENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,12 @@ To semi-automate the steps and processes on that guide the following *system des
- These get updated and overwritten when a new SW version is installed
- The user can extend that using his own locally saved component templates
- These do not get overwritten when a new SW version is installed

<!-- Gurubase Widget -->
<script async src="https://widget.gurubase.io/widget.latest.min.js"
data-widget-id="uE4kxEE4LY3ZSyfNsF5bU6gIOnWGTBOL_e16KwDH-0g"
data-text="Ask AI"
data-margins='{"bottom": "1rem", "right": "1rem"}'
data-light-mode="true"
id="guru-widget-id">
</script>
Loading