Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
sungaila committed Nov 19, 2023
1 parent d7c09ab commit 1c2a0bc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 17 deletions.
11 changes: 5 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ body:
attributes:
label: OS version
description: Which operating system version was used?
placeholder: e.g. Windows 11 23H2, Ubuntu Server 23.10, macOS 14.1, Android 14, ...
placeholder: e.g. Windows 11 23H2, Ubuntu 23.10, macOS 14.1, Android 14, ...
validations:
required: false
- type: dropdown
Expand All @@ -57,7 +57,7 @@ body:
options:
- .NET Framework
- .NET (Core)
- MonoAndroid / Xamarin.Android
- Xamarin.Android (MonoAndroid)
- (Other)
default: 1
validations:
Expand All @@ -76,10 +76,9 @@ body:
label: Detailed bug report
description: Please tell us in detail what happened and what you expected to happen instead.
placeholder: |
What happened?
What should have happened?
What happened? What should have happened instead?
Steps to reproduce this issue.
Exception messages with stack traces.
Example PDF files.
Exception messages including stack traces.
Screenshots or example PDF files.
validations:
required: true
10 changes: 3 additions & 7 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,14 @@ description: Suggest a new feature or requirement
labels: ["enhancement"]
assignees: ["sungaila"]
body:
- type: markdown
attributes:
value: |
Thanks for creating a feature request!
- type: textarea
id: request
attributes:
label: Detailed feature request
description: Please tell us in detail what new feature you wish for or what new requirement should be met.
description: Please let us know in detail which new feature you would like or which new requirement is to be fulfilled.
placeholder: |
What feature is missing and why is it important?
Is there a combination of OS and framework you want supported?
Would this new feature/requirement break existing apps using this library?
Would this new feature break existing apps?
Can you use this project in your app? Is it supported?
validations:
required: true
4 changes: 0 additions & 4 deletions .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ description: Ask a question related to this project
labels: ["question"]
assignees: ["sungaila"]
body:
- type: markdown
attributes:
value: |
Thanks for asking a question!
- type: textarea
id: request
attributes:
Expand Down

0 comments on commit 1c2a0bc

Please sign in to comment.