Skip to content

Commit

Permalink
Add svg-android to THIRDPARTY + Fix PULL_REQUEST_TEMPLATE + Update RE…
Browse files Browse the repository at this point in the history
…ADME
  • Loading branch information
vkryl committed Jun 14, 2022
1 parent 668bde8 commit 9b93e4c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,9 @@ License of components and third-party dependencies it relies on might differ, ch
### Third-party dependencies

List of third-party components used in **Telegram X** can be found [here](/docs/THIRDPARTY.md). Additionally you can check the specific commit of the third-party component used, for example, [here](/app/jni/thirdparty) and [here](/thirdparty).

## Contributions

**Telegram X** welcomes contributions. Check out [pull request template](/docs/PULL_REQUEST_TEMPLATE.md) and [guide for contributors](/docs/GUIDE.md) to learn more about Telegram X internals before creating the first pull request.

If you are a regular user and experience a problem with Telegram X, the best place to look for solution is [Telegram X chat](https://t.me/tgandroidtests) — a community with over 4 thousand members. Please do not use this repository to ask questions: if you have general issue with Telegram, refer to [FAQ](http://telegram.org/faq) or contact [Telegram Support](https://telegram.org/faq#telegram-support).
2 changes: 1 addition & 1 deletion docs/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The guide below provides the flow for creating a perfect pull request to the Tel
- [ ] **Separated**. Different bug fixes are divided into independent PRs.
- [ ] **Linked**. If you fix a specific issue, add it to the title and its description to the body.
- [ ] **Creating**. The fix does not break anything in other interfaces or on specific devices.
- [ ] **Сonsistent**. Use the proper design relevant to the issue. If the design is missing, the PR must include at least two screenshots (before and after the changes).
- [ ] **Consistent**. Use the proper design relevant to the issue. If the design is missing, the PR must include at least two screenshots (before and after the changes).

## When adding features, expect:
- [ ] **Discussion**. If you implement a feature that requires a new design for the app, be ready to receive and follow comments or edit suggestions.
Expand Down
3 changes: 2 additions & 1 deletion docs/THIRDPARTY.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@
* [Klaxon](https://github.com/cbeust/klaxon): JSON parser used in build scripts

* [Diff-Match-Patch](http://code.google.com/p/google-diff-match-patch/): [source code](/app/src/main/java/org/thunderdog/challegram/core/DiffMatchPatch.java)
* [RTL View Pager](https://github.com/diego-gomez-olvera/RtlViewPager): [source code](/app/src/main/java/org/thunderdog/challegram/widget/rtl/RtlViewPager.java)
* [RTL View Pager](https://github.com/diego-gomez-olvera/RtlViewPager): [source code](/app/src/main/java/org/thunderdog/challegram/widget/rtl/RtlViewPager.java)
* [svg-android](https://github.com/japgolly/svg-android): [source code](/app/src/main/java/org/thunderdog/challegram/loader/svg)

0 comments on commit 9b93e4c

Please sign in to comment.