From 2b4edabd376a28ba36d8e0fb92a8e902ea081a5c Mon Sep 17 00:00:00 2001 From: Jimmy Briggs Date: Sun, 17 Mar 2024 13:14:26 -0400 Subject: [PATCH] docs: add docs/ and initial files resolves #9 --- docs/about.md | 0 docs/checklist.md | 22 ++++++++++++++++++++++ docs/index.md | 0 techstack.md => docs/techstack.md | 0 techstack.yml => docs/techstack.yml | 0 5 files changed, 22 insertions(+) create mode 100644 docs/about.md create mode 100644 docs/checklist.md create mode 100644 docs/index.md rename techstack.md => docs/techstack.md (100%) rename techstack.yml => docs/techstack.yml (100%) diff --git a/docs/about.md b/docs/about.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/checklist.md b/docs/checklist.md new file mode 100644 index 0000000..e41b9d0 --- /dev/null +++ b/docs/checklist.md @@ -0,0 +1,22 @@ +# GitHub Checklist + +- [ ] Create GitHub Organization: `noclocks` +- [ ] Set Organization Owners +- [ ] Set Organization Members +- [ ] Set Organization Teams +- [ ] Set Organization Projects +- [ ] Set Organization Repositories +- [ ] Set Organization Settings +- [ ] Set Organization Billing +- [ ] Initialize Repository: `noclocks/.github` +- [ ] Create Organization Public Profile README ([`noclocks/.github/profile/README.md`](htps://github.com/noclocks/.github/profile/README.md)) +- [ ] Customize Private Organization Profile README ([`noclocks/.github-private/profile/README.md`](htps://github.com/noclocks/.github-private/profile/README.md)) + + +- [ ] Add `CODE_OF_CONDUCT.md` +- [ ] Add `CONTRIBUTING.md` +- [ ] Add `FUNDING.yml` +- [ ] Add `GOVERNANCE.md` +- [ ] Add `SECURITY.md` +- [ ] Add `SUPPORT.md` +- [ ] Add `.github/ISSUE_TEMPLATES` diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..e69de29 diff --git a/techstack.md b/docs/techstack.md similarity index 100% rename from techstack.md rename to docs/techstack.md diff --git a/techstack.yml b/docs/techstack.yml similarity index 100% rename from techstack.yml rename to docs/techstack.yml