Skip to content

Commit b9cdaed

Browse files
committed
style(fixed): readme files
1 parent 78c8104 commit b9cdaed

6 files changed

Lines changed: 24 additions & 18 deletions

File tree

CODE_OF_CONDUCT.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Take Note About This... **Take Note...**
44

55
## 🤝 Our Commitment
66

7-
We are committed to fostering an open and welcoming environment for all contributors. As such, everyone who participates in **Quipux** is expected to adhere to the following code of conduct.
7+
We are committed to fostering an open and welcoming environment for all contributors. As such, everyone who participates in **GitHub CICD Template** is expected to adhere to the following code of conduct.
88

99
## 🌟 Expected Behavior
1010

@@ -23,7 +23,7 @@ We are committed to fostering an open and welcoming environment for all contribu
2323

2424
## 📢 Reporting Misconduct
2525

26-
If you encounter any behavior that violates this code of conduct, please report it by contacting [juan.villa@quipux.com](mailto:juan.villa@quipux.com). All complaints will be reviewed and handled appropriately.
26+
If you encounter any behavior that violates this code of conduct, please report it by contacting [email@dominio.com](mailto:email@dominio.com). All complaints will be reviewed and handled appropriately.
2727

2828
## ⚖️ Enforcement
2929

@@ -35,6 +35,6 @@ This code of conduct is adapted from the [Contributor Covenant, version 2.0](htt
3535

3636
---
3737

38-
## 📝 License
38+
## 📜 License
3939

40-
© 2024 **Quipux**. All rights reserved. Unauthorized use, reproduction, or distribution is strictly prohibited.
40+
2024 - This project is licensed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html). You are free to use, modify, and distribute this software under the terms of the GPL-3.0 license. For more details, please refer to the [LICENSE](LICENSE) file included in this repository.

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# 🤝 Contributing to aws-lambda
1+
# 🤝 Contributing to github-cicd-template
22

3-
We welcome contributions to aws-lambda! To make sure the process goes smoothly, please follow these guidelines:
3+
We welcome contributions to github-cicd-template! To make sure the process goes smoothly, please follow these guidelines:
44

55
## 📋 Code of Conduct
66

7-
Please note that all participants in our project are expected to follow our [Code of Conduct](#). Make sure to review it before contributing.
7+
Please note that all participants in our project are expected to follow our [Code of Conduct](#-code-of-conduct). Make sure to review it before contributing.
88

99
## 🛠 How to Contribute
1010

@@ -48,6 +48,6 @@ Thank you for helping improve!
4848

4949
---
5050

51-
## 📝 License
51+
## 📜 License
5252

53-
© 2024 **Quipux**. All rights reserved. Unauthorized use, reproduction, or distribution is strictly prohibited.
53+
2024 - This project is licensed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html). You are free to use, modify, and distribute this software under the terms of the GPL-3.0 license. For more details, please refer to the [LICENSE](LICENSE) file included in this repository.

ICONS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1989,3 +1989,9 @@ Size and Placement:
19891989

19901990
Keep icons small and unobtrusive to complement the text without overpowering it.
19911991
Place icons before headings or bullet points to visually organize content.
1992+
1993+
---
1994+
1995+
## 📜 License
1996+
1997+
2024 - This project is licensed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html). You are free to use, modify, and distribute this software under the terms of the GPL-3.0 license. For more details, please refer to the [LICENSE](LICENSE) file included in this repository.

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![CI/CD](https://img.shields.io/badge/CI/CD-Pipeline-blue)
44
![Python](https://img.shields.io/badge/Python-3776AB?logo=python&logoColor=fff)
5-
![License](https://img.shields.io/github/license/JuanVilla424/aws-scripts)
5+
![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)
66

77
Welcome to the **GitHub CI/CD Template** repository! This project provides a robust and flexible CI/CD pipeline setup using GitHub Actions, tailored for project using Python for backend, node frontend, docker-compose or Dockerfile. Leverage this template to automate your development workflow, from testing and building to deployment and monitoring.
88

@@ -150,7 +150,7 @@ pre-commit run --all-files
150150
2. **Create a Feature Branch**
151151

152152
```bash
153-
git checkout -b feature/your-feature
153+
git checkout -b feature/your-feature-name
154154
```
155155

156156
3. **Commit Your Changes**
@@ -162,7 +162,7 @@ pre-commit run --all-files
162162
4. **Push to the Branch**
163163

164164
```bash
165-
git push origin feature/your-feature
165+
git push origin feature/your-feature-name
166166
```
167167

168168
5. **Open a Pull Request into** `dev` **branch**
@@ -185,7 +185,7 @@ Please ensure your contributions adhere to the Code of Conduct and Contribution
185185
```bash
186186
git add .github/workflows/new-workflow.yml
187187
git commit -m "chore(core): added new workflow - lower case"
188-
git push origin feature/your-feature
188+
git push origin feature/your-feature-name
189189
```
190190

191191
## 📫 Contact
@@ -196,4 +196,4 @@ For any inquiries or support, please open an issue or contact [email@dominio.com
196196

197197
## 📜 License
198198

199-
© 2024 Juan Villa. All rights reserved. Unauthorized use, reproduction, or distribution is strictly prohibited.
199+
2024 - This project is licensed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html). You are free to use, modify, and distribute this software under the terms of the GPL-3.0 license. For more details, please refer to the [LICENSE](LICENSE) file included in this repository.

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ Thank you for helping us keep this project secure!
4646

4747
---
4848

49-
## 📝 License
49+
## 📜 License
5050

51-
© 2024 **Quipux**. All rights reserved. Unauthorized use, reproduction, or distribution is strictly prohibited.
51+
2024 - This project is licensed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html). You are free to use, modify, and distribute this software under the terms of the GPL-3.0 license. For more details, please refer to the [LICENSE](LICENSE) file included in this repository.

VERSIONING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,6 @@ Examples:
8787

8888
---
8989

90-
## 📝 License
90+
## 📜 License
9191

92-
© 2024 **Quipux**. All rights reserved. Unauthorized use, reproduction, or distribution is strictly prohibited.
92+
2024 - This project is licensed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html). You are free to use, modify, and distribute this software under the terms of the GPL-3.0 license. For more details, please refer to the [LICENSE](LICENSE) file included in this repository.

0 commit comments

Comments
 (0)