Skip to content

Commit

Permalink
ci: add documentation [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Nov 26, 2020
1 parent 3abbcfb commit 291ff12
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/label-commenter-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,15 @@ labels:
action: close
locking: lock
lock_reason: resolved
- name: documentation
labeled:
issue:
body: |
Thank you for suggesting documentation improvement.
pr:
body: |
Thank you for suggesting documentation improvement.
When you add a new section, do not forget to update the Table of Contents.
```sh
npx doctoc@1.4.0 --github README.md
```

0 comments on commit 291ff12

Please sign in to comment.