forked from opensearch-project/opensearch-migrations
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Peter Nied <[email protected]>
- Loading branch information
Showing
2 changed files
with
25 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
name: 🐛 Bug Report | ||
about: Create a report to help us improve | ||
title: '[BUG]' | ||
labels: 'bug, untriaged' | ||
assignees: '' | ||
--- | ||
### What is the bug? | ||
_A clear and concise description of the bug._ | ||
|
||
### How can one reproduce the bug? | ||
_Steps to reproduce the behavior._ | ||
|
||
### What is the expected behavior? | ||
_A clear and concise description of what you expected to happen._ | ||
|
||
### What are your migration environments? | ||
_What version of Elasticsearch / Opensearch, what version of the Migration Assistant._ | ||
|
||
### Do you have any additional context? | ||
_Add any other context about the problem, such as log files our console output._ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,15 @@ | ||
### Description | ||
[Describe what this change achieves] | ||
* Category (Enhancement, New feature, Bug fix, Test fix, Refactoring, Maintenance, Documentation) | ||
* Why these changes are required? | ||
* What is the old behavior before changes and new behavior after changes? | ||
<!-- Describe what this change achieves --> | ||
|
||
### Issues Resolved | ||
[List any issues this PR will resolve] | ||
|
||
Is this a backport? If so, please add backport PR # and/or commits # | ||
<!-- List any issues this PR will resolve --> | ||
|
||
### Testing | ||
[Please provide details of testing done: unit testing, integration testing and manual testing] | ||
<!-- Please provide details of testing done: unit testing, integration testing and manual testing --> | ||
|
||
### Check List | ||
- [ ] New functionality includes testing | ||
- [ ] All tests pass, including unit test, integration test and doctest | ||
- [ ] New functionality has been documented | ||
- [ ] Commits are signed per the DCO using --signoff | ||
- [ ] Public documentation issue/PR [created](https://github.com/opensearch-project/documentation-website/issues/new/choose), if applicable. | ||
|
||
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. | ||
For more information on following Developer Certificate of Origin and signing off your commits, please check [here](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin). |