From 7b2d56724f8031031774dba0fb222855ac5a23df Mon Sep 17 00:00:00 2001 From: Nils Nathorst-Windahl <38070556+NilsNathorst@users.noreply.github.com> Date: Wed, 3 Dec 2025 11:07:09 +0100 Subject: [PATCH] Update add-repository-instructions.md Fix typo: replace "and and" with "and" in add-repository-instructions.md. --- .../add-repository-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/copilot/how-tos/configure-custom-instructions/add-repository-instructions.md b/content/copilot/how-tos/configure-custom-instructions/add-repository-instructions.md index 785d8df97a86..7c14f994f5ad 100644 --- a/content/copilot/how-tos/configure-custom-instructions/add-repository-instructions.md +++ b/content/copilot/how-tos/configure-custom-instructions/add-repository-instructions.md @@ -376,7 +376,7 @@ You can create your own custom instructions file from scratch. See [Writing your - For each of bootstrap, build, test, run, lint, and any other scripted step, document the sequence of steps to take to run it successfully as well as the versions of any runtime or build tools used. - Each command should be validated by running it to ensure that it works correctly as well as any preconditions and postconditions. - - Try cleaning the repo and environment and running commands in different orders and document errors and and misbehavior observed as well as any steps used to mitigate the problem. + - Try cleaning the repo and environment and running commands in different orders and document errors and misbehavior observed as well as any steps used to mitigate the problem. - Run the tests and document the order of steps required to run the tests. - Make a change to the codebase. Document any unexpected build issues as well as the workarounds. - Document environment setup steps that seem optional but that you have validated are actually required.