Skip to content

Commit

Permalink
Merge branch 'main' into agent-v2-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
olegsu authored Nov 9, 2022
2 parents 01e16f7 + f0a1ba0 commit 9d8c4f1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
6 changes: 2 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -19,8 +19,6 @@ Steps to reproduce the behavior:


**Expected behavior**


<!-- Optional: Please uncomment if relevant
**Screenshots**
-->
Expand Down
8 changes: 2 additions & 6 deletions .github/ISSUE_TEMPLATE/issue_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
**What does this PR do?**
<!--
Please provide a detailed description of the changes introduced by this Pull Request, what are the main changes, and any other information that the reviewer should be aware of before beginning the code review.
Please provide a detailed description of the changes introduced by this Pull Request.
Provide a description of the main changes, as well as any additional information the code reviewer should be aware of before beginning the review process.
-->

**Related Issues**
Expand All @@ -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)

0 comments on commit 9d8c4f1

Please sign in to comment.