Added issues and PR templates (#85)
This commit is contained in:
Родитель
886be71ec9
Коммит
4568781f86
|
@ -0,0 +1,46 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Create a bug report to help us improve
|
||||
title: "[BUG]"
|
||||
labels: bug
|
||||
assignees: khalp, joyl1216, CesarValiente
|
||||
|
||||
---
|
||||
|
||||
<!---
|
||||
Instructions: Please, fill the following sections with the information that is suggested in the comments. You can leave the comments or delete them, it won't be shown in the Bug report.
|
||||
-->
|
||||
|
||||
## 🐛 Describe the bug
|
||||
<!-- Clear and concise description of what the issue is. -->
|
||||
|
||||
## ⚠️ Current behavior
|
||||
<!-- Clear and concise description of what is currently happening. -->
|
||||
|
||||
## ✔️ Expected behavior
|
||||
<!-- Clear and concise description of what you expected to happen. -->
|
||||
|
||||
## 🪜 Steps to reproduce
|
||||
<!-- Please, show us how we can reproduce the issue. Steps using a numbered list would be fantastic! e.g.:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error -->
|
||||
|
||||
## 📷 Screenshots
|
||||
<!-- If applicable, add screenshots to help explain your problem.
|
||||
They can be taken by pressing the Volume Down and Power Button at the same time on Android 4.0 and higher.-->
|
||||
|
||||
## 📱 Tech info
|
||||
- Name of the sample: <!-- e.g. CompanionPane -->
|
||||
- Latest repo commit: <!-- e.g. ../commit/886be71ec9ae7e86841c2225921f310bc69165b8 -->
|
||||
- Device/emulator version/model: <!-- e.g. Surface Duo v1, Surface Duo 2 emulator, Tablet XYZ, etc. -->
|
||||
- OS: <!-- e.g. 11 -->
|
||||
|
||||
<!--
|
||||
Credits:
|
||||
- [Cortinico](https://github.com/cortinico/kotlin-android-template/tree/main/.github)
|
||||
- [Fluent UI team](https://github.com/microsoft/fluentui-android/tree/master/.github)
|
||||
-
|
||||
for their fantastic templates that have helped us as inspiration.
|
||||
-->
|
|
@ -0,0 +1,37 @@
|
|||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: '[FEATURE]'
|
||||
labels: enhancement
|
||||
assignees: khalp, joyl1216, CesarValiente
|
||||
|
||||
---
|
||||
|
||||
<!---
|
||||
Instructions: Please, fill the following sections with the information that is suggested in the comments. You can leave the comments or delete them, it won't be shown in the Feature request.
|
||||
-->
|
||||
|
||||
## 💡 Describe the feature
|
||||
<!-- Clear and concise description of what the feature is and how it will help you with a specific scenario.
|
||||
Please, think big so the feature can help other developers too. -->
|
||||
|
||||
## 🆕 New component or addition to an existent one?
|
||||
<!-- Clear and concise answer. -->
|
||||
|
||||
## 🖼️ Support images
|
||||
<!-- If applicable, add screenshots or images to help explain this new feature. -->
|
||||
<!-- Screenshots can be taken by pressing the Volume Down and Power Button at the same time on Android 4.0 and higher. -->
|
||||
|
||||
|
||||
## 🙋♀️ Do you want to build the feature?
|
||||
<!-- please add an `x` to where applies (e.g. [x]) -->
|
||||
- [ ] Yes
|
||||
- [ ] No
|
||||
|
||||
<!--
|
||||
Credits:
|
||||
- [Cortinico](https://github.com/cortinico/kotlin-android-template/tree/main/.github)
|
||||
- [Fluent UI team](https://github.com/microsoft/fluentui-android/tree/master/.github)
|
||||
-
|
||||
for their fantastic templates that have helped us as inspiration.
|
||||
-->
|
|
@ -0,0 +1,44 @@
|
|||
<!---
|
||||
Instructions: Please, fill the following sections with the information that is suggested in the comments. You can leave the comments or delete them, it won't be shown in the PR.
|
||||
-->
|
||||
|
||||
## 📃 Description
|
||||
<!-- Describe your changes in detail -->
|
||||
|
||||
## 🤔 Motivation and Context
|
||||
<!-- Why is this change required? What problem does it solve? -->
|
||||
<!-- If it fixes an open issue, please link to the issue here. -->
|
||||
|
||||
## 🧪 How Has This Been Tested?
|
||||
<!-- Please describe in detail how you tested your changes. -->
|
||||
<!-- Include details of your testing environment, tests ran to see how your change affects other areas of the code, etc. -->
|
||||
|
||||
## ⚒️ Does the PR contain new tests or refactored old ones?
|
||||
<!-- Please describe in detail what your test cover or how the changes the refactored tests help to confirm your code works. -->
|
||||
|
||||
## 📷 Screenshots (if appropriate)
|
||||
<!-- Please provide a screenshot of your change so we can see visually the change in the UI (again, if appropriate)-->
|
||||
|
||||
## 📦 Types of changes
|
||||
<!-- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
|
||||
- [ ] New feature (non-breaking change which adds functionality)
|
||||
- [ ] Enhancement to a current functionality
|
||||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
|
||||
- [ ] Bug fix (non-breaking change which fixes an issue. Please add issue link here too).
|
||||
|
||||
## ✅ Checklist
|
||||
<!-- Go over all the following points, and put an `x` in all the boxes that apply. -->
|
||||
<!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
|
||||
- [ ] My change requires a change to the documentation.
|
||||
- [ ] I have updated the documentation accordingly.
|
||||
- [ ] This PR contains new tests that cover the new code.
|
||||
- [ ] This PR refactor previous tests to cover the new code.
|
||||
- [ ] This PR is part of a set of PRs that build a bigger feature. If so, please, add here links to previously merged or open PRs.
|
||||
|
||||
<!--
|
||||
Credits:
|
||||
- [Cortinico](https://github.com/cortinico/kotlin-android-template/tree/main/.github)
|
||||
- [Fluent UI team](https://github.com/microsoft/fluentui-android/tree/master/.github)
|
||||
-
|
||||
for their fantastic templates that have helped us as inspiration.
|
||||
-->
|
Загрузка…
Ссылка в новой задаче