Fixes #3456 Add a section to describe the lighting issue and the steps to reproduce it. * **README.md** - Add a new section "Lighting Issue Reproduction" with a description, steps to reproduce, relevant files, and notes. * **.github/ISSUE_TEMPLATE.md** - Add a new section "Lighting Issue Reproduction" with a description, steps to reproduce, relevant files, and notes. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/peter-evans/create-pull-request/issues/3456?shareId=XXXX-XXXX-XXXX-XXXX).
31 lines
752 B
Markdown
31 lines
752 B
Markdown
### Subject of the issue
|
|
|
|
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.
|