This commit is contained in:
Jason Konicki 2019-09-12 14:40:44 -04:00
Родитель c1ab814a61
Коммит f9c5df361f
2 изменённых файлов: 53 добавлений и 0 удалений

33
.github/ISSUE_TEMPLATE/bug_report.md поставляемый Normal file
Просмотреть файл

@ -0,0 +1,33 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
## Describe the bug
A clear and concise description of the bug.
## Steps to reproduce
Steps to reproduce the behavior:
1.
2.
## Expected behavior
A clear and concise description of what you expected to happen.
## Environment (please complete the following information):
- Platform: [e.g. Cloud Foundry, Azure, etc.)
- OS: [e.g. Windows, Linux, Mac OSX]
- .NET Version [e.g. .NET Core 2.1.0, .NET Framework 4.7.1, etc.]
- Steeltoe Version [e.g. 2.3.0]
- Template type:
- Any other library versions to note
## Screenshots
If applicable, add screenshots to help explain your problem.
## Additional context or links
Add any other context about the problem here.

20
.github/ISSUE_TEMPLATE/feature-or-enhancement-request.md поставляемый Normal file
Просмотреть файл

@ -0,0 +1,20 @@
---
name: Feature or enhancement request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''
---
## Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem you would like solved.
## Describe the solution you'd like
A clear and concise description of what you want to happen.
## Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
## Additional context
Add any other context, code snippets, or examples of the feature here.