From 315e0143f65da3485dcbcd2f6a3172a351618aec Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 28 Nov 2019 05:53:08 +0100 Subject: Adding upstream version 1.19.0. Signed-off-by: Daniel Baumann --- .github/ISSUE_TEMPLATE.md | 15 -------------- .github/ISSUE_TEMPLATE/bug_report.md | 34 ------------------------------- .github/ISSUE_TEMPLATE/feature_request.md | 16 --------------- .github/ISSUE_TEMPLATE/question.md | 26 ----------------------- .github/PULL_REQUEST_TEMPLATE.md | 19 ----------------- .github/stale.yml | 18 ---------------- 6 files changed, 128 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md delete mode 100644 .github/ISSUE_TEMPLATE/question.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md delete mode 100644 .github/stale.yml (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index bd939baba..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -about: General issue template -labels: "needs triage", "no changelog" ---- - - - -#### Summary - diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index d378d4512..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 -labels: bug, needs triage ---- - - - -##### 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 4d210259e..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for our project -labels: feature request, needs triage ---- - - - -##### Feature idea summary - -##### Expected behavior diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index c5cd71e66..000000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -name: Question -about: You just want to ask a question? Go on. -labels: question, no changelog ---- - - - -##### 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 @@ - - -##### Summary - -##### Component Name - -##### Additional Information - diff --git a/.github/stale.yml b/.github/stale.yml deleted file mode 100644 index abf927a4f..000000000 --- a/.github/stale.yml +++ /dev/null @@ -1,18 +0,0 @@ ---- -only: issues -limitPerRun: 30 -daysUntilStale: 30 -daysUntilClose: 7 -exemptLabels: - - bug - - help wanted - - feature request -exemptProjects: true -exemptMilestones: true -staleLabel: stale -markComment: > - This issue has been inactive for 30 days. - It will be closed in one week, unless it is updated. -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. -- cgit v1.2.3