From 1fc7d974d58a201d13be8ba5c569acf827208b70 Mon Sep 17 00:00:00 2001 From: Jean-Louis Leysens Date: Tue, 10 Mar 2020 13:22:38 +0100 Subject: [PATCH 1/3] First draft of issue template --- .github/ISSUE_TEMPLATE/v8_breaking_change.md | 35 ++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/v8_breaking_change.md diff --git a/.github/ISSUE_TEMPLATE/v8_breaking_change.md b/.github/ISSUE_TEMPLATE/v8_breaking_change.md new file mode 100644 index 00000000000000..8ade143bf621c6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/v8_breaking_change.md @@ -0,0 +1,35 @@ +--- +name: 8.0 Breaking change +about: Breaking changes from 7.x -> 8.0 +title: [Breaking change] +labels: + - "Team:Elasticsearch UI" +--- + +## Change description + +**Which release will ship the breaking change?** + + + +**Describe the change. How will it manifest to users?** + +**What percentage of users will be affected?** + + + +**What can users to do to address the change manually?** + + + +**How could we make migration easier with the Upgrade Assistant?** + +**Are there any edge cases?** + +## Test Data + +Provide test data. We can’t build a solution without data to test it against. + +## Cross links + +Cross-link to relevant [Elasticsearch breaking changes](https://www.elastic.co/guide/en/elasticsearch/reference/master/breaking-changes-8.0.html). From 9fc5dbe0a760315232a5199a370fcb21c9d58c9a Mon Sep 17 00:00:00 2001 From: Jean-Louis Leysens Date: Tue, 10 Mar 2020 13:35:56 +0100 Subject: [PATCH 2/3] [skip ci] Slight update to issue template --- .github/ISSUE_TEMPLATE/v8_breaking_change.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/v8_breaking_change.md b/.github/ISSUE_TEMPLATE/v8_breaking_change.md index 8ade143bf621c6..d567009a482103 100644 --- a/.github/ISSUE_TEMPLATE/v8_breaking_change.md +++ b/.github/ISSUE_TEMPLATE/v8_breaking_change.md @@ -1,9 +1,10 @@ --- name: 8.0 Breaking change about: Breaking changes from 7.x -> 8.0 -title: [Breaking change] -labels: - - "Team:Elasticsearch UI" +title: "[Breaking change]" +labels: Team:Elasticsearch UI +assignees: '' + --- ## Change description @@ -32,4 +33,4 @@ Provide test data. We can’t build a solution without data to test it against. ## Cross links -Cross-link to relevant [Elasticsearch breaking changes](https://www.elastic.co/guide/en/elasticsearch/reference/master/breaking-changes-8.0.html). +Cross-link to relevant [Elasticsearch breaking changes](https://www.elastic.co/guide/en/elasticsearch/reference/master/breaking-changes-8.0.html). \ No newline at end of file From 717f63b473f193e0191d46754f2f3481e9c4affc Mon Sep 17 00:00:00 2001 From: Jean-Louis Leysens Date: Thu, 12 Mar 2020 11:54:23 +0100 Subject: [PATCH 3/3] Add label --- .github/ISSUE_TEMPLATE/v8_breaking_change.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/v8_breaking_change.md b/.github/ISSUE_TEMPLATE/v8_breaking_change.md index d567009a482103..99f779c288f5b9 100644 --- a/.github/ISSUE_TEMPLATE/v8_breaking_change.md +++ b/.github/ISSUE_TEMPLATE/v8_breaking_change.md @@ -2,7 +2,7 @@ name: 8.0 Breaking change about: Breaking changes from 7.x -> 8.0 title: "[Breaking change]" -labels: Team:Elasticsearch UI +labels: Team:Elasticsearch UI, Feature:Upgrade Assistant assignees: '' ---