Skip to content

Commit c686eab

Browse files
committed
Updated the docs.
- Updated the build badge on ReadMe. - Improved the PR template.
1 parent 1adeae9 commit c686eab

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ Please select the desired item checkbox and change it to "[x]", then delete opti
2323
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
2424
-->
2525

26-
- [ ] Test A
27-
- [ ] Test B
26+
- [ ] I have run `bash ./tools/build.sh && bash ./tools/test.sh` (at the root of the project) locally and passed
27+
- [ ] I have tested this feature in the browser
28+
29+
## Test Configuration
2830

29-
**Test Configuration**:
3031
* Browerser type & version:
3132
* Operating system:
3233
* Bundler version:
@@ -36,11 +37,10 @@ Please describe the tests that you ran to verify your changes. Provide instructi
3637

3738
# Checklist:
3839
<!-- Select checkboxes by change the "[ ]" to "[x]" -->
39-
- [ ] My code follows the style guidelines of this project
40+
- [ ] My code follows the [Google style guidelines](https://google.github.io/styleguide/)
4041
- [ ] I have performed a self-review of my own code
4142
- [ ] I have commented my code, particularly in hard-to-understand areas
4243
- [ ] I have made corresponding changes to the documentation
4344
- [ ] My changes generate no new warnings
4445
- [ ] I have added tests that prove my fix is effective or that my feature works
45-
- [ ] New and existing unit tests pass locally with my changes
4646
- [ ] Any dependent changes have been merged and published in downstream modules

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
🌏 English • [简体中文](docs/README_zh-CN.md)
44

5-
[![Build Status](https://github.com/cotes2020/jekyll-theme-chirpy/workflows/build/badge.svg?event=push)](https://github.com/cotes2020/jekyll-theme-chirpy/actions?query=event%3Apush)
5+
[![Build Status](https://github.com/cotes2020/jekyll-theme-chirpy/workflows/build/badge.svg?branch=master&event=push)](https://github.com/cotes2020/jekyll-theme-chirpy/actions?query=branch%3Amaster+event%3Apush)
66
[![GitHub license](https://img.shields.io/github/license/cotes2020/jekyll-theme-chirpy.svg)](https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/LICENSE)
77
[![996.icu](https://img.shields.io/badge/link-996.icu-%23FF4D5B.svg)](https://996.icu)
88

docs/README_zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
🌏 [English](../README.md) • 简体中文
44

5-
[![Build Status](https://github.com/cotes2020/jekyll-theme-chirpy/workflows/build/badge.svg?event=push)](https://github.com/cotes2020/jekyll-theme-chirpy/actions?query=event%3Apush)
5+
[![Build Status](https://github.com/cotes2020/jekyll-theme-chirpy/workflows/build/badge.svg?branch=master&event=push)](https://github.com/cotes2020/jekyll-theme-chirpy/actions?query=branch%3Amaster+event%3Apush)
66
[![GitHub license](https://img.shields.io/github/license/cotes2020/jekyll-theme-chirpy.svg)](https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/LICENSE)
77
[![996.icu](https://img.shields.io/badge/link-996.icu-%23FF4D5B.svg)](https://996.icu)
88

0 commit comments

Comments
 (0)