mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-19 07:50:52 +01:00
Copy issue templates from wger server
This commit is contained in:
34
.github/ISSUE_TEMPLATE/1_bug.md
vendored
Normal file
34
.github/ISSUE_TEMPLATE/1_bug.md
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
name: I found a problem with wger
|
||||
about: While using wger the application crashes or throws an exception, a
|
||||
widget is buggy, or something looks wrong.
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
## Steps to Reproduce
|
||||
|
||||
<!-- Please include as many steps to reproduce so that we can replicate the problem. -->
|
||||
|
||||
1. ... <!-- describe how to reproduce the problem -->
|
||||
2. ...
|
||||
3. ...
|
||||
|
||||
**Expected results:** <!-- what did you expect to see? -->
|
||||
|
||||
**Actual results:** <!-- what did you see? -->
|
||||
|
||||
<details>
|
||||
<summary>Logs</summary>
|
||||
|
||||
<!--
|
||||
Any logs you think would be useful (if you have a local instance)
|
||||
-->
|
||||
|
||||
```
|
||||
```
|
||||
|
||||
|
||||
</details>
|
||||
26
.github/ISSUE_TEMPLATE/2_feature_request.md
vendored
Normal file
26
.github/ISSUE_TEMPLATE/2_feature_request.md
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest a new idea for wger.
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
## Use case
|
||||
|
||||
<!--
|
||||
Please tell us the problem you are running into that led to you wanting
|
||||
a new feature.
|
||||
|
||||
Is your feature request related to a problem? Please give a clear and
|
||||
concise description of what the problem is.
|
||||
-->
|
||||
|
||||
## Proposal
|
||||
|
||||
<!--
|
||||
Briefly but precisely describe what you would like wger to be able to do.
|
||||
|
||||
Consider attaching images showing what you are imagining.
|
||||
-->
|
||||
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
blank_issues_enabled: true
|
||||
contact_links:
|
||||
- name: Get in touch with the community
|
||||
url: https://discord.gg/rPWFv6W
|
||||
about: Hop on the Discord server if you want to discuss new features or problem with us
|
||||
Reference in New Issue
Block a user