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).
This commit is contained in:
parent
28b3f122d6
commit
1697a715ef
2 changed files with 48 additions and 0 deletions
24
.github/ISSUE_TEMPLATE.md
vendored
24
.github/ISSUE_TEMPLATE.md
vendored
|
@ -5,3 +5,27 @@ Describe your issue here.
|
||||||
### Steps to reproduce
|
### Steps to reproduce
|
||||||
|
|
||||||
If this issue is describing a possible bug please provide (or link to) your GitHub Actions workflow.
|
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.
|
||||||
|
|
24
README.md
24
README.md
|
@ -305,3 +305,27 @@ An example based on the above reference configuration creates pull requests that
|
||||||
## License
|
## License
|
||||||
|
|
||||||
[MIT](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.
|
||||||
|
|
Loading…
Reference in a new issue