diff --git a/README.md b/README.md index 0e044e2..3d2c2b7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ +# Test Feature + +This is a test feature to ensure the functionality of the issue and pull request generation process. + +## Usage +This feature is used to validate the workflow without affecting existing functionality. # Issue Reporting Guidelines Please follow the issue template located in `.github/ISSUE_TEMPLATE/issue_template.md` for reporting issues. This ensures that all necessary information is provided upfront, making it easier for contributors to understand and address the issue effectively. diff --git a/components/TestComponent.js b/components/TestComponent.js new file mode 100644 index 0000000..5f86177 --- /dev/null +++ b/components/TestComponent.js @@ -0,0 +1,7 @@ +import React from 'react'; + +const TestComponent = () => { + return