فهرست منبع

Update CONTRIBUTING.md and README.md

Mike Plante 1 ماه پیش
والد
کامیت
11f7b75d2f
2فایلهای تغییر یافته به همراه13 افزوده شده و 11 حذف شده
  1. 10 9
      CONTRIBUTING.md
  2. 3 2
      README.md

+ 10 - 9
CONTRIBUTING.md

@@ -18,7 +18,7 @@ There are many ways to support the Trio community:
 
 ### Pay it forward
 
-If Trio has helped you manage your diabetes successfully, consider paying it forward by helping others. Answering questions in Discord or Facebook groups can make a real difference for someone getting started.
+If Trio has helped you manage your diabetes successfully, consider paying it forward by helping others. Answering questions in [Discord](https://discord.triodocs.org) or [Facebook](https://facebook.triodocs.org) groups can make a real difference for someone getting started.
 
 ### Translate
 
@@ -56,6 +56,7 @@ Trio is a collaborative project, and contributions of all kinds are welcome. Whe
 - Add new user-facing strings in the appropriate localization mechanism used by the app.
 - Provide English source strings only unless the contribution is specifically about translations.
 - Translation and localization for other languages should go through [Crowdin](https://crowdin.triodocs.org/).
+- Translations from shared pump managers, CGM managers and services are handled by the [Loop lokalise project](https://loopkit.github.io/loopdocs/faqs/app-translation/#code-translation).
 
 ### Documentation
 
@@ -68,10 +69,10 @@ Trio is a collaborative project, and contributions of all kinds are welcome. Whe
 ### Getting started
 
 1. Fork the [Trio repository](https://github.com/nightscout/Trio) on GitHub.
-2. Create a separate branch for each feature, or fix.
-3. Branch from the most recent appropriate development branch.
-4. Commit your changes to your fork.
-5. When ready, open a pull request against the main repository.
+1. Create a separate branch for each feature, or fix with an [appropriate name](#branch-names).
+1. Branch from the most recent appropriate development branch (typically `dev`).
+1. Commit your changes to your fork.
+1. When ready, open a pull request against the upstream repository (`nightscout/Trio`).
 
 ### Before opening a pull request
 
@@ -119,10 +120,10 @@ Please remember that Trio is maintained by contributors with limited time. Revie
 
 To help keep reviews efficient:
 
-- keep the scope narrow
-- explain your reasoning clearly
-- respond to review comments directly
-- avoid force-pushing large unexplained rewrites during active review unless necessary
+- Keep the scope narrow.
+- Explain your reasoning clearly.
+- Respond to review comments directly.
+- Avoid force-pushing large unexplained rewrites during active review unless necessary.
 
 ## Final note
 

+ 3 - 2
README.md

@@ -78,9 +78,9 @@ xed .
 - For **`dev`** branch:
   https://github.com/nightscout/Trio/blob/dev/fastlane/testflight.md
 
-Instructions in **greater detail**, but **not Trio-specific**:
+Instructions in **greater detail**:
 
-- https://loopkit.github.io/loopdocs/gh-actions/gh-overview/
+- http://triodocs.org/install/build/browser/browser-build-overview/
 
 ---
 
@@ -94,6 +94,7 @@ Instructions in **greater detail**, but **not Trio-specific**:
 - [Trio documentation](https://triodocs.org/)
 - [OpenAPS documentation](https://openaps.readthedocs.io/en/latest/)
 - [Crowdin](https://crowdin.triodocs.org/) is the collaborative platform we are using to manage the **translation** and localization of the Trio App.
+- [Loop lokalise](https://loopkit.github.io/loopdocs/faqs/app-translation/#code-translation) is the collaborative platform used to manage the translations and localizations from shared pump managers, CGM managers, and services.
 
 ## Support