Skip to content

Commit e3ae678

Browse files
authored
Merge pull request #7294 from NuGet/dev
Merge branch 'dev' into master Progress on #7293
2 parents b7545ef + ae80370 commit e3ae678

169 files changed

Lines changed: 4313 additions & 1873 deletions

File tree

Some content is hidden

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

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Bug report
3+
about: Report issues when hosting the NuGet Gallery
4+
---
5+
6+
### For issues regarding the NuGet client tools (the Visual Studio extension, NuGet.exe command line tool, etc.), file a bug on [NuGet Home](https://github.com/nuget/home/issues).
7+
8+
### Describe the bug
9+
A clear and concise description of what the bug is.
10+
11+
### To Reproduce
12+
Steps to reproduce the behavior:
13+
1. Using this git commit of NuGetGallery '...'
14+
2. Run this code '....'
15+
3. See error
16+
17+
### Expected behavior
18+
A clear and concise description of what you expected to happen.
19+
20+
### Screenshots
21+
If applicable, add screenshots to help explain your problem.
22+
23+
### Additional context
24+
Add any other context about the problem here.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
---
5+
6+
### Is your feature request related to a problem? Please describe.
7+
A clear and concise description of what the problem is.
8+
Example: I am trying to do [...] but [...]
9+
10+
### Describe the solution you'd like
11+
A clear and concise description of what you want to happen. Include any alternative solutions you've considered.
12+
13+
### Additional context
14+
Add any other context or screenshots about the feature request here.
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: NuGet.org issue
3+
about: Report issues on NuGet.org
4+
---
5+
6+
### For issues regarding the NuGet client tools (the Visual Studio extension, NuGet.exe command line tool, etc.), file a bug on [NuGet Home](https://github.com/nuget/home/issues).
7+
8+
### For issues connecting to NuGet.org, please refer to [this guide](https://docs.microsoft.com/en-us/nuget/faqs/nuget-faq#nugetorg-not-accessible).
9+
10+
### For issues regarding your NuGet.org account, please refer to [this guide](https://docs.microsoft.com/en-us/nuget/faqs/nuget-faq#nugetorg-account-management).
11+
12+
### Describe the bug
13+
A clear and concise description of what the bug is.
14+
15+
### To Reproduce
16+
Steps to reproduce the behavior:
17+
1. On this URL '...'
18+
2. Perform this operation '...'
19+
3. See error
20+
21+
### Expected behavior
22+
A clear and concise description of what you expected to happen.
23+
24+
### Screenshots
25+
If applicable, add screenshots to help explain your problem.
26+
27+
### Additional context
28+
Add any other context about the problem here.

.github/pull_request_template.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Summary of the changes (in less than 80 characters):
2+
3+
* Detail 1
4+
* Detail 2
5+
6+
Addresses https://github.com/NuGet/NuGetGallery/issues/123

src/Bootstrap/dist/css/bootstrap-theme.css

Lines changed: 15 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Bootstrap/less/theme/page-display-package.less

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,24 @@
117117
}
118118
}
119119

120+
.btn-gh-repo {
121+
display: inline-block;
122+
width: 100%;
123+
background-color: white;
124+
}
125+
126+
.btn-gh-repo:hover {
127+
background-color: @state-info-bg;
128+
}
129+
130+
.badge-gh-repo {
131+
background-color: @navbar-inverse-bg;
132+
}
133+
134+
.star-gh-repo {
135+
color: #ffac0e;
136+
}
137+
120138
.install-tabs {
121139
font-size: 0.8em;
122140

src/Bootstrap/less/theme/page-status.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
}
5858

5959
.ms-Icon--Warning {
60-
color: yellow;
60+
color: orange;
6161
}
6262

6363
.ms-Icon--Cancel {

0 commit comments

Comments
 (0)