1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Update Docs.

This commit is contained in:
Cotes Chung
2020-07-09 04:52:03 +08:00
parent 46c2cfe64e
commit 313c44f238
5 changed files with 38 additions and 41 deletions

View File

@@ -15,12 +15,8 @@ labels: question
## I don't understand what the ReadMe/Wiki says
<!--
Point out the parts that are hard for you to understand.
-->
<!-- Point out the parts that are hard for you to understand. -->
## I have other questions
<!--
Please describe your question.
-->
<!-- Please describe your question. -->

View File

@@ -1,13 +1,12 @@
# Description
## Description
<!--
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
-->
Fixes #(issue)
e.g. Fixes #(issue)
## Type of change
**Type of change**
<!--
Please select the desired item checkbox and change it to "[x]", then delete options that are not relevant.
@@ -17,7 +16,7 @@ Please select the desired item checkbox and change it to "[x]", then delete opti
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation update
# How Has This Been Tested?
## How has this been tested?
<!--
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
@@ -26,7 +25,7 @@ Please describe the tests that you ran to verify your changes. Provide instructi
- [ ] I have run `bash ./tools/build.sh && bash ./tools/test.sh` (at the root of the project) locally and passed
- [ ] I have tested this feature in the browser
## Test Configuration
**Test Configuration**
* Browerser type & version:
* Operating system:
@@ -35,7 +34,7 @@ Please describe the tests that you ran to verify your changes. Provide instructi
* Jekyl version:
# Checklist:
## Checklist:
<!-- Select checkboxes by change the "[ ]" to "[x]" -->
- [ ] My code follows the [Google style guidelines](https://google.github.io/styleguide/)
- [ ] I have performed a self-review of my own code