diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 58e6fa12d1..099342dbd3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,10 +7,10 @@ assignees: '' --- **Describe the bug** -Write a detailed description of the observer behavior using the actions you performed. +Write a detailed description of the observed behavior using the actions you performed. **Preconditions** -Environment state and/or platform specific configurations. +Environment state and/or platform-specific configurations. **To Reproduce** Write the exact actions one should perform in order to reproduce the bug. @@ -19,8 +19,6 @@ Steps to reproduce the behavior: **Expected behavior** - - diff --git a/.github/ISSUE_TEMPLATE/issue_template.md b/.github/ISSUE_TEMPLATE/issue_template.md index 43a07ac83b..3c4233e8c7 100644 --- a/.github/ISSUE_TEMPLATE/issue_template.md +++ b/.github/ISSUE_TEMPLATE/issue_template.md @@ -7,19 +7,15 @@ assignees: '' --- **Motivation** - -Why are we doing this task? what is the value to the user. +Why are we doing this task? what is the value to the user? **Definition of done** - What needs to be completed at the end of this task - [] **Out of scope** - -What should not include in this task +What should not be included in this task **Related tasks/epics** - Reference related issues and epics diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/pull_request_template.md similarity index 57% rename from .github/PULL_REQUEST_TEMPLATE/pull_request_template.md rename to .github/pull_request_template.md index ae1c42c25c..2876344c64 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,7 @@ **What does this PR do?** **Related Issues** @@ -11,4 +12,4 @@ Please provide a detailed description of the changes introduced by this Pull Req **Checklist** - [ ] I have added tests that prove my fix is effective or that my feature works -- [ ] I have added necessary README/documentation (if appropriate) +- [ ] I have added the necessary README/documentation (if appropriate)