Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(meta): Migrate issue templates to issue forms #2114

Merged
merged 3 commits into from
Apr 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 0 additions & 53 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

104 changes: 104 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
name: "🐞 Bug report"
description: "Help us improving by reporting a bug"
labels: [ "bug" ]
body:
- type: markdown
attributes:
value: Please note this is a free and open-source project. All people take on their own 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: I have read the [FAQ](https://github.com/nextcloud/notes-android/blob/master/FAQ.md)
required: true
- label: I have searched for existing issues
required: true
- label: The issue affects the Notes Android app, neither the [Notes server app](https://github.com/nextcloud/notes/issues/) nor the [Nextcloud Android app](https://github.com/nextcloud/android/issues).
required: true

- type: textarea
id: problem-description
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is. Please add clear steps to reliably reproduce the issue.
placeholder: |
1. Go to '…'
2. Click on '…'
3. Scroll down to '…'
4. See error
validations:
required: true

- type: textarea
id: expected-behavior
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen. If applicable, add screenshots to help explain your problem.

- type: input
id: version-nextcloud-android-notes
attributes:
label: Notes Android version
placeholder: Version of this app
validations:
required: true

- type: input
id: version-nextcloud-notes
attributes:
label: Notes server version
placeholder: Notes Server app version
validations:
required: true

- type: input
id: version-nextcloud-android
attributes:
label: Nextcloud Android version
placeholder: Nextcloud Android app
validations:
required: true

- type: input
id: version-nextcloud
attributes:
label: Nextcloud version
placeholder: Your Nextcloud instance
validations:
required: true

- type: input
id: device
attributes:
label: Device
description: Manufacturer and model
placeholder: Samsung Galaxy S24
validations:
required: true

- type: input
id: android-version
attributes:
label: Android Version
description: Neither MIUI nor One UI or other proprietary manufacturer OS versions
placeholder: "14"
validations:
required: true

- type: checkboxes
id: versions
attributes:
label: App Store
options:
- label: Google Play Store
- label: F-Droid
- label: Huawei App Gallery

- type: textarea
id: stacktrace
attributes:
label: Stacktrace
description: Copy the error message using the <kbd>Copy</kbd> button. Please do not post a screenshot of the error message.
30 changes: 0 additions & 30 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: "🚀 Feature request"
description: "Propose an idea for Notes Android"
labels: [ "enhancement" ]
body:

- type: markdown
attributes:
value: |
**Guidelines for submitting issues:**

* Please search the existing issues first, it's likely that your issue was already reported or even fixed.
* This repository is *only* for issues within the Notes Android app, **not** for the [Notes server app](https://github.com/nextcloud/notes/issues/) and **not** for the [Nextcloud Android app](https://github.com/nextcloud/android/issues).

- type: textarea
id: problem-description
attributes:
label: Is your feature request related to a problem? Please describe.
description: |
A clear and concise description of what the problem is.
placeholder: I'm always frustrated when…
validations:
required: true

- type: textarea
id: preferred-solution
attributes:
label: Describe the solution you'd like
description: |
A clear and concise description of what you want to happen.
validations:
required: true

- type: textarea
id: alternatives
attributes:
label: Describe alternatives you've considered
description: |
A clear and concise description of any alternative solutions or features you've considered.

- type: textarea
id: context
attributes:
label: Additional context
description: |
Add any other context or screenshots about the feature request here.