You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CODE_OF_CONDUCT.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Take Note About This... **Take Note...**
4
4
5
5
## 🤝 Our Commitment
6
6
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.
8
8
9
9
## 🌟 Expected Behavior
10
10
@@ -23,7 +23,7 @@ We are committed to fostering an open and welcoming environment for all contribu
23
23
24
24
## 📢 Reporting Misconduct
25
25
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.
27
27
28
28
## ⚖️ Enforcement
29
29
@@ -35,6 +35,6 @@ This code of conduct is adapted from the [Contributor Covenant, version 2.0](htt
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.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
# 🤝 Contributing to aws-lambda
1
+
# 🤝 Contributing to github-cicd-template
2
2
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:
4
4
5
5
## 📋 Code of Conduct
6
6
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.
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.
Copy file name to clipboardExpand all lines: ICONS.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1989,3 +1989,9 @@ Size and Placement:
1989
1989
1990
1990
Keep icons small and unobtrusive to complement the text without overpowering it.
1991
1991
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.
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.
8
8
@@ -150,7 +150,7 @@ pre-commit run --all-files
150
150
2.**Create a Feature Branch**
151
151
152
152
```bash
153
-
git checkout -b feature/your-feature
153
+
git checkout -b feature/your-feature-name
154
154
```
155
155
156
156
3.**Commit Your Changes**
@@ -162,7 +162,7 @@ pre-commit run --all-files
162
162
4.**Push to the Branch**
163
163
164
164
```bash
165
-
git push origin feature/your-feature
165
+
git push origin feature/your-feature-name
166
166
```
167
167
168
168
5.**Open a Pull Request into**`dev`**branch**
@@ -185,7 +185,7 @@ Please ensure your contributions adhere to the Code of Conduct and Contribution
185
185
```bash
186
186
git add .github/workflows/new-workflow.yml
187
187
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
189
189
```
190
190
191
191
## 📫 Contact
@@ -196,4 +196,4 @@ For any inquiries or support, please open an issue or contact [email@dominio.com
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.
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.
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