add pull request template

This commit is contained in:
Taner Sener 2021-03-20 15:19:01 +00:00
parent c2a7dd7261
commit acd1d25b3d
2 changed files with 18 additions and 36 deletions

View File

@ -1,36 +0,0 @@
---
name: Issue Template about: Create an issue to help us improve
---
**Description**
Description of what the issue is about.
**Expected behavior**
What you expected to happen.
**Current behavior**
What happened.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Logs**
Post logs here or paste them to [Ghostbin](https://ghostbin.co) and insert the link here.
**Environment**
- Platform: [e.g. Android/iOS/macOS/tvOS]
-
Architecture: [arm-v7a, arm-v7a-neon, arm64-v8a, x86, x86_64, armv7, armv7s, arm64, arm64-mac-catalyst, arm64-simulator, arm64e, i386, x86-64, x86-64-mac-catalyst ]
- Version (if applicable) [e.g. v4.3]
- Source branch (if applicable) [e.g. master, development, v4.3]
- Xcode version (if applicable) [e.g. 7.3.1, 9.0.1, 14.3]
- Cocoapods version (if applicable) [e.g. 1.9.1]
- Android Studio version (if applicable) [e.g. 4.0]
- Android NDK version (if applicable) [e.g. 16b, r17c, r21d]
**Other**
Add any other context about the problem here.

18
.github/pull_request_template.md vendored Normal file
View File

@ -0,0 +1,18 @@
## Description
Describe the change and/or the issue fixed in this pull request.
Please also include the context and motivation about the changes introduced.
## Type of Change
- New feature
- Bug fix
- Documentation
## Checks
- [ ] Changes support all platforms (`Android`, `iOS`, `macOS`, `tvOS`)
- [ ] Breaks existing functionality
- [ ] Implementation is completed, not half-done
- [ ] Is there another PR already created for this feature/bug fix
## Tests
How are these changes verified? Please provide test instructions.
Also list any relevant details about your test configuration.