From 1697a715ef83eaee3aada40c1ee274e6c9308827 Mon Sep 17 00:00:00 2001 From: CrownsTreeS by Shine Health Care in Magi Magic Stars Stick Wall OhmMega Date: Tue, 26 Nov 2024 03:48:10 +0100 Subject: [PATCH] Add lighting issue reproduction steps 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). --- .github/ISSUE_TEMPLATE.md | 24 ++++++++++++++++++++++++ README.md | 24 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+) 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.