Skip to content

Commit

Permalink
Merge pull request #220 from MADE-Apps/feature/issuetemplates
Browse files Browse the repository at this point in the history
Added new issue templates
  • Loading branch information
tom-made committed Feb 12, 2022
2 parents 06efc10 + 41762a2 commit ba49b93
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 54 deletions.
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
name: Bug
description: Log a bug to help us improve
title: "[Bug] "
labels: [bug]
body:
- type: textarea
validations:
required: true
attributes:
label: Describe the bug
description: Please describe below the details of the issue and steps taken to reproduce.
- type: textarea
attributes:
label: What is the expected behavior?
description: Please describe below what you expected to happen.
- type: dropdown
attributes:
label: Package
options:
- "Collections"
- "Data.Converters"
- "Data.EFCore"
- "Data.Security"
- "Data.Validation"
- "Diagnostics"
- "Foundation"
- "Media.Image"
- "Networking"
- "Runtime"
- "Testing"
- "Threading"
- "UI"
- "UI.Controls.DropDownList"
- "UI.Controls.FilePicker"
- "UI.Controls.Validator"
- "UI.Styling"
- "UI.ViewManagement"
- "UI.Views.Dialogs"
- "UI.Views.Navigation"
- "UI.Views.Navigation.Mvvm"
- "Web"
- "Web.Mvc"
- type: textarea
attributes:
label: Other information
description: Please provide any additional information, links, screenshots, or projects with reproduced issues below if applicable
24 changes: 0 additions & 24 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Feature
description: Suggest a new feature or idea
title: "[Feature] "
labels: [feature-request]
body:
- type: textarea
validations:
required: true
attributes:
label: Describe the feature
description: Please describe below a summary of your feature request.
- type: textarea
validations:
required: true
attributes:
label: Rationale for the feature
description: Please describe a list of reasons why the feature should be added.
- type: textarea
attributes:
label: Scope of the feature
description: Please describe a list of must, should, could, and won't capabilities for the feature.
- type: textarea
attributes:
label: Open questions
description: Please provide any questions that you may have around this feature that are not currently answered.
- type: textarea
attributes:
label: Other information
description: Please provide any additional information, links, screenshots, or samples below if applicable.
13 changes: 0 additions & 13 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

17 changes: 0 additions & 17 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md

This file was deleted.

0 comments on commit ba49b93

Please sign in to comment.