forked from gsantner/markor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
101 additions
and
10 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
name: "Bug report" | ||
description: "Submit a report and help to improve the project" | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
### 👍 Thank you for contributing to the project! | ||
Please note this is a **free and open-source** project. People take their own **free time** to help you, so please, be patient. | ||
- type: checkboxes | ||
id: before-posting | ||
attributes: | ||
label: "⚠️ This issue respects the following points: ⚠️" | ||
description: All conditions are **required**. Your issue can be closed if these are checked incorrectly. | ||
options: | ||
- label: This is a **bug**. Not a question or feature request. | ||
required: true | ||
- label: The issue is **not** already reported at [Issues](https://github.com/gsantner/markor/issues?q=) or [discussions](https://github.com/gsantner/markor/discussions?discussions_q=). _(I've searched it)_. | ||
required: true | ||
- label: Markor **is** up to date. See [Releases](https://github.com/gsantner/markor/tags) for the latest version. Updates are available from [F-Droid](https://f-droid.org/en/packages/net.gsantner.markor/) and GitHub. | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: What problem did you encounter? What did you expect to happen? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: reproduce | ||
attributes: | ||
label: Steps to reproduce | ||
description: | | ||
Explain what you did to encounter the issue, | ||
value: | | ||
1. | ||
2. | ||
3. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: information | ||
attributes: | ||
label: Information | ||
description: What is your Android version? What device? (In case of custom ROM, what ROM?) | ||
value: | | ||
Android version: | ||
Device: | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: install-method | ||
attributes: | ||
label: Installation method | ||
description: Where did you get the application from? | ||
options: | ||
- "F-Droid" | ||
- "Google Play" | ||
- "GitHub" | ||
- "Git / Other" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: log | ||
attributes: | ||
label: Additional info / Log | ||
description: Leave any additional information or logs here. | ||
render: shell |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Feature requests, suggestions & everything else | ||
url: https://github.com/gsantner/markor/discussions | ||
about: Please submit your suggestions, ideas, requests & everything else here. Please search and reply to existing relevant issues/discussions before creating a new one. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
name: Minor bug report | ||
about: Only use this option in case you experience issues with the normal 'Bug report' option | ||
title: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
# IMPORTANT | ||
* App version: | ||
* Android version/rom: | ||
* Device: | ||
* I accept that this issue will be closed without further notice in case I didn't describe the problem including general information, or didn't [search](https://github.com/gsantner/markor/issues?q=) for similar issues & [requests](https://github.com/gsantner/markor/discussions?discussions_q=). | ||
|
||
## Explain the Problem | ||
What problem did you encounter? What did you expect to happen? | ||
|
||
## Steps to Reproduce | ||
Explain what you did to encounter the issue | ||
|
||
|
||
## Log | ||
<details> | ||
<summary>Log</summary> | ||
|
||
``` | ||
Paste log here | ||
``` | ||
</details> |