Skip to content

Commit

Permalink
Update ISSUE_TEMPLATE
Browse files Browse the repository at this point in the history
  • Loading branch information
gsantner committed Feb 10, 2022
1 parent 0c307d4 commit 74c7bb8
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

67 changes: 67 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.yml
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
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/minor_bug_report.md
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>

0 comments on commit 74c7bb8

Please sign in to comment.