File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ Formatting
48
48
* When modifying existing code that does not conform to this style, prefer
49
49
matching the existing style
50
50
51
+ * Files should have suitable copyright headers.
52
+
51
53
Implementation
52
54
--------------
53
55
Original file line number Diff line number Diff line change @@ -20,3 +20,10 @@ Unnecessary code churn should be avoided unless as part of a pull request aimed
20
20
at improving code quality, such as fixing repeated code style violations or
21
21
renaming a function whose meaning is unclear.
22
22
Such pull requests should not also introduce significant new functionality.
23
+
24
+ It is desirable in a pull request to explain how the code presented
25
+ has been verified and how the verification has been made
26
+ reproducible. Ideally the pull request is accompanied by some form of
27
+ automated verification that is presented in a way that the reviewers
28
+ of the pull request can run. It is desirable that the pull request
29
+ explains how it relates to the existing RISC-V architectural tests.
You can’t perform that action at this time.
0 commit comments