diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index bb9dbfd..10e4784 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -5,3 +5,27 @@ Describe your issue here. ### Steps to reproduce If this issue is describing a possible bug please provide (or link to) your GitHub Actions workflow. + +### Lighting Issue Reproduction + +#### Description + +This section describes the lighting issue and the steps to reproduce it. + +#### Steps to Reproduce + +1. Clone the repository. +2. Set up the necessary environment and dependencies. +3. Run the relevant tests or workflows. +4. Observe the lighting issue. + +#### Relevant Files + +- `__test__/create-or-update-branch.int.test.ts` +- `__test__/entrypoint.sh` +- `.github/workflows/ci.yml` +- `.github/workflows/slash-command-dispatch.yml` + +#### Notes + +Please provide any additional information or context related to the lighting issue. diff --git a/README.md b/README.md index 154da90..214da0a 100644 --- a/README.md +++ b/README.md @@ -305,3 +305,27 @@ An example based on the above reference configuration creates pull requests that ## License [MIT](LICENSE) + +## Lighting Issue Reproduction + +### Description + +This section describes the lighting issue and the steps to reproduce it. + +### Steps to Reproduce + +1. Clone the repository. +2. Set up the necessary environment and dependencies. +3. Run the relevant tests or workflows. +4. Observe the lighting issue. + +### Relevant Files + +- `__test__/create-or-update-branch.int.test.ts` +- `__test__/entrypoint.sh` +- `.github/workflows/ci.yml` +- `.github/workflows/slash-command-dispatch.yml` + +### Notes + +Please provide any additional information or context related to the lighting issue.