Skip to content

Commit eca60dd

Browse files
authored
Make sure copilot gpg signs and signs-off commits (#515)
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
1 parent 39bd35c commit eca60dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/copilot-instructions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ Make sure that you keep commits small and focused. Each commit should represent
6363
Make sure that you arrange your commits in a logical order. You can use `git rebase -i` to do this.
6464
If you update your PR branch with new commits, make sure to rebase your branch on top of the main branch. This will help keep the commit history clean and make it easier to review your changes.
6565
Make sure that you do not have any merge commits in your PR.
66+
If when running tests you receive an Error like this "Error("No Hypervisor was found for Sandbox, Hypervisor Handler Message Receive Timedout")" then the real error is the string inside the brackets before the comma, so in this example
67+
the error is "No Hypervisor was found for Sandbox".
68+
If you see the error "No Hypervisor was found for Sandbox" then you if you are running on Linux you should check to see if there is a device called "kvm" or "mshv" in `/dev` and if it is present you should also check to see if you have rw access to it. You should ensure that you output the results of these checks for diagnostic purposes.
69+
This repository requires commits to be signed you should ensure that any commits that you create are done with `commit.gpgsign=true`. Also commits should also be signed with the `--signoff` option to comply with the DCO requirement.
6670

6771
## Repository Structure
6872
- `dev/` - contains development scripts and tools

0 commit comments

Comments
 (0)