Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Commit ffc05c8

Browse files
authored
Add changelog update info to CONTRIBUTING.md
1 parent 5c639f8 commit ffc05c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
1. All submitted **Pull Requests** are assumed to be ready for review
44
unless they are labeled with `[in progress]` or have "[WIP]" in title.
55

6+
2. All submitted **Pull Requests** which change Aleth in a way that is visible to users (e.g. new features, bug fixes, significant logging changes) should include an entry in [`CHANGELOG.md`](CHANGELOG.md) in the latest version section. Please categorize your entry appropriately and group it with other entries of the same category. Please see the following for details on categories and how to make a good changelog entry: https://keepachangelog.com/en/1.0.0/
7+
68
2. **Code formatting** rules are described by the [Clang-Format Style Options] file [.clang-format].
79
Please use the [clang-format] (version 5.0 or higher recommended) tool to format your code _changes_ accordingly.
810
[git-clang-format] tool is useful to limit reformatting to your changes only:
@@ -16,3 +18,4 @@
1618
[clang-format]: https://clang.llvm.org/docs/ClangFormat.html
1719
[.clang-format]: .clang-format
1820
[git-clang-format]: https://llvm.org/svn/llvm-project/cfe/trunk/tools/clang-format/git-clang-format
21+

0 commit comments

Comments
 (0)