File tree Expand file tree Collapse file tree 5 files changed +97
-121
lines changed Expand file tree Collapse file tree 5 files changed +97
-121
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug
3
+ about : " An issue for something that does not behave as expected."
4
+ title : ' '
5
+ labels : bug, untriaged
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ #### Description (optional)
11
+
12
+ This section should contain an expanded description of the bug, if the title is
13
+ not sufficient.
14
+
15
+ #### Reproduction Steps
16
+
17
+ This section should contain an ordered list of steps that can be used to
18
+ reproduce the bug. Ideally, you would include as much information about your
19
+ environment as possible to help use in determining the best fix for the issue.
20
+
21
+ #### Expected Behavior
22
+
23
+ This section should contain a description of the behavior that is expected.
24
+
25
+ #### Actual Behavior
26
+
27
+ This section should contain a description of the actual behavior being observed.
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Proposal
3
+ about : " An issue that represents a proposed feature or change to the repo."
4
+ title : ' '
5
+ labels : proposal, untriaged
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ #### Description (optional)
11
+
12
+ This section should contain an expanded description of the proposal, if the
13
+ title is not sufficient.
14
+
15
+ #### Rationale
16
+
17
+ This section should contain the reasoning behind the proposal. It should include
18
+ things like "Why do we need this", "How will it improve a developers quality of
19
+ life", etc.
20
+
21
+ #### Proposed API
22
+
23
+ This section should contain the APIs being proposed along with a brief
24
+ description of what each API does.
25
+
26
+ #### Drawbacks
27
+
28
+ This should contain any drawbacks for the proposal that came up during the
29
+ discussions.
30
+
31
+ #### Alternatives
32
+
33
+ This should contain any alternative proposals that came up during the
34
+ discussions.
35
+
36
+ #### Other thoughts
37
+
38
+ This should contain any additional thoughts or footnotes on the proposal.
39
+
40
+ #### Discussions (optional)
41
+
42
+ This section should contain a link to all discussions related to the proposal
43
+ that have been made thus far.
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Regression
3
+ about : An issue for something that behaves differently to a past release.
4
+ title : ' '
5
+ labels : regression, untriaged
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ #### Description (optional)
11
+
12
+ This section should contain an expanded description of the regression, if the title is
13
+ not sufficient.
14
+
15
+ #### Reproduction Steps
16
+
17
+ This section should contain an ordered list of steps that can be used to
18
+ reproduce the regression. Ideally, you would include as much information about your
19
+ environment as possible to help use in determining the best fix for the issue.
20
+
21
+ #### Expected Behavior
22
+
23
+ This section should contain a description of the behavior that is expected.
24
+
25
+ #### Actual Behavior
26
+
27
+ This section should contain a description of the actual behavior being observed.
Original file line number Diff line number Diff line change @@ -103,19 +103,3 @@ jobs:
103
103
env :
104
104
NUGET_AUTH_TOKEN : ${{ secrets.AZURE_DEVOPS_PAT }}
105
105
- run : dotnet nuget push ./artifacts/pkg/Release/*.nupkg --api-key AzureDevOps
106
- publishGH :
107
- runs-on : ubuntu-latest
108
- if : ${{ github.event_name == 'push' }}
109
- needs : [ windows-x64, windows-x86, linux-x64, macos-x64 ]
110
- steps :
111
- - uses : actions/download-artifact@v2
112
- with :
113
- name : windows_release_x64
114
- path : ./artifacts
115
- - uses : actions/setup-dotnet@v1
116
- with :
117
- dotnet-version : ' 3.1.x'
118
- source-url : https://nuget.pkg.github.com/terrafx/index.json
119
- env :
120
- NUGET_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
121
- - run : dotnet nuget push ./artifacts/pkg/Release/*.nupkg
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments