Skip to content

Commit 7b43a83

Browse files
committed
refactor: move project files to docs folder
1 parent f659109 commit 7b43a83

File tree

8 files changed

+7
-6
lines changed

8 files changed

+7
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Bug Report
33
about: Create a report to help us improve
44
---
55

6-
> **Tips**: Remember, contributions to this repository should follow the [contributing guidelines](https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/.github/CONTRIBUTING.md).
6+
> **Tips**: Remember, contributions to this repository should follow the [contributing guidelines](https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/docs/CONTRIBUTING.md).
77
88
## Describe the bug
99

.github/ISSUE_TEMPLATE/feature_request.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ about: Suggest an idea for this project
44
labels: enhancement
55
---
66

7-
> **Tips**: Remember, contributions to this repository should follow the
8-
[contributing guidelines](https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/.github/CONTRIBUTING.md).
7+
> **Tips**: Remember, contributions to this repository should follow the [contributing guidelines](https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/docs/CONTRIBUTING.md).
98
109
## Is your feature request related to a problem? Please describe
1110

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- ".github/**"
99
- "!.github/workflows/ci.yml"
1010
- ".gitignore"
11+
- "docs/**"
1112
- "README.md"
1213
- "LICENSE"
1314
pull_request:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ This work is published under [MIT License][license].
8686
[image]: https://www.clipartmax.com/middle/m2i8b1m2K9Z5m2K9_ant-clipart-childrens-ant-cute/
8787
[demo]: https://cotes2020.github.io/chirpy-demo/
8888
[wiki]: https://github.com/cotes2020/jekyll-theme-chirpy/wiki
89-
[contribute-guide]: https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/.github/CONTRIBUTING.md
89+
[contribute-guide]: https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/docs/CONTRIBUTING.md
9090
[contributors]: https://github.com/cotes2020/jekyll-theme-chirpy/graphs/contributors
9191
[lib]: https://github.com/cotes2020/chirpy-static-assets
9292
[jetbrains]: https://www.jetbrains.com/?from=jekyll-theme-chirpy

_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ compress_html:
177177
exclude:
178178
- "*.gem"
179179
- "*.gemspec"
180+
- docs
180181
- tools
181182
- README.md
182183
- CHANGELOG.md
File renamed without changes.

.github/CONTRIBUTING.md docs/CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ When development is complete, create a [Conventional Commit][cc] with Git.
8484

8585
## Helpful Resources
8686

87-
- [Code of conduct](https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/.github/CODE_OF_CONDUCT.md)
88-
- [Security policy](https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/.github/SECURITY.md)
87+
- [Code of conduct](https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/docs/CODE_OF_CONDUCT.md)
88+
- [Security policy](https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/docs/SECURITY.md)
8989

9090
[latest-ver]: https://github.com/cotes2020/jekyll-theme-chirpy/releases/latest
9191
[wiki]: https://github.com/cotes2020/jekyll-theme-chirpy/wiki
File renamed without changes.

0 commit comments

Comments
 (0)