Skip to content

Commit 8ab7407

Browse files
authored
Merge pull request #3 from codewdhruv/main
Update release branch documentation
2 parents 75f16c2 + 9283b9d commit 8ab7407

File tree

2 files changed

+80
-3
lines changed

2 files changed

+80
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Github Action: Kubeval Validation
22

3-
This GitHub Action validates Kubernetes manifest files using kubeval.
3+
This GitHub Action validates Kubernetes manifest files using kubeval (validation support for Helm and Kustomize)
44

55
## Usage
66

77
To use this action, include the following step in your workflow:
88

99
```yaml
1010
- name: Validate Kubernetes Manifests
11-
uses: codewdhruv/[email protected].0
11+
uses: codewdhruv/[email protected].1
1212
with:
1313
directory: 'path/to/manifests'
1414
```
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/checkout@v2
4545
4646
- name: Validate Kubernetes Manifests
47-
uses: codewdhruv/[email protected].0
47+
uses: codewdhruv/[email protected].1
4848
with:
4949
directory: 'path/to/manifests'
5050
```

docs/contributors.md

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
## Contributors
2+
Thank you for contributing!
3+
4+
---
5+
6+
### How can I contribute...
7+
8+
- Contribute Documentation 📗
9+
- Contribute Code 💻
10+
- Provide Support on Issues 📝
11+
- Review Pull Requests 🔍
12+
13+
---
14+
15+
### Contribute Documentation
16+
17+
Documentation is an important part of any project. It helps us keep track of what we're doing, how, and why. It's how we communicate our policies and guide others on how to use or contribute to the project. Any contribution to documentation is welcome, no matter how small. Even fixing a sentence or correcting a spelling mistake is appreciated!
18+
19+
**How to contribute:**
20+
21+
1. Check if there is already an existing pull request with the changes you want to make.
22+
2. Create a "feature branch" for your changes to separate them from other changes.
23+
3. Ensure your changes are well-formatted and consistent with the existing documentation.
24+
4. Review and proofread your changes, and run a spellchecker if possible.
25+
5. If your contribution is related to an open issue, provide a link to the issue in your pull request.
26+
6. You can add new commits to your pull request later if needed.
27+
7. Your pull request will be reviewed by maintainers, and they may request changes or provide feedback.
28+
8. Once accepted, your changes will be merged into the main branch, and they will take effect in the next release.
29+
30+
---
31+
32+
### Contribute Code
33+
34+
Contributing code is an important way to keep the project active and functional. Code contributions of any size are welcome! However, it is essential to include relevant tests for the code changes or additions. Contributions without tests may require additional consideration from maintainers.
35+
36+
**How to contribute:**
37+
38+
1. Check if there is an existing pull request with your changes.
39+
2. Create a "feature branch" to isolate your changes from other code.
40+
3. Run the pre-checkin script to format, lint, build, and test your changes.
41+
4. Ensure your changes are properly formatted and that all tests pass.
42+
5. If your contribution is related to an open issue, provide a link to the issue in your pull request.
43+
6. You can add new commits to your pull request later if necessary.
44+
7. Reviewers will assess your pull request, and they may request changes or provide feedback.
45+
8. Once accepted, your changes will be merged into the main branch, and they will take effect in the next release.
46+
47+
---
48+
49+
### Provide Support on Issues
50+
51+
Supporting other users with their questions is a valuable way to contribute to the community. Many issues in open-source projects are related to users seeking help or clarification. By assisting others, you can make a significant impact.
52+
53+
**How to provide support:**
54+
55+
1. Visit the issue tracker to find questions you can help with.
56+
2. Read through the issues and choose the ones you feel comfortable answering.
57+
3. Respond to the issue with clear and concise details or request additional information if needed.
58+
4. Once the issue is resolved, ask the original poster or a maintainer to close it.
59+
5. Remember to be kind, patient, and respectful when interacting with users, even if they're frustrated or impatient.
60+
6. If someone violates the code of conduct, follow the guidelines in the Code of Conduct enforcement section to resolve the conflict.
61+
62+
---
63+
64+
### Review Pull Requests
65+
66+
Reviewing pull requests is another valuable way to contribute. When reviewing, it's important to be respectful and considerate of the time and effort the contributors have put into their work.
67+
68+
**How to review:**
69+
70+
1. Go to the pull requests section.
71+
2. Familiarize yourself with the code or documentation changes, unless it's a minor modification.
72+
3. Use the GitHub functionality to review the changes, such as commenting or suggesting specific lines of code.
73+
4. Provide constructive feedback, suggestions, or ask clarifying questions.
74+
5. Be polite and respectful in your comments, keeping in mind the goal is to improve the project.
75+
6. Reviewers can approve the pull request or request changes.
76+
7. Once approved, the pull request can be merged into the main branch.
77+

0 commit comments

Comments
 (0)