From fae0956d57a58d0730bcf28f5fe0c68dde2d0d6b Mon Sep 17 00:00:00 2001 From: Debobrata Pal Date: Sat, 14 Oct 2023 13:48:12 +0530 Subject: [PATCH 1/2] Update CONTENTS.md Updated with the latest flie structure. --- .github/CONTENTS.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/CONTENTS.md b/.github/CONTENTS.md index ff0a694c0..2b41e37e7 100644 --- a/.github/CONTENTS.md +++ b/.github/CONTENTS.md @@ -3,5 +3,7 @@ This directory contains supporting files for Metaschema GitHub repository use. The structure and contents of the directory are as follows: * [ISSUE_TEMPLATE](ISSUE_TEMPLATE): This directory contains several templates for creating new issues in GitHub. -* [issue_template.md](issue_template.md): This file contains a template for creating a new issue in GitHub containing a user story. -* [PULL_REQUEST_TEMPLATE.md](issue_template.md): This file contains a template to be filled out for each GitHub pull request by the person submitting it. +* [workflows](workflows): This directory contains GitHub Actions workflows. +* [PULL_REQUEST_TEMPLATE.md](PULL_REQUEST_TEMPLATE.md): This file contains a template to be filled out for each GitHub pull request by the person submitting it. +* [CODEOWNERS](CODEOWNERS): This file contains code ownership and review responsibilities. +* [dependabot.yml](dependabot.yaml): This file contains configuration for dependency updates. From e587c60a99bf9e09c5c754b3d6b7e365261fc0c0 Mon Sep 17 00:00:00 2001 From: David Waltermire Date: Thu, 19 Oct 2023 01:01:20 -0400 Subject: [PATCH 2/2] Update .github/CONTENTS.md --- .github/CONTENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTENTS.md b/.github/CONTENTS.md index 2b41e37e7..03a12cdc5 100644 --- a/.github/CONTENTS.md +++ b/.github/CONTENTS.md @@ -6,4 +6,4 @@ This directory contains supporting files for Metaschema GitHub repository use. T * [workflows](workflows): This directory contains GitHub Actions workflows. * [PULL_REQUEST_TEMPLATE.md](PULL_REQUEST_TEMPLATE.md): This file contains a template to be filled out for each GitHub pull request by the person submitting it. * [CODEOWNERS](CODEOWNERS): This file contains code ownership and review responsibilities. -* [dependabot.yml](dependabot.yaml): This file contains configuration for dependency updates. +* [dependabot.yml](dependabot.yml): This file contains configuration for dependency updates.