Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ assignees: ''

---


**Describe the bug**
A clear and concise description of what the bug is.

Expand All @@ -16,6 +17,9 @@ Steps to reproduce the behavior:
2. Click on '....'
3. Scroll down to '....'
4. See error
5. Test validation



**Expected behavior**
A clear and concise description of what you expected to happen.
Expand Down
2 changes: 2 additions & 0 deletions MyProj/MyClass.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// Adding comment for review testing
// comment line is added to test PR Issue linking validation functionality
// This is a simple class with two properties: MyInt and MyString.
public class MyClass
{
public int MyInt { get; set; }
Expand Down
Loading