diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f3d5c41..ae9f5a1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,6 +7,7 @@ assignees: '' --- + **Describe the bug** A clear and concise description of what the bug is. @@ -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. diff --git a/MyProj/MyClass.cs b/MyProj/MyClass.cs index 3f34784..8399315 100644 --- a/MyProj/MyClass.cs +++ b/MyProj/MyClass.cs @@ -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; }