Skip to content

Commit b2425fb

Browse files
committed
New translations devbranch.md (Korean)
1 parent 3b471d7 commit b2425fb

1 file changed

Lines changed: 55 additions & 1 deletion

File tree

docs/CROWDIN/ko/AdvancedOptions/DevBranch.md

Lines changed: 55 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,58 @@ However, the Dev branch is a good place to see what features are being tested an
1111

1212
If you find a bug or think something wrong has happened when using the Dev branch, then view the [issues tab](https://github.com/nightscout/AndroidAPS/issues) to check whether anyone else has found it, or add it yourself if not. The more information you can share here the better (don't forget you may need to share your [log files](../GettingHelp/AccessingLogFiles.md). The new features can also be discussed on [discord](https://discord.gg/4fQUWHZ4Mw).
1313

14-
A dev version has an expiration date. This seems inconvenient when using it satisfactorily, but serves a purpose. When a single dev version doing the rounds, it is easier to keep track of bugs that people are reporting. The developers do not want to be in a position where there are three versions of dev in the wild where bugs are fixed in some and not others, and people continue to report the fixed ones.
14+
A dev version has an expiration date. This seems inconvenient when using it satisfactorily, but serves a purpose. When a single dev version doing the rounds, it is easier to keep track of bugs that people are reporting. The developers do not want to be in a position where there are three versions of dev in the wild where bugs are fixed in some and not others, and people continue to report the fixed ones.
15+
16+
(github-pr-test)=
17+
18+
## Test items in a pull request (GitHub CI actions deploy)
19+
20+
Available from 3.3.2.1.dev
21+
22+
- Suitable for testers or those helping with testing.
23+
24+
```{eval-rst}
25+
.. raw:: html
26+
27+
<!--crowdin: exclude-->
28+
<div align="center" style="max-width: 360px; margin: auto; margin-bottom: 2em;">
29+
<div style="position: relative; width: 100%; aspect-ratio: 9/16;">
30+
<iframe
31+
src="https://www.youtube.com/embed/REQ7RqzoUkM"
32+
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"
33+
frameborder="0"
34+
allowfullscreen>
35+
</iframe>
36+
</div>
37+
</div>
38+
```
39+
40+
![aaps_ci_pr_ci](C:\Data\50 - My Projects\AAPS\OpenAPS\AndroidAPSdocs\docs\EN\images\Building-the-App\CI\aaps_ci_pr_ci.png)
41+
42+
- PR number: Please enter the PR number that you want to test.
43+
44+
- PR reference types: PR reference types include two options:
45+
46+
- head:
47+
- Fetches the actual content from the PR author’s branch (i.e., the original commit history without any merge operations).
48+
- This is equivalent to the original state of the PR branch, as if it were fetched directly from a fork or feature branch.
49+
50+
- merge:
51+
52+
- Fetches the result of GitHub’s pre-simulated merge of the PR into the target branch (e.g., dev).
53+
- This is a virtual merge commit automatically created by GitHub.
54+
- This commit only exists when the PR has no conflicts and is mergeable.
55+
56+
- variant:
57+
58+
- Please refer to <variant>
59+
60+
(variant)=
61+
62+
### variant
63+
64+
- Select the variant you need:
65+
- fullRelease: For regular pump usage with full functionality.
66+
- [aapsclient、aapsclient2](../RemoteFeatures/RemoteControl.md#aapsclient) For caregivers (requires [Nightscout](../SettingUpAaps/Nightscout.md))。
67+
- pumpcontrol
68+
- Text ending with “Debug” indicates that the APK will be built in debug mode, which is useful for troubleshooting.

0 commit comments

Comments
 (0)