Skip to content

Commit 533359d

Browse files
Merge pull request #85 from anveshmuppeda/dev
Add pull request template to enhance contribution guidelines
2 parents 6f6bc0f + 7d959cb commit 533359d

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.github/pull_request_template.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
Thank you for contributing to the **Kubernetes Complete Hands-On Guides** open-source project! 🎉
2+
3+
We appreciate your time and effort in improving this repository. Please take a moment to fill out the sections below to help us understand your changes and their impact. Your contribution helps make this project better for the entire community! 💪
4+
5+
---
6+
7+
## Description
8+
Please provide a brief summary of the changes made in this pull request. Include any relevant context or background information that may help reviewers understand the purpose and scope of the changes.
9+
10+
## Related Issues
11+
If this pull request addresses any specific issues or tickets, please list them here. This helps in tracking the changes and their impact on the overall project.
12+
Example:
13+
Fixes #123
14+
Closes #456
15+
16+
## Testing
17+
Please describe how you tested the changes made in this pull request. Include any relevant details about the testing environment, test cases, and results.
18+
19+
## Checklist
20+
- [ ] I have read the [CONTRIBUTING.md](CONTRIBUTING.md) document and followed the guidelines.
21+
- [ ] I have updated the documentation as necessary.
22+
- [ ] I have added tests to cover my changes, if applicable.
23+
- [ ] All new and existing tests passed.
24+
- [ ] I have followed the coding style and conventions used in the project.
25+
- [ ] I have included any necessary version updates in the `README.md` file.
26+
- [ ] I have added any necessary environment variables or configuration changes in the `docker-compose.yml` file.
27+
- [ ] I have validated all Kubernetes manifests (e.g., YAML files) using tools like `kubectl apply --dry-run=client`.
28+
- [ ] I have ensured that all Kubernetes examples follow best practices (e.g., resource limits, labels, annotations).
29+
- [ ] I have tested the changes in a Kubernetes cluster (e.g., Minikube, Kind, or a cloud provider).
30+

0 commit comments

Comments
 (0)