Skip to content

Commit

Permalink
Merge pull request #7294 from NuGet/dev
Browse files Browse the repository at this point in the history
Merge branch 'dev' into master

Progress on #7293
  • Loading branch information
joelverhagen committed Jun 24, 2019
2 parents b7545ef + ae80370 commit e3ae678
Show file tree
Hide file tree
Showing 169 changed files with 4,313 additions and 1,873 deletions.
15 changes: 0 additions & 15 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Bug report
about: Report issues when hosting the NuGet Gallery
---

### 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).

### Describe the bug
A clear and concise description of what the bug is.

### To Reproduce
Steps to reproduce the behavior:
1. Using this git commit of NuGetGallery '...'
2. Run this code '....'
3. See error

### Expected behavior
A clear and concise description of what you expected to happen.

### Screenshots
If applicable, add screenshots to help explain your problem.

### Additional context
Add any other context about the problem here.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Feature request
about: Suggest an idea for this project
---

### Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is.
Example: I am trying to do [...] but [...]

### Describe the solution you'd like
A clear and concise description of what you want to happen. Include any alternative solutions you've considered.

### Additional context
Add any other context or screenshots about the feature request here.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/nugetorg_issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: NuGet.org issue
about: Report issues on NuGet.org
---

### 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).

### For issues connecting to NuGet.org, please refer to [this guide](https://docs.microsoft.com/en-us/nuget/faqs/nuget-faq#nugetorg-not-accessible).

### 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).

### Describe the bug
A clear and concise description of what the bug is.

### To Reproduce
Steps to reproduce the behavior:
1. On this URL '...'
2. Perform this operation '...'
3. See error

### Expected behavior
A clear and concise description of what you expected to happen.

### Screenshots
If applicable, add screenshots to help explain your problem.

### Additional context
Add any other context about the problem here.
6 changes: 6 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Summary of the changes (in less than 80 characters):

* Detail 1
* Detail 2

Addresses https://github.com/NuGet/NuGetGallery/issues/123
16 changes: 15 additions & 1 deletion src/Bootstrap/dist/css/bootstrap-theme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions src/Bootstrap/less/theme/page-display-package.less
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,24 @@
}
}

.btn-gh-repo {
display: inline-block;
width: 100%;
background-color: white;
}

.btn-gh-repo:hover {
background-color: @state-info-bg;
}

.badge-gh-repo {
background-color: @navbar-inverse-bg;
}

.star-gh-repo {
color: #ffac0e;
}

.install-tabs {
font-size: 0.8em;

Expand Down
2 changes: 1 addition & 1 deletion src/Bootstrap/less/theme/page-status.less
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
}

.ms-Icon--Warning {
color: yellow;
color: orange;
}

.ms-Icon--Cancel {
Expand Down

0 comments on commit e3ae678

Please sign in to comment.