Skip to content

Commit

Permalink
Merge 47291aa into 0629939
Browse files Browse the repository at this point in the history
  • Loading branch information
technote-space committed Aug 30, 2019
2 parents 0629939 + 47291aa commit 852e6f1
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/CODE_OF_CONDUCT.md
@@ -1,5 +1,18 @@
# Contributor Covenant Code of Conduct

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->


- [Our Pledge](#our-pledge)
- [Our Standards](#our-standards)
- [Our Responsibilities](#our-responsibilities)
- [Scope](#scope)
- [Enforcement](#enforcement)
- [Attribution](#attribution)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

## Our Pledge

In the interest of fostering an open and welcoming environment, we as
Expand Down
9 changes: 9 additions & 0 deletions .github/CONTRIBUTING.md
Expand Up @@ -9,6 +9,15 @@ When contributing to this repository, please first discuss the change you wish t

Please note we have a [Contributor Code of Conduct][code-of-conduct], please follow it in all your interactions with the project.

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->


- [Submitting a pull request](#submitting-a-pull-request)
- [Resources](#resources)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

## Submitting a pull request

1. [Fork][fork] and clone the repository
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/push.yml → .github/workflows/toc.yml
Expand Up @@ -9,3 +9,4 @@ jobs:
uses: technote-space/toc-generator@v0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TARGET_PATHS: 'README.md,.github/CODE_OF_CONDUCT.md,.github/CONTRIBUTING.md'

0 comments on commit 852e6f1

Please sign in to comment.