Skip to content

Commit 420cec4

Browse files
committed
docs(skills): Start adding code-review skills for Copilot
Add a few instructions how Copilot should review pull requests to reduce the amount of repetitive comments done by reviewers. Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.io>
1 parent b8f4b68 commit 420cec4

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## Commits in the Git history
2+
3+
As also outlined in the [contributing guidelines], each commit in a pull request should adhere to the following rules:
4+
5+
* The title should follow the [Conventional Commits] specification with the [commitlint configuration].
6+
* The title should not exceed 75 characters in length.
7+
* Also body lines should not exceed 75 characters and must be hard-wrapped with line-end characters.
8+
* Symbols should be quoted in backticks so they render nicely in a Markdown view.
9+
* The language should be American English without spelling- or grammar-mistakes.
10+
11+
## Tests written in Kotlin using the Kotest framework
12+
13+
* Prefer the syntax where Kotest specs get the body passed as a lambda constructor argument.
14+
* Infix matcher syntax should be preferred.
15+
16+
[contributing guidelines]: https://github.com/oss-review-toolkit/.github/blob/main/CONTRIBUTING.md
17+
[Conventional Commits]: https://www.conventionalcommits.org/
18+
[commitlint configuration]: https://github.com/oss-review-toolkit/ort/blob/main/.commitlintrc.yml

0 commit comments

Comments
 (0)