From 7046dcfef505d6fab47b39f90d8c73f7a4ea7bfe Mon Sep 17 00:00:00 2001 From: shygnome Date: Mon, 22 Aug 2022 15:04:06 +0700 Subject: [PATCH 1/2] Write table of contents --- README.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ad4075ea..49a9156a 100644 --- a/README.md +++ b/README.md @@ -1 +1,24 @@ -# Worx \ No newline at end of file +# Worx + +[![license](https://img.shields.io/github/license/worxid/worx)](https://github.com/worxid/worx/blob/main/LICENSE) + +## Demo + +## Table of Contents + +- [Worx](#worx) + - [Table of Contents](#table-of-contents) + - [Documentation](#documentation) + - [Develop Worx](#develop-worx) + - [Contributing](#contributing) + - [License](#license) + +## Documentation + +## Develop Worx + +## Contributing + +## License + +This project is released under [MIT License](./LICENSE). From b57a8e7749e7db120fa069fb3ca6844fdd538d03 Mon Sep 17 00:00:00 2001 From: shygnome Date: Wed, 24 Aug 2022 08:11:17 +0700 Subject: [PATCH 2/2] Add contributing markdown --- CODE_OF_CONDUCT.md | 1 + CONTRIBUTING.md | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 CODE_OF_CONDUCT.md create mode 100644 CONTRIBUTING.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 00000000..8ed4d83a --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1 @@ +# Code of Conduct \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..38fe6d5f --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,5 @@ +# Contributing to Worx + +## Code of Conduct + +[Worx Code of Conduct](CODE_OF_CONDUCT.md).