From 65f834e31ee7caa2842749a2c8c9fc6d5b8c2061 Mon Sep 17 00:00:00 2001 From: Technote Date: Sat, 31 Aug 2019 02:51:08 +0900 Subject: [PATCH 1/3] feat: add toc --- .github/CODE_OF_CONDUCT.md | 3 +++ .github/CONTRIBUTING.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md index 8a290ef9..b5a234a0 100644 --- a/.github/CODE_OF_CONDUCT.md +++ b/.github/CODE_OF_CONDUCT.md @@ -1,5 +1,8 @@ # Contributor Covenant Code of Conduct + + + ## 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..0bb3616e 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -9,6 +9,9 @@ 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 1. [Fork][fork] and clone the repository From 841993dd9eff404c5399fe4ab10301db7abaefcb Mon Sep 17 00:00:00 2001 From: Technote Date: Sat, 31 Aug 2019 02:53:15 +0900 Subject: [PATCH 2/3] Update and rename push.yml to toc.yml --- .github/workflows/{push.yml => toc.yml} | 1 + 1 file changed, 1 insertion(+) rename .github/workflows/{push.yml => toc.yml} (73%) 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' From 47291aa77b61374851d10e319fd35324359d2992 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 17:53:54 +0000 Subject: [PATCH 3/3] docs: Update TOC --- .github/CODE_OF_CONDUCT.md | 14 ++++++++++++-- .github/CONTRIBUTING.md | 10 ++++++++-- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md index b5a234a0..50ed456a 100644 --- a/.github/CODE_OF_CONDUCT.md +++ b/.github/CODE_OF_CONDUCT.md @@ -1,7 +1,17 @@ # 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 diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 0bb3616e..33553be8 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -9,8 +9,14 @@ 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