diff --git a/.github/ISSUE_TEMPLATE/--bug-report.md b/.github/ISSUE_TEMPLATE/--bug-report.md index 8ef9b46b049a4..ed965c9c52938 100644 --- a/.github/ISSUE_TEMPLATE/--bug-report.md +++ b/.github/ISSUE_TEMPLATE/--bug-report.md @@ -29,4 +29,4 @@ If applicable, add screenshots to help explain your problem. - Version [e.g. 22] **Additional context** -Add any other context about the problem here. \ No newline at end of file +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/datahub-v1-0-rc-bug-report.md b/.github/ISSUE_TEMPLATE/datahub-v1-0-rc-bug-report.md new file mode 100644 index 0000000000000..73da33b272e6f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/datahub-v1-0-rc-bug-report.md @@ -0,0 +1,32 @@ +--- +name: DataHub v1.0-rc Bug Report +about: Report issues found in DataHub v1.0 Release Candidates +title: "[v1.0-rc/bug] Description of Bug" +labels: bug, datahub-v1.0-rc +assignees: chriscollins3456, david-leifker, maggiehays + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots and/or Screen Recordings** +If applicable, add screenshots and/or screen recordings to help explain the issue. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here.