Skip to content

Commit 2766106

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/MADE.Runtime/ansi-regex-5.0.1
2 parents 1e903d0 + 9e57775 commit 2766106

File tree

5 files changed

+60
-51
lines changed

5 files changed

+60
-51
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: Bug
2+
description: Log a bug to help us improve
3+
title: "[Bug] "
4+
labels: [bug]
5+
body:
6+
- type: textarea
7+
validations:
8+
required: true
9+
attributes:
10+
label: Describe the bug
11+
description: Please describe below the details of the issue and steps taken to reproduce.
12+
- type: textarea
13+
attributes:
14+
label: What is the expected behavior?
15+
description: Please describe below what you expected to happen.
16+
- type: dropdown
17+
attributes:
18+
label: Package
19+
options:
20+
- "Collections"
21+
- "Data.Converters"
22+
- "Data.Validation"
23+
- "Diagnostics"
24+
- "Networking"
25+
- "Runtime"
26+
- "Threading"
27+
- "UI.Styling"
28+
- type: textarea
29+
attributes:
30+
label: Other information
31+
description: Please provide any additional information, links, screenshots, or projects with reproduced issues below if applicable

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: Feature
2+
description: Suggest a new feature or idea
3+
title: "[Feature] "
4+
labels: [feature-request]
5+
body:
6+
- type: textarea
7+
validations:
8+
required: true
9+
attributes:
10+
label: Describe the feature
11+
description: Please describe below a summary of your feature request.
12+
- type: textarea
13+
validations:
14+
required: true
15+
attributes:
16+
label: Rationale for the feature
17+
description: Please describe a list of reasons why the feature should be added.
18+
- type: textarea
19+
attributes:
20+
label: Scope of the feature
21+
description: Please describe a list of must, should, could, and won't capabilities for the feature.
22+
- type: textarea
23+
attributes:
24+
label: Open questions
25+
description: Please provide any questions that you may have around this feature that are not currently answered.
26+
- type: textarea
27+
attributes:
28+
label: Other information
29+
description: Please provide any additional information, links, screenshots, or samples below if applicable.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE/pull_request_template.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)