Skip to content

Commit 3ab980e

Browse files
authored
Update GitHub templates (#7270)
These templates are loosely based off AspNetCore's: https://github.com/aspnet/AspNetCore/tree/master/.github Part of #7236
1 parent 910c735 commit 3ab980e

5 files changed

Lines changed: 72 additions & 15 deletions

File tree

.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

0 commit comments

Comments
 (0)