From f483bebe4c293af265a9648572e0e79c1f6e7d2c Mon Sep 17 00:00:00 2001 From: Tom Huang Date: Sun, 5 Jul 2020 19:32:59 -0400 Subject: [PATCH] skeleton ToC and PR template --- .github/PULL_REQUEST_TEMPLATE.md | 11 +++++++ readme.md | 50 +++++++++++++++++++++++--------- 2 files changed, 48 insertions(+), 13 deletions(-) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..97a8ddd --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,11 @@ +## Review the Contributing Guidelines + +Before submitting a pull request, verify it meets all requirements in the [Contributing Guidelines](https://github.com/tomhuang12/awesome-k8s-resources/blob/master/contributing.md). + +## Describe Why This Is Awesome + +Why is this awesome? + +-- + +Like this pull request? Vote for it by adding a :+1: \ No newline at end of file diff --git a/readme.md b/readme.md index 30bbe0c..df27bb1 100644 --- a/readme.md +++ b/readme.md @@ -1,30 +1,54 @@ # Awesome Kubernetes Resources [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) -> A curated list of awesome Kubernetes tools and resources. +A curated list of awesome Kubernetes tools and resources. + +Inspired by [awesome](https://github.com/sindresorhus/awesome) list and [donnemartin/awesome-aws](https://github.com/donnemartin/awesome-aws). + +## The Fiery Meter of AWSome + +* Repo with 0100+ Stars: :fire: +* Repo with 0200+ Stars: :fire::fire: +* Repo with 0500+ Stars: :fire::fire::fire: +* Repo with 1000+ Stars: :fire::fire::fire::fire: +* Repo with 2000+ Stars: :fire::fire::fire::fire::fire: + +Idea taken from [donnemartin/awesome-aws](https://github.com/donnemartin/awesome-aws). ## Contents -- [Section](#section) -- [Another Section](#another-section) +- [Awesome Kubernetes Resources ![Awesome](https://awesome.re)](#awesome-kubernetes-resources-img-src%22httpsawesomere%22-alt%22awesome%22) + - [The Fiery Meter of AWSome](#the-fiery-meter-of-awsome) + - [Contents](#contents) + - [Open Source Repos](#open-source-repos) + - [Subsection](#subsection) + - [Commercial Tools and Libraries](#commercial-tools-and-libraries) + - [Subsection](#subsection-1) + - [Guides, Tutorials, Documentations, and Trainings](#guides-tutorials-documentations-and-trainings) + - [Subsection](#subsection-2) + - [Contribute](#contribute) + - [License](#license) -## Section - -About this section. Optional. Keep this short and focus on the list. - -- [List item](http://example.com) -- [List item](http://example.com) - - -## Another Section +## Open Source Repos ### Subsection - - [List item](http://example.com) - [List item](http://example.com) +## Commercial Tools and Libraries + +### Subsection +- [List item](http://example.com) +- [List item](http://example.com) + +## Guides, Tutorials, Documentations, and Trainings + +### Subsection +- [List item](http://example.com) +- [List item](http://example.com) + ## Contribute Contributions welcome! Read the [contribution guidelines](contributing.md) first.