signed tags are not optional

Problem: having (Optional) here creates confusion about how
  important this is to contribute code
Solution: Remove (Optional)
This commit is contained in:
Nicco Kunzmann 2018-06-25 14:25:14 +02:00 committed by GitHub
parent 24d0784a71
commit fd53e71983
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,7 +104,7 @@ your Git commits.
commit -S commit -S
~~~ ~~~
3. (Optional) Create signed tags: 3. Create signed tags:
~~~ ~~~
git tag -s <tag_name> -m "<tag_message>" git tag -s <tag_name> -m "<tag_message>"