mirror of
https://github.com/netdata/netdata.git
synced 2025-03-16 14:03:40 +00:00
add github templates (#4424)
This commit is contained in:
parent
ca4c305969
commit
ac0f6f4823
4 changed files with 60 additions and 0 deletions
.github
24
.github/ISSUE_TEMPLATE/BUG_REPORT.md
vendored
Normal file
24
.github/ISSUE_TEMPLATE/BUG_REPORT.md
vendored
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
<!--- Verify first that your issue is not already reported on GitHub -->
|
||||||
|
<!--- Also test if the latest release and devel branch are affected too -->
|
||||||
|
|
||||||
|
##### Bug report summary
|
||||||
|
<!-- A clear and concise description of what the bug is. -->
|
||||||
|
|
||||||
|
###### OS / Environment
|
||||||
|
<!--- Provide all relevant information below, e.g. OS distribution, running in container, etc. -->
|
||||||
|
|
||||||
|
##### Component Name
|
||||||
|
<!--- Write the short name of the module or plugin below -->
|
||||||
|
|
||||||
|
##### Steps To Reproduce
|
||||||
|
<!--- Describe exactly how to reproduce the problem, using a minimal test-case -->
|
||||||
|
|
||||||
|
<!--- Paste configuration you used between quotes below -->
|
||||||
|
```yaml
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
<!--- HINT: You can paste gist.github.com links for larger files -->
|
||||||
|
|
||||||
|
###### Expected behavior
|
||||||
|
<!-- A clear and concise description of what you expected to happen. -->
|
7
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
vendored
Normal file
7
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<!--- Verify first that your issue is not already reported on GitHub -->
|
||||||
|
|
||||||
|
##### Feature idea summary
|
||||||
|
<!--- Explain new feature briefly below -->
|
||||||
|
|
||||||
|
###### Expected behavior
|
||||||
|
<!-- A clear and concise description of what you expected to happen. -->
|
13
.github/ISSUE_TEMPLATE/QUESTION.md
vendored
Normal file
13
.github/ISSUE_TEMPLATE/QUESTION.md
vendored
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
<!--- Verify first that your question wasn't asked before on GitHub -->
|
||||||
|
|
||||||
|
##### Question summary
|
||||||
|
<!--- Briefly exmplain what is the problem you are having -->
|
||||||
|
|
||||||
|
###### OS / Environment
|
||||||
|
<!--- Provide all relevant information below, e.g. OS distribution, running in container, etc. -->
|
||||||
|
|
||||||
|
##### Component Name
|
||||||
|
<!--- Write the short name of the module or plugin below -->
|
||||||
|
|
||||||
|
###### Expected results
|
||||||
|
<!-- A clear and concise description of what you expected to happen. -->
|
16
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
16
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
##### Summary
|
||||||
|
<!--- Describe the change below, including rationale and design decisions -->
|
||||||
|
|
||||||
|
<!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue -->
|
||||||
|
|
||||||
|
##### Component Name
|
||||||
|
<!--- Write the short name of the module or plugin below -->
|
||||||
|
|
||||||
|
##### Additional Information
|
||||||
|
<!--- Include additional information to help people understand the change here -->
|
||||||
|
<!--- A step-by-step reproduction of the problem is helpful if there is no related issue -->
|
||||||
|
|
||||||
|
<!--- Paste log output below, e.g. before and after your change -->
|
||||||
|
```paste below
|
||||||
|
|
||||||
|
```
|
Loading…
Reference in a new issue