summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2020-02-07 00:25:01 +0800
committerxuri <xuri.me@gmail.com>2020-02-07 00:53:38 +0800
commite51aff2d9562bbfb290ef76a948facb6d4660eff (patch)
tree9555d9a40aca0ca5998d5183544c40945391082e /CONTRIBUTING.md
parenta691c1048d2575d70ce97d2da80c2c40a2c37fb2 (diff)
Resolve #570, flat columns for the column's operation
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index afb7d4e..53c650e 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -234,7 +234,9 @@ By making a contribution to this project, I certify that:
Then you just add a line to every git commit message:
- Signed-off-by: Ri Xu https://xuri.me
+```text
+Signed-off-by: Ri Xu https://xuri.me
+```
Use your real name (sorry, no pseudonyms or anonymous contributions.)
@@ -460,4 +462,4 @@ Do not use package math/rand to generate keys, even
throwaway ones. Unseeded, the generator is completely predictable.
Seeded with time.Nanoseconds(), there are just a few bits of entropy.
Instead, use crypto/rand's Reader, and if you need text, print to
-hexadecimal or base64
+hexadecimal or base64.