Skip to content

Commit

Permalink
Merge branch 'master' of github.com:gunschu/jitsi_meet
Browse files Browse the repository at this point in the history
  • Loading branch information
tuantvu committed Apr 3, 2021
2 parents 9b95cf5 + 71207a9 commit 4477836
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 5 deletions.
9 changes: 7 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@ assignees: ''

---

**Is your feature request related to a problem? Please describe.**
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
**Description**
<!-- A clear and concise description of what the feature is. Is your feature request related to a problem? Ex. I'm always frustrated when [...] -->

**Is the feature supported by Jitsi?**
jitsi_meet Flutter plugin is dependent on the [Android](https://jitsi.github.io/handbook/docs/dev-guide/dev-guide-android-sdk) and [iOS](https://jitsi.github.io/handbook/docs/dev-guide/dev-guide-ios-sdk) SDK from jitsi.org. If those SDKs do not support a feature, we also can not add it.
* [ ] Yes: Paste link to Jitsi documentation here
* [ ] No

**Describe the solution you'd like**
<!-- A clear and concise description of what you want to happen. -->
Expand Down
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/upgrade-dependency.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Upgrade Dependency
about: Request to upgrade a dependency.
title: "[UPGRADE]: <dependency-name, eg Jitsi Android SDK> to <version-number, eg
3.2.0>"
labels: chore
assignees: tuantvu

---

**Dependency Information**
Name:
Version:
Platform
* [ ] Android
* [ ] iOS
* [ ] Web

**Reason for upgrade**
<!-- e.g. I need a specific functionality in the upgrade or It is breaking my build -->

**Provide additional context**
<!-- Error logs or links to documentation or helpful hints on making this task easier to implement -->
11 changes: 8 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### Description
<!-- Describe the changes you are proposing -->
<!-- Describe the changes you are proposing. Keep PRs small and addressing one issue/feature at a time. -->

### Type of change, choose all that apply.
### Type of change, choose all that apply. (Put an 'x' in the boxes)
* [ ] breaking
* [ ] fix
* [ ] feature
Expand All @@ -10,6 +10,11 @@
* [ ] tests
* [ ] chore (e.g. upgrade of dependencies)

### Test artifacts
Since we do not yet have automated testing please include the following to speed up the review process.
* [ ] Video or screenshots of the functionality, bug fix, or regression testing:
* [ ] Environments tested in (device, version, etc):

### Have you updated documentation?
* [ ] yes
* [ ] no
* [ ] no

0 comments on commit 4477836

Please sign in to comment.