0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-03-16 14:03:40 +00:00

add github templates ()

This commit is contained in:
Paweł Krupa 2018-10-17 21:23:32 +02:00 committed by GitHub
parent ca4c305969
commit ac0f6f4823
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 60 additions and 0 deletions

24
.github/ISSUE_TEMPLATE/BUG_REPORT.md vendored Normal file
View 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. -->

View 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
View 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
View 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
```