Customize github templates
Change-Id: Ifcfcbdfefe24aa24c9e1c32ca7674feee1c4db80
This commit is contained in:
parent
ac89fb97f8
commit
8c5a8b9a2f
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
name: Bug report
|
name: Bug report
|
||||||
about: Create a report to help us improve Element
|
about: Create a report to help us improve SchildiChat
|
||||||
title: ''
|
title: ''
|
||||||
labels: ''
|
labels: ''
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
@ -31,4 +31,7 @@ If applicable, add screenshots to help explain your problem.
|
||||||
- App version and store [e.g. 1.0.0 - F-Droid]
|
- App version and store [e.g. 1.0.0 - F-Droid]
|
||||||
- Homeserver: [e.g. matrix.org]
|
- Homeserver: [e.g. matrix.org]
|
||||||
|
|
||||||
|
**Upstream relevance**
|
||||||
|
- Does this issue exist in Element Android?
|
||||||
|
|
||||||
Add any other context about the problem here.
|
Add any other context about the problem here.
|
||||||
|
|
|
@ -26,6 +26,7 @@ restore_sc() {
|
||||||
# Keep in sync with pre_merge.sh!
|
# Keep in sync with pre_merge.sh!
|
||||||
restore_sc README.md
|
restore_sc README.md
|
||||||
restore_sc fastlane
|
restore_sc fastlane
|
||||||
|
restore_sc .github
|
||||||
|
|
||||||
git add -A
|
git add -A
|
||||||
git commit -m "Automatic upstream merge postprocessing"
|
git commit -m "Automatic upstream merge postprocessing"
|
||||||
|
|
|
@ -24,6 +24,7 @@ revert_last 'Resolve required manual intervention in german strings'
|
||||||
revert_last 'Automatic SchildiChat string correction'
|
revert_last 'Automatic SchildiChat string correction'
|
||||||
|
|
||||||
# Keep in sync with post_merge.sh!
|
# Keep in sync with post_merge.sh!
|
||||||
|
restore_upstream .github
|
||||||
restore_upstream fastlane
|
restore_upstream fastlane
|
||||||
restore_upstream README.md
|
restore_upstream README.md
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,34 @@
|
||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Create a report to help us improve Element
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Describe the bug**
|
||||||
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
|
**To Reproduce**
|
||||||
|
Steps to reproduce the behavior:
|
||||||
|
1. Go to '...'
|
||||||
|
2. Click on '....'
|
||||||
|
3. Scroll down to '....'
|
||||||
|
4. See error
|
||||||
|
|
||||||
|
**Expected behavior**
|
||||||
|
A clear and concise description of what you expected to happen.
|
||||||
|
|
||||||
|
**Screenshots**
|
||||||
|
If applicable, add screenshots to help explain your problem.
|
||||||
|
|
||||||
|
**Smartphone (please complete the following information):**
|
||||||
|
- Device: [e.g. Samsung S6]
|
||||||
|
- OS: [e.g. Android 6.0]
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
- App version and store [e.g. 1.0.0 - F-Droid]
|
||||||
|
- Homeserver: [e.g. matrix.org]
|
||||||
|
|
||||||
|
Add any other context about the problem here.
|
|
@ -0,0 +1,20 @@
|
||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Suggest an idea for this project
|
||||||
|
title: ''
|
||||||
|
labels: type:suggestion
|
||||||
|
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 [...]
|
||||||
|
|
||||||
|
**Describe the solution you'd like**
|
||||||
|
A clear and concise description of what you want to happen.
|
||||||
|
|
||||||
|
**Describe alternatives you've considered**
|
||||||
|
A clear and concise description of any alternative solutions or features you've considered.
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context or screenshots about the feature request here.
|
Loading…
Reference in New Issue