Przeglądaj źródła

readme: Mention changelog in contribution guidelines

armaniferrante 4 lat temu
rodzic
commit
be602c2c9a
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -162,9 +162,10 @@ and engage with the maintainers in [Discord](https://discord.com/channels/739225
 When contributing, please make sure your code adheres to some basic coding guidlines:
 
 * Code must be formatted with the configured formatters (e.g. rustfmt and prettier).
-* Comments should be 80 chars and written with proper grammar and punctuation.
+* Comment lines should be no longer than 80 characters and written with proper grammar and punctuation.
 * Commit messages should be prefixed with the package(s) they modify. Changes affecting multiple
   packages should list all packages. In rare cases, changes may omit the package name prefix.
+* All notable changes should be documented in the [Change Log](https://github.com/project-serum/anchor/blob/master/CHANGELOG.md).
 
 ## License