diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md index 8a290ef9..50ed456a 100644 --- a/.github/CODE_OF_CONDUCT.md +++ b/.github/CODE_OF_CONDUCT.md @@ -1,5 +1,18 @@ # Contributor Covenant Code of Conduct + + + + +- [Our Pledge](#our-pledge) +- [Our Standards](#our-standards) +- [Our Responsibilities](#our-responsibilities) +- [Scope](#scope) +- [Enforcement](#enforcement) +- [Attribution](#attribution) + + + ## Our Pledge In the interest of fostering an open and welcoming environment, we as diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 1529f472..33553be8 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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. + + + + +- [Submitting a pull request](#submitting-a-pull-request) +- [Resources](#resources) + + + ## Submitting a pull request 1. [Fork][fork] and clone the repository diff --git a/.github/workflows/push.yml b/.github/workflows/toc.yml similarity index 73% rename from .github/workflows/push.yml rename to .github/workflows/toc.yml index adf341b0..a702d9f7 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/toc.yml @@ -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'