Skip to content

Commit 3689674

Browse files
Release v1.2.0 (#58)
#58 Fixed and improved package build and publish internal workflows. Fixed minor typos in package properties and updated dependencies. Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Nikita Neverov <neverovnikita.bmt@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9889319 commit 3689674

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+2843
-1007
lines changed

.config/dotnet-tools.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"isRoot": true,
44
"tools": {
55
"dotnet-stryker": {
6-
"version": "4.6.0",
6+
"version": "4.8.1",
77
"commands": [
88
"dotnet-stryker"
99
],
1010
"rollForward": false
1111
},
1212
"gitversion.tool": {
13-
"version": "6.3.0",
13+
"version": "6.4.0",
1414
"commands": [
1515
"dotnet-gitversion"
1616
],

.github/ISSUE_TEMPLATE/01_help.md

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

.github/ISSUE_TEMPLATE/02_bug.md

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

.github/ISSUE_TEMPLATE/03_feature_request.md

Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
name: "🐛 Bug report"
2+
description: Let us know about a bug!
3+
labels: ['bug']
4+
assignees:
5+
- BMTLab
6+
type: bug
7+
title: '[Bug]: '
8+
body:
9+
- type: markdown
10+
attributes:
11+
value: >-
12+
Thanks for taking the time to fill out this bug report!
13+
14+
- type: textarea
15+
id: problem
16+
attributes:
17+
label: What happened?
18+
description: >-
19+
Please provide a clear and concise description of what the bug is.
20+
If applicable, add screenshots to help explain your problem.
21+
validations:
22+
required: true
23+
24+
- type: textarea
25+
id: expected
26+
attributes:
27+
label: What did you expect to happen?
28+
validations:
29+
required: true
30+
31+
- type: textarea
32+
id: repro
33+
attributes:
34+
label: How can we reproduce it?
35+
description: >-
36+
Please be minimal and precise as possible.
37+
If your repo/run is public, please include a URL so it is easier for us to investigate.
38+
validations:
39+
required: true
40+
41+
- type: textarea
42+
id: additional
43+
attributes:
44+
label: Anything else we need to know?
45+
46+
- type: input
47+
id: version
48+
attributes:
49+
label: What version of the action are you using?
50+
placeholder: vX.Y.Z
51+
description: >-
52+
Please check the documentation first since different major versions can have different behaviors.
53+
validations:
54+
required: true
55+
56+
- type: input
57+
id: contact
58+
attributes:
59+
label: Contact Details
60+
description: >-
61+
How can we get in touch with you if we need more info?
62+
placeholder: ex. email@example.com
63+
validations:
64+
required: false
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: "📚 Documentation issues"
2+
description: Make a suggestion to improve the documentation!
3+
labels: ['documentation']
4+
assignees:
5+
- BMTLab
6+
title: '[Documentation]: '
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
❗ This is only for documentation updates for files in this repo, ie: `README.md`.
12+
- type: textarea
13+
id: affected
14+
attributes:
15+
label: What files would you like to change?
16+
description: |
17+
Please provide permalinks to the specified files and line numbers.
18+
validations:
19+
required: true
20+
21+
- type: textarea
22+
id: suggested
23+
attributes:
24+
label: What are your suggested changes?
25+
description: |
26+
Give as much detail as you can to help us understand the changes you want to see.
27+
validations:
28+
required: true
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: "🎁 Feature request"
2+
description: Suggest a new feature/enhancement!
3+
labels: ['enhancement']
4+
assignees:
5+
- BMTLab
6+
title: '[feat req]'
7+
body:
8+
- type: textarea
9+
id: feature
10+
attributes:
11+
label: What would you like to be added?
12+
description: >-
13+
Please check existing issues to avoid making duplicates.
14+
validations:
15+
required: true
16+
17+
- type: textarea
18+
id: reasoning
19+
attributes:
20+
label: Why is this needed?
21+
validations:
22+
required: true

.github/actions/check-tag-action/action.yml

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

0 commit comments

Comments
 (0)