forked from TrueCloudLab/frostfs-node
fix #856, update issue templates
This comments out user notes that should not go to the reports. Signed-off-by: Sergio Nemirowski <sergio@nspcc.ru>
This commit is contained in:
parent
66d54826e9
commit
78c8e91a9d
2 changed files with 23 additions and 25 deletions
32
.github/ISSUE_TEMPLATE/bug_report.md
vendored
32
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -7,39 +7,37 @@ assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--- Provide a general summary of the issue in the Title above -->
|
<!-- Provide a general summary of the issue in the Title above -->
|
||||||
|
|
||||||
## Expected Behavior
|
## Expected Behavior
|
||||||
<!--- If you're describing a bug, tell us what should happen -->
|
<!-- If you're describing a bug, tell us what should happen
|
||||||
<!--- If you're suggesting a change/improvement, tell us how it should work -->
|
If you're suggesting a change/improvement, tell us how it should work -->
|
||||||
|
|
||||||
## Current Behavior
|
## Current Behavior
|
||||||
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
|
<!-- If describing a bug, tell us what happens instead of the expected behavior
|
||||||
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
|
If suggesting a change/improvement, explain the difference from current behavior -->
|
||||||
|
|
||||||
## Possible Solution
|
## Possible Solution
|
||||||
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
|
<!-- Not obligatory, but suggest a fix/reason for the bug,
|
||||||
<!--- or ideas how to implement the addition or change -->
|
or ideas how to implement the addition or change -->
|
||||||
|
|
||||||
## Steps to Reproduce (for bugs)
|
## Steps to Reproduce (for bugs)
|
||||||
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
|
<!-- Provide a link to a live example, or an unambiguous set of steps
|
||||||
<!--- reproduce this bug. -->
|
to reproduce this bug. -->
|
||||||
|
|
||||||
1.
|
1.
|
||||||
2.
|
|
||||||
3.
|
|
||||||
4.
|
|
||||||
|
|
||||||
## Context
|
## Context
|
||||||
<!--- How has this issue affected you? What are you trying to accomplish? -->
|
<!-- How has this issue affected you? What are you trying to accomplish?
|
||||||
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
|
Providing context helps us come up with a solution that is most useful in the real world -->
|
||||||
|
|
||||||
## Regression
|
## Regression
|
||||||
<!-- Is this issue a regression? (Yes / No) -->
|
<!-- Is this issue a regression? (Yes / No)
|
||||||
<!-- If Yes, optionally please include version or commit id or PR# that caused this regression, if you have these details. -->
|
If Yes, optionally please include version or commit id or PR# that caused this regression,
|
||||||
|
if you have these details -->
|
||||||
|
|
||||||
## Your Environment
|
## Your Environment
|
||||||
<!--- Include as many relevant details about the environment you experienced the bug in -->
|
<!-- Include as many relevant details about the environment you experienced the bug in -->
|
||||||
* Version used:
|
* Version used:
|
||||||
* Server setup and configuration:
|
* Server setup and configuration:
|
||||||
* Operating System and version (`uname -a`):
|
* Operating System and version (`uname -a`):
|
||||||
|
|
16
.github/ISSUE_TEMPLATE/feature_request.md
vendored
16
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -7,14 +7,14 @@ assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Is your feature request related to a problem? Please describe.**
|
## Is your feature request related to a problem? Please describe.
|
||||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when ... -->
|
||||||
|
|
||||||
**Describe the solution you'd like**
|
## Describe the solution you'd like
|
||||||
A clear and concise description of what you want to happen.
|
<!-- A clear and concise description of what you want to happen. -->
|
||||||
|
|
||||||
**Describe alternatives you've considered**
|
## Describe alternatives you've considered
|
||||||
A clear and concise description of any alternative solutions or features you've considered.
|
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
|
||||||
|
|
||||||
**Additional context**
|
## Additional context
|
||||||
Add any other context or screenshots about the feature request here.
|
<!-- Add any other context or screenshots about the feature request here. -->
|
||||||
|
|
Loading…
Reference in a new issue