You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/dev-corner/dev-guide/contribute.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -18,13 +18,13 @@ As contributors and maintainers of this project, we pledge to respect all people
18
18
19
19
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, issues and other contributions that are not aligned to this Code of Conduct.
20
20
21
-
Make sure to read our [Code of Conduct](https://github.com/flybywiresim/a32nx/blob/master/CODE_OF_CONDUCT.md)
21
+
Make sure to read our [Code of Conduct](https://github.com/flybywiresim/aircraft/blob/master/CODE_OF_CONDUCT.md)
22
22
23
23
## Pull Requests
24
24
25
25
We welcome pull requests with fixes and improvements to the project.
26
26
27
-
If you wish to add a new feature or you spot a bug that you wish to fix, **please open an issue for it first** on the [A32NX issue tracker](https://github.com/flybywiresim/a32nx/issues).
27
+
If you wish to add a new feature or you spot a bug that you wish to fix, **please open an issue for it first** on the [FBW Aircraft issue tracker](https://github.com/flybywiresim/aircraft/issues).
28
28
29
29
The work-flow for submitting a new pull request is designed to be simple, but also to ensure consistency from **all** contributors:
30
30
@@ -49,7 +49,7 @@ Please help other contributors to the project wherever you can, as people all st
49
49
50
50
## Finding tasks
51
51
52
-
The best place to look for possible things where you could contribute is the A32NX GitHub repository's [Issues List](https://github.com/flybywiresim/a32nx/issues){target=new}.
52
+
The best place to look for possible things where you could contribute is the FBW Aircraft GitHub repository's [Issues List](https://github.com/flybywiresim/aircraft/issues){target=new}.
53
53
There you can find open bug reports or feature requests from users or other developers.
The Development version of the FlyByWire A32NX is done in the master branch. Whenever something is merged into the master branch, an automatic build process builds the newest
12
12
Development version and uploads it to our CDN, so users can download the latest Development version via the FlyByWire Installer. We have a very strict development, review and
13
13
QA process for for this version.
14
14
15
-
The Stable version is a snapshot (in git terms, a [Tag](https://github.com/flybywiresim/a32nx/tags){target=new}) of the development branch.
15
+
The Stable version is a snapshot (in git terms, a [Tag](https://github.com/flybywiresim/aircraft/tags){target=new}) of the development branch.
16
16
17
17
The FlyByWire project has other repositories for subprojects like api, msfs-rs, installer, website, docs, etc. Find them [here](https://github.com/orgs/flybywiresim/repositories){target=new}.
Copy file name to clipboardexpand all lines: docs/dev-corner/dev-guide/setup-environment.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -26,29 +26,29 @@ Most of our team works with either Visual Studio Code or IntelliJ IDEA-based IDE
26
26
27
27
## Getting the source code
28
28
29
-
To work on the A32NX project, you need to create a fork ( [GitHub fork](https://docs.github.com/en/get-started/quickstart/fork-a-repo){target=new)}) of the [a32nx repository](https://github.com/flybywiresim/a32nx).
29
+
To work on the A32NX project, you need to create a fork ( [GitHub fork](https://docs.github.com/en/get-started/quickstart/fork-a-repo){target=new)}) of the [aircraft repository](https://github.com/flybywiresim/aircraft).
30
30
31
31
Clone this fork to your local environment. You can use the command line git or a UI-based git to do this. On the command line, go to your projects folder and clone it into that folder.
You now have a copy of the a32nx repository on your local machine to review and change the source code.
37
+
You now have a copy of the aircraft repository on your local machine to review and change the source code. The subfolder `./fbw-a320nx` contains the A32NX source code.
38
38
39
39
## Compiling the source
40
40
41
41
To compile the source code into a package you can install into the Microsoft Flight Simulator Community folder, we have prepared a few scripts you need to run, which in turn use the Docker container mentioned above to compile the aircraft add-on.
42
42
43
43
44
44
```powershell title="PowerShell or Cmd Prompt"
45
-
cd a32nx
45
+
cd aircraft
46
46
.\scripts\dev-env\run.cmd ./scripts/setup.sh
47
47
.\scripts\dev-env\run.cmd ./scripts/build.sh
48
48
```
49
49
50
50
```bash title="git bash or other *nix shells on Windows"
51
-
cda32nx
51
+
cdaircraft
52
52
./scripts/dev-env/run.cmd ./scripts/setup.sh
53
53
./scripts/dev-env/run.cmd ./scripts/build.sh
54
54
```
@@ -85,7 +85,7 @@ mklink /J [MSFS Community folder\flybywire-aircraft-a320-neo] [Project folder pa
Now you're set up with your own fork, which you can reload instantly and test in MSFS, you're ready to get started making changes. When getting started, it's a good idea to spend some time looking around the project and wrapping your head around the structure.
34
34
35
35
- You'll find the main EFB content under ` src/instruments/src/EFB ` of your GitHub fork, try making small changes at first to test, such as changing the color of an icon, or changing a few words to make sure the reloading is working.
36
-
- Take a look at previous commits made to the flyPad on the [A32NX GitHub Repository](https://github.com/flybywiresim/a32nx/commits/master){target=new} and see what changes were made to get the desired result.
36
+
- Take a look at previous commits made to the flyPad on the [FBW Aircraft GitHub Repository](https://github.com/flybywiresim/aircraft/commits/master){target=new} and see what changes were made to get the desired result.
37
37
38
38
!!!info "Top tip!"
39
39
When working on your project, make sure to reload the flyPad and test regularly to catch issues as soon as they happen.
Copy file name to clipboardexpand all lines: docs/dev-corner/dev-guide/specific/flypad-translations.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# flyPadOS 3 Localization Process
2
2
3
-
This page is pulled externally from the A32NX repository and describes the processes involved with adding features to the EFB and sourcing translations.
3
+
This page is pulled externally from the FBW Aircraft repository and describes the processes involved with adding features to the EFB and sourcing translations.
4
4
5
5
We have partnered with Localazy, who offer top-notch software localization services, bringing multi-language support to our EFB, enhancing the user experience.
|[A32NX](https://github.com/flybywiresim/a32nx){target=new} | Main project where the actual FlyByWire A32NX is developed |
14
+
|[Aircraft](https://github.com/flybywiresim/aircraft){target=new} | Main project where the FlyByWire A32NX and A380X are developed |
15
15
|[Installer](https://github.com/flybywiresim/installer){target=new} | Project for developing and improving the FlyByWire Installer. |
16
16
|[Docs](documentation.md)| Documentation project to manage and improve documentation for our users. This includes documentation about the A32NX, general sim-pilot documentation, and documentation about development for the A32NX. |
17
17
|[Discord Bot](discord-bot.md)| FlyByWire Simulations custom bot commands list and changelog. Provides a quick overview of available support commands and changes to bot development. |
Copy file name to clipboardexpand all lines: docs/dev-corner/index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ description: The Development Corner is dedicated to providing information about
9
9
10
10
This section of the FlyByWire Documentation is dedicated to the development aspects of the A32NX add-on. It is aimed at developers, contributors, or anyone who would like to start contributing to the project.
Copy file name to clipboardexpand all lines: docs/dev-corner/qa-process.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ To QA test for FlyByWire, you need the following prerequisites:
16
16
17
17
- Having read and understood this page!
18
18
- Microsoft Flight Simulator (PC)
19
-
- GitHub Account and access to our [Pull Requests](https://github.com/flybywiresim/a32nx/pulls){target=new}
19
+
- GitHub Account and access to our [Pull Requests](https://github.com/flybywiresim/aircraft/pulls){target=new}
20
20
- Discord Account and joined our server [FlyByWire Simulations](https://discord.gg/flybywire)
21
21
- A QA Trainee or QA Tester Discord role
22
22
@@ -40,7 +40,7 @@ To manage this process, we use the GitHub Project feature.
40
40
41
41
This is a simple Kanban board where items move from the left to the right. For QA tests, the third column is relevant ("QA Team Review: Ready to Test")
42
42
43
-
{loading=lazy}<br/>[QA Project Board on GitHub](https://github.com/flybywiresim/a32nx/projects/4){target=new}
43
+
{loading=lazy}<br/>[QA Project Board on GitHub](https://github.com/flybywiresim/aircraft/projects/4){target=new}
44
44
45
45
If you have gotten a grasp on the above instructions, pick a PR to test from the list.
46
46
@@ -109,7 +109,7 @@ Typically, it is ok to keep your Navigraph data installed.
109
109
110
110
Read the test instructions of the PR carefully. Focus only on what is requested and part of this PR. Do not bloat your reports with many additional observations.
111
111
112
-
If you find additional issues which are not part of the PR, reproduce and test them with the latest Development version and then create a [GitHub Issue](https://github.com/flybywiresim/a32nx/issues) for them.
112
+
If you find additional issues which are not part of the PR, reproduce and test them with the latest Development version and then create a [GitHub Issue](https://github.com/flybywiresim/aircraft/issues) for them.
113
113
114
114
### Ask on Discord
115
115
@@ -164,7 +164,7 @@ Media:
164
164
!!! tip "Tip: Look at closed PRs"
165
165
To better understand what a report should look like, you can look at closed PRs on GitHub to see how others approach this.
166
166
167
-
Link to Closed PR list: [Closed PRs](https://github.com/flybywiresim/a32nx/pulls?q=is%3Apr+is%3Aclosed){target=new}
167
+
Link to Closed PR list: [Closed PRs](https://github.com/flybywiresim/aircraft/pulls?q=is%3Apr+is%3Aclosed){target=new}
168
168
169
169
!!! tip "Tip: Using GitHub Save for Template"
170
170
We suggest using the "Saved Replies" feature of GitHub for the QA Template. You can set them up as follows:
Copy file name to clipboardexpand all lines: docs/dev-corner/texture-changes.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ If you are the author of an affected livery, please reference the following:
14
14
- For convenience, here is a copy of the [new sharklet UV map](assets/a32nx-dev/sharklet_uv_4k.png){target=new} that can be added as a layer in your workflow. The decals should be painted un-mirrored.
15
15
16
16
!!! warning ""
17
-
For further context, you can review [pull request #5490](https://github.com/flybywiresim/a32nx/pull/5490){target=new} on our GitHub if necessary.
17
+
For further context, you can review [pull request #5490](https://github.com/flybywiresim/aircraft/pull/5490){target=new} on our GitHub if necessary.
18
18
19
19
## Registration Decal
20
20
@@ -34,7 +34,7 @@ If you are the author of a livery that has textured wheels, with text or anythin
34
34
- No action is required. The current wheel texture will appear correct on the right main gear wheel.
35
35
36
36
!!! warning ""
37
-
For further context, you can review [pull request #6931](https://github.com/flybywiresim/a32nx/pull/6931) on our GitHub if necessary.
37
+
For further context, you can review [pull request #6931](https://github.com/flybywiresim/aircraft/pull/6931) on our GitHub if necessary.
|| A32NX_OVHD_APU_START_PB_IS_AVAILABLE | 0|1 | R | Custom LVAR ||
214
214
215
-
!!! note "Search for APU in our [list for all Custom LVARS](https://github.com/flybywiresim/a32nx/blob/master/fbw-a32nx/docs/a320-simvars.md){target=new} for further variables."
215
+
!!! note "Search for APU in our [list for all Custom LVARS](https://github.com/flybywiresim/aircraft/blob/master/fbw-a32nx/docs/a320-simvars.md){target=new} for further variables."
Copy file name to clipboardexpand all lines: docs/fbw-a32nx/a32nx-api/lvars-events.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,14 @@
2
2
3
3
Flight-Deck API Documentation: [Flight-Deck API](a32nx-flightdeck-api.md)
4
4
5
-
In addition to the above documentation, all custom variables and custom events are documented by our developers on our project's GitHub: [:fontawesome-brands-github:{: .github } - **Docs section on GitHub**](https://github.com/flybywiresim/a32nx/tree/master/fbw-a32nx/docs){target=new}
5
+
In addition to the above documentation, all custom variables and custom events are documented by our developers on our project's GitHub: [:fontawesome-brands-github:{: .github } - **Docs section on GitHub**](https://github.com/flybywiresim/aircraft/tree/master/fbw-a32nx/docs){target=new}
Copy file name to clipboardexpand all lines: docs/fbw-a32nx/faq.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@
29
29
No, it is a completely free and open-source aircraft.
30
30
31
31
??? info "Q: How do we report bugs?"
32
-
Report bugs to us in the [Discord server](https://discord.gg/flybywire){target=new}, under the `#a32nx-support` channel, or by creating a [GitHub issue](https://github.com/flybywiresim/a32nx/issues/new/choose){target=new}.
32
+
Report bugs to us in the [Discord server](https://discord.gg/flybywire){target=new}, under the `#a32nx-support` channel, or by creating a [GitHub issue](https://github.com/flybywiresim/aircraft/issues/new/choose){target=new}.
33
33
34
34
Just make sure to search for existing issues first before creating a new one.
0 commit comments