瀏覽代碼

doc: move changelog higher in development

x 3 年之前
父節點
當前提交
fca286d80b
共有 1 個文件被更改,包括 9 次插入10 次删除
  1. 9 10
      doc/src/development.md

+ 9 - 10
doc/src/development.md

@@ -22,6 +22,15 @@ Also keep in mind that commit messages can be longer than a single
 line, so use it to your advantage to explain your commit and
 intentions.
 
+## ChangeLog
+
+Whenever a major change or sub-project is completed, a summary must be noted
+in the [ChangeLog](https://github.com/darkrenaissance/darkfi/blob/master/ChangeLog).
+Think of this as a bulletin board where the rest of the team is notified of
+important progress.
+
+As we move through the stages, the current yyyy-mm-dd marker is updated with
+the current date, and a new section above is created.
 
 ## cargo fmt pre-commit hook
 
@@ -54,16 +63,6 @@ and works, we can use a helper for `cargo` called
 The `Makefile` provided in the repository is already set up to use it,
 so it's enough to install `cargo hack` and run `make check`.
 
-## ChangeLog
-
-Whenever a major change or sub-project is completed, a summary must be noted
-in the [ChangeLog](https://github.com/darkrenaissance/darkfi/blob/master/ChangeLog).
-Think of this as a bulletin board where the rest of the team is notified of
-important progress.
-
-As we move through the stages, the current yyyy-mm-dd marker is updated with
-the current date, and a new section above is created.
-
 ## Etiquette
 
 These are not hard and fast rules, but guidance for team members working together.