diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-03-16 07:50:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-03-16 07:50:20 +0000 |
commit | b26be28df9fd4db2106cc2a557966c9d2a7345d9 (patch) | |
tree | 437e6106c0aa2e73f2dd68d0551545ae503f60d7 /.github | |
parent | Adding upstream version 1.12.2. (diff) | |
download | netdata-b26be28df9fd4db2106cc2a557966c9d2a7345d9.tar.xz netdata-b26be28df9fd4db2106cc2a557966c9d2a7345d9.zip |
Adding upstream version 1.13.0.upstream/1.13.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | .github/CODEOWNERS | 34 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 10 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 34 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 16 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/question.md | 25 | ||||
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 19 | ||||
-rw-r--r-- | .github/stale.yml | 19 |
7 files changed, 17 insertions, 140 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2e1718fcf..6345a7f04 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -11,10 +11,10 @@ backends/ @ktsaou @vlvkobal backends/graphite/ @ktsaou @vlvkobal backends/json/ @ktsaou @vlvkobal backends/opentsdb/ @ktsaou @vlvkobal -backends/prometheus/ @ktsaou @vlvkobal @paulfantom -build/ @paulfantom @cakrit +backends/prometheus/ @ktsaou @vlvkobal @paulkatsoulakis +build/ @paulkatsoulakis @cakrit collectors/ @ktsaou @vlvkobal @cakrit -collectors/charts.d.plugin/ @ktsaou @paulfantom @cakrit +collectors/charts.d.plugin/ @ktsaou @paulkatsoulakis @cakrit collectors/freebsd.plugin/ @vlvkobal @cakrit collectors/macos.plugin/ @vlvkobal @cakrit collectors/node.d.plugin/ @ktsaou @gmosx @cakrit @@ -29,9 +29,9 @@ health/ @ktsaou @cakrit health/health.d/ @ktsaou @cakrit health/notifications/ @ktsaou @Ferroin @cakrit libnetdata/ @ktsaou @cakrit -packaging/ @paulfantom @cakrit -packaging/installer/ @ktsaou @paulfantom @cakrit -packaging/makeself/ @ktsaou @paulfantom @cakrit +packaging/ @paulkatsoulakis @cakrit +packaging/installer/ @ktsaou @paulkatsoulakis @cakrit +packaging/makeself/ @ktsaou @paulkatsoulakis @cakrit registry/ @ktsaou @gmosx @cakrit streaming/ @ktsaou @mfundul web/ @ktsaou @cakrit @@ -39,19 +39,19 @@ web/gui/ @ktsaou @gmosx @cakrit # Ownership by filetype (overwrites ownership by directory) *.md @ktsaou @cakrit -*.am @paulfantom @ktsaou +*.am @paulkatsoulakis @ktsaou # Ownership of specific files -.gitignore @paulfantom @cakrit -.travis.yml @paulfantom -.lgtm.yml @paulfantom -.eslintrc @paulfantom -.eslintignore @paulfantom -.csslintrc @paulfantom -.codeclimate.yml @paulfantom -.codacy.yml @paulfantom -netdata.spec.in @paulfantom -netdata-installer.sh @ktsaou @paulfantom @cakrit +.gitignore @paulkatsoulakis @cakrit +.travis.yml @paulkatsoulakis +.lgtm.yml @paulkatsoulakis +.eslintrc @paulkatsoulakis +.eslintignore @paulkatsoulakis +.csslintrc @paulkatsoulakis +.codeclimate.yml @paulkatsoulakis +.codacy.yml @paulkatsoulakis +netdata.spec.in @paulkatsoulakis +netdata-installer.sh @ktsaou @paulkatsoulakis @cakrit netlify.toml @cakrit package.json @gmosx packaging/version @netdatabot diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 4fe94ad65..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,10 +0,0 @@ -<!--- -This is a generic issue template. We usually prefer contributors to use one -of 3 other specific issue templates (bug report, feature request, question) -to allow our automation classify those so you can get response faster. -However if your issue doesn't fall into either one of those 3 categories -use this generic template. ----> - -#### Summary - diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index fbd69a2f6..000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -name: Bug report -about: Create a bug report to help us improve - ---- - -<!--- -When creating a bug report please: -- Verify first that your issue is not already reported on GitHub -- Test if the latest release and master branch are affected too. -- Provide a clear and concise description of what the bug is in "Bug report - summary" section. -- Try to provide as much information about your environment (OS distribution, - running in container, etc.) as possible to allow us reproduce this bug faster. -- Write which component is affected. We group our components the same way our - code is structured so basically: - component name = dir in top level directory of repository -- Describe how you found this bug and how we can reproduce it. Preferable with - a minimal test-case scenario. You can paste gist.github.com links for larger - files -- Provide a clear and concise description of what you expected to happen. ---> - -##### Bug report summary - -##### OS / Environment - -##### Netdata version (ouput of `netdata -V`) - -##### Component Name - -##### Steps To Reproduce - -##### Expected behavior diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index b27ba2653..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for our project - ---- - -<!--- -When creating a feature request please: -- Verify first that your issue is not already reported on GitHub -- Explain new feature briefly in "Feature idea summary" section -- Provide a clear and concise description of what you expect to happen. ----> - -##### Feature idea summary - -##### Expected behavior diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index 9bdf6f14e..000000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -name: Question -about: You just want to ask a question? Go on. ---- - -<!--- -When asking a new question please: -- Verify first that your question wasn't asked before on GitHub. - HINT: Use label "question" when searching for such issues. -- Briefly explain what is the problem you are having -- Try to provide as much information about your environment (OS distribution, - running in container, etc.) as possible to allow us reproduce this bug faster. -- Write which component is affected. We group our components the same way our - code is structured so basically: - component name = dir in top level directory of repository -- Provide a clear and concise description of what you expected to happen. ---> - -##### Question summary - -##### OS / Environment - -##### Component Name - -##### Expected results diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index b4932f9c5..000000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,19 +0,0 @@ -<!-- -Describe the change in summary section, including rationale and degin decisions. -Include "Fixes #nnn" if you are fixing an existing issue. - -In "Component Name" section write which component is changed in this PR. This -will help us review your PR quicker. - -If you have more information you want to add, write them in "Additional -Information" section. This is usually used to help others understand your -motivation behind this change. A step-by-step reproduction of the problem is -helpful if there is no related issue. ---> - -##### Summary - -##### Component Name - -##### Additional Information - diff --git a/.github/stale.yml b/.github/stale.yml deleted file mode 100644 index dfa5ce2c0..000000000 --- a/.github/stale.yml +++ /dev/null @@ -1,19 +0,0 @@ ---- -only: issues -limitPerRun: 30 -daysUntilStale: 45 -daysUntilClose: 60 -exemptLabels: - - bug - - help wanted - - feature request -exemptProjects: true -exemptMilestones: true -staleLabel: stale -markComment: > - Currently netdata team doesn't have enough capacity to work on this issue. - We will be more than glad to accept a pull request with a solution to problem described here. - This issue will be closed after another 60 days of inactivity. -closeComment: > - This issue has been automatically closed due to extended period of inactivity. - Please reopen if it is still valid. Thank you for your contributions. |