Skip to content

Commit 8c1990e

Browse files
committed
refactor(project): refactor to new repo format
1 parent 9908a5a commit 8c1990e

File tree

4 files changed

+58
-65
lines changed

4 files changed

+58
-65
lines changed
File renamed without changes.

ACKNOWLEDGEMENTS.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# [Ragdata's Reusable Workflows v-0.1.0](https://github.com/ragdata/cluster-kit)
2+
3+
Copyright © 2023 Darren (Ragdata) Poulton
4+
5+
[View All Project Contributors](.github/CONTRIBUTORS.md)
6+
7+
## ACKNOWLEDGEMENTS
8+
9+
This project incorporates ideas and / or code created by the following talented individuals:
10+
11+
12+
13+
Additionally, this project makes use of the following open source projects:
14+
15+
<!--[ DEPENDENCIES - START ]-->
16+
17+
<!--[ DEPENDENCIES - END ]-->
18+
19+
> <h4 align="center">"We see much further, and reach much higher,<br />
20+
> because we stand upon the shoulders of giants"</h4>

COPYRIGHT

-15
This file was deleted.

README.md

+38-50
Original file line numberDiff line numberDiff line change
@@ -31,85 +31,80 @@
3131

3232
</div>
3333

34-
<h3 align="center">
35-
36-
If you like this repository, please give it a ⭐ (it really does help)
37-
38-
<img alt="GitHub repository stars" src="https://img.shields.io/github/stars/ragdata/reusable-workflows?style=social">
39-
40-
</h3>
41-
42-
<details><summary><h2><a name="toc">📖 Table of Contents</a></h2></summary>
34+
<h2><a name="toc">📖 Table of Contents</a></h2>
4335

4436
- [Project Overview](#-project-overview)
45-
- [Branch Reliability](#branch-reliability)
46-
- [What's Included?](#-whats-included)
47-
- [Installation](#-installation)
48-
- [Badges](#-badges)
37+
- [What's Included?](#-whats-included)
38+
- [Installation](#-installation)
4939
- [Available Support](#-available-support)
40+
- [Project Resources](#project-resources)
41+
- [Community Resources](#community-resources)
42+
- [Security](#-security)
5043
- [Project Supporters](#-project-supporters)
5144
- [Author/Maintainer](#-author--maintainer)
52-
- [Security](#-security)
5345
- [Contributors](#-contributors)
5446
- [Copyright & Attributions](#-copyright--attributions)
5547
- [License](#-license)
5648
- [Resources](#-resources)
5749

58-
</details>
5950

60-
## [Project Overview](#toc)
51+
<br />
6152

62-
### [Branch Reliability](#toc)
53+
<h4 align="center">
6354

64-
The Branch Reliability Table is a way for you to determine how close to the bleeding edge you're comfortable getting.
55+
If you like this repository, please give it a ⭐ (it really does help)
6556

66-
If you need stability, then download a branch marked with 🟢
57+
<img alt="GitHub repository stars" src="https://img.shields.io/github/stars/ragdata/cluster-kit?style=social">
6758

68-
If you're contributing code to the project, you'll want 🔴
59+
</h4>
6960

70-
| Branch | Stability | Code Age | Reliability |
71-
|----------------------|:---------------:|------------------|:-----------:|
72-
| `master` | latest stable | latest release | 🟢 |
73-
| `develop` | latest unstable | most recent code | 🔴 |
61+
## [Project Overview](#toc)
7462

75-
[`^ Top`](#toc)
7663

77-
## [What's Included?](#toc)
7864

65+
### [What's Included?](#toc)
66+
67+
68+
69+
### 📂 [Installation](#toc)
7970

8071

81-
[`^ Top`](#toc)
8272

83-
## 📂 [Installation](#toc)
73+
[//]: # ([`^ Top`]&#40;#toc&#41;)
74+
[//]: # (### 📛 [Badges]&#40;#toc&#41;)
8475

8576

8677

8778
[`^ Top`](#toc)
8879

89-
## 📛 [Badges](#toc)
80+
## 🔐 [Security](#toc)
9081

82+
While I always follow good security practices, 100% security can never be guaranteed in any software package. The `Cluster Kit` is provided AS IS, and without warranty. You can find more details in the [LICENSE](LICENSE) file included with this repository.
9183

84+
If you discover any issue regarding the security of this project, please disclose that information responsibly by sending a [security advisory][advisory]. **PLEASE DO NOT CREATE AN ISSUE OR DISCUSSION TOPIC.** You can read more about this project's security policies [HERE][security]
9285

9386
[`^ Top`](#toc)
9487

9588
## 💪 [Available Support](#toc)
9689

97-
### Project Resources
90+
### 🔸Project Resources
9891

99-
- [Issues Register](https://github.com/ragdata/reusable-workflows/issues)
100-
- [Project Site](https://ragdata.github.io/reusable-workflows)
92+
- [Issues Register](https://github.com/ragdata/cluster-kit/issues)
93+
- [Project Site](https://ragdata.github.io/cluster-kit)
10194

102-
### Community Resources
95+
### 🔸Community Resources
10396

10497
- [**The RedEyed Community Discord Server**](https://discord.gg/s6gZZUc67y)
10598

99+
106100
- [Community Support Document](https://github.com/ragdata/.github/blob/master/.github/SUPPORT.md)
101+
- [Community Governance Policy](https://github.com/ragdata/.github/blob/master/.github/GOVERNANCE.md)
107102
- [Community Code of Conduct](https://github.com/ragdata/.github/blob/master/.github/CODE_OF_CONDUCT.md)
108-
- [Community Standards](https://github.com/ragdata/reusable-workflows/community)
109-
- [Security Policy](https://github.com/ragdata/reusable-workflows/security/policy)
110-
- [Security Overview](https://github.com/ragdata/reusable-workflows/security)
111-
- [Security Advisories](https://github.com/ragdata/reusable-workflows/security/advisories)
112-
- [Dependabot Alerts](https://github.com/ragdata/reusable-workflows/security/dependabot)
103+
- [Community Standards](https://github.com/ragdata/cluster-kit/community)
104+
- [Security Policy](https://github.com/ragdata/cluster-kit/security/policy)
105+
- [Security Overview](https://github.com/ragdata/cluster-kit/security)
106+
- [Security Advisories](https://github.com/ragdata/cluster-kit/security/advisories)
107+
- [Dependabot Alerts](https://github.com/ragdata/cluster-kit/security/dependabot)
113108

114109
[`^ Top`](#toc)
115110

@@ -160,34 +155,27 @@ If you're contributing code to the project, you'll want 🔴
160155

161156
[`^ Top`](#toc)
162157

163-
## 🔐 [Security](#toc)
164-
165-
While I always good security practices, 100% security can never be guaranteed in any software package. The `Ragdata's Reusable Workflows` is provided AS IS, and without warranty. You can find more details in the [LICENSE](LICENSE) file included with this repository.
166-
167-
If you discover any issue regarding the security of this project, please disclose that information responsibly by sending a [security advisory][advisory]. **PLEASE DO NOT CREATE AN ISSUE OR DISCUSSION TOPIC.** You can read more about this project's security policies [HERE][security]
168-
169-
[`^ Top`](#toc)
170-
171158
## 💎 [Contributors](#toc)
172159

173160
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
174-
[![All Contributors](https://img.shields.io/github/all-contributors/ragdata/reusable-workflows?color=ee8449&style=for-the-badge)](CONTRIBUTORS.md)
161+
[![All Contributors](https://img.shields.io/github/all-contributors/ragdata/reusable-workflows?color=ee8449&style=for-the-badge)](.github/CONTRIBUTORS.md)
175162
<!-- ALL-CONTRIBUTORS-BADGE:END -->
176163

177164
If you'd like to make a contribution, then please see the [**Bash Bits Contributor's Guide**][contributing]
178165

179166
It's not just contributions of code that I'm looking for. If you have any ideas or suggestions about how this project may be improved, don't hesitate to [open an issue][issues] and let me know! Contributions of ALL kinds will be recognised here if they are made part of this project - thanks to the [All-Contributors][all-contributors] bot.
180167

181-
[**VIEW PROJECT CONTRIBUTORS**](CONTRIBUTORS.md)
168+
[**VIEW PROJECT CONTRIBUTORS**](.github/CONTRIBUTORS.md)
182169

183170
[`^ Top`](#toc)
184171

185-
## ©️ [Copyright & Attributions](#toc)
172+
## ©️ [Acknowledgements & Attributions](#toc)
186173

187174
This project incorporates ideas and / or code crafted by the following talented individuals:
188175

189176

190-
> "We see much further, and reach much higher,<br>only because we stand upon the shoulders of giants"
177+
> <h4 align="center">"We see much further, and reach much higher,<br />
178+
> because we stand upon the shoulders of giants"</h4>
191179
192180
[`^ Top`](#toc)
193181

0 commit comments

Comments
 (0)