feat: Implement suggestions to issue and PR templates

This commit is contained in:
davidescapolan01
2025-04-16 20:25:26 +02:00
parent 1a053ca441
commit d1297f43fd
3 changed files with 35 additions and 23 deletions

View File

@@ -15,6 +15,18 @@ Why does it bother you, and how could it be harmful for the user?
-->
## Environment (please complete the following):
<!--
- OS: [e.g. Ubuntu 22.04, Windows 11]
- Browser: [e.g. Chrome 112]
- CK-X Version: [e.g. v1.2.0 or commit SHA]
- Docker version: `docker version`
- How did you install CK-X? [installer script / manual / other]
-->
## Report in Depth
<!-- Please describe the bug clearly.
@@ -86,16 +98,6 @@ Or use a code block if you prefer:
-->
## Environment (please complete the following):
<!--
- OS: [e.g. Ubuntu 22.04, Windows 11]
- Browser: [e.g. Chrome 112]
- CK-X Version: [e.g. v1.2.0 or commit SHA]
- Docker version: `docker version`
- How did you install CK-X? [installer script / manual / other]
-->
## Additional context
<!-- Add any other context or details here. -->

View File

@@ -21,7 +21,7 @@ What skills or concepts should the user learn or demonstrate?
<!--
Who is this lab designed for?
- CKA / CKS / KCNA / Custom?
- CKA / CKS / Custom...?
- Beginner, Intermediate, Advanced?
- Any specific professional roles in mind (e.g. DevOps, SRE, Security Engineer)?
-->

View File

@@ -45,9 +45,14 @@ Feel free to add or remove items depending on what your PR changes.
-->
- [ ] Pod starts without errors
- [ ] Nginx logs are available
- [ ] Docker Compose logs are available
- [ ] All relevant tests pass
- [ ] Documentation is updated (if needed)
- [ ] Documentation is updated (if needed - usually it is)
<!-- If you are adding labs, please, also add the following -->
- [ ] New labs pass
- [ ] Answers work as expected
---
@@ -71,20 +76,25 @@ Example: "I also tweaked the wording of the exercise to explicitly define contai
---
#### 📸 Screenshots / Logs (if applicable)
<!--
Include screenshots or log excerpts to help illustrate the problem or verify the fix.
-->
---
#### 🧠 Additional Context
<!--
Add any background or technical context that might help reviewers understand the motivation or constraints of the PR.
-->
---
#### 📄 Attachments
<!-- Add any relevant attachments such as:
- Screenshots of the labs list showing the the newly added labs
- Screenshots of the labs running
- Screenshots of the labs passing
- E2E test results (screenshots or, preferably, logs/human-readable reports)
- Static code analysis reports
- Any other supporting material (e.g. logs, error traces, terminal output)
-->