Improve formatting and readability of new contributor guide
This commit enhances the formatting and readability of the new contributor guide. Changes include: - Added a main header for the document - Organized content into logical sections with subheaders - Used bullet points for community joining instructions - Numbered the steps for getting familiar with the contribution process - Improved overall structure and visual hierarchy These changes make the guide easier to read and follow for new contributors, potentially increasing engagement and participation in the community.
This commit is contained in:
parent
5c951ff0cc
commit
b8e9ab0f6e
|
|
@ -1,8 +1,18 @@
|
||||||
Join the Kubernetes Developer Google Group (k-dev): https://groups.google.com/a/kubernetes.io/g/dev
|
# Getting Started with Kubernetes Development
|
||||||
Check out [kubernetes/community](https://github.com/kubernetes/community) for an overview of our community.
|
|
||||||
Follow the New Contributor Guide (k8s.dev/guide) to get familiar with various contributor tools and processes.
|
## Join the Community
|
||||||
The First Contribution Guide(k8s.dev/guide/first-contribution/) will walk you through the process for your first Pull Request (PR)
|
|
||||||
Check out the Resources List at https://bit.ly/kubernetes-resources
|
- Join the Kubernetes Developer Google Group (k-dev): [https://groups.google.com/a/kubernetes.io/g/dev](https://groups.google.com/a/kubernetes.io/g/dev)
|
||||||
Come join us in the Kubernetes slack: https://www.slack.k8s.io
|
- Check out [kubernetes/community](https://github.com/kubernetes/community) for an overview of our community.
|
||||||
* Join the #kubernetes-new-contributors channel
|
- Come join us in the [Kubernetes Slack](https://www.slack.k8s.io):
|
||||||
* Join the channels of 1 or more SIGs you’re interested in
|
- Join the #kubernetes-new-contributors channel
|
||||||
|
- Join the channels of 1 or more SIGs you're interested in
|
||||||
|
|
||||||
|
## Getting Familiar with the Process
|
||||||
|
|
||||||
|
1. Follow the [Contributor Guide](https://www.kubernetes.dev/docs/guide/) to get familiar with various contributor tools and processes.
|
||||||
|
2. Read [The First Contribution Guide](https://www.kubernetes.dev/docs/guide/first-contribution/) for a walkthrough of your first Pull Request (PR) process.
|
||||||
|
|
||||||
|
## Additional Resources
|
||||||
|
|
||||||
|
- Explore the comprehensive Resources List at [https://bit.ly/kubernetes-resources](https://bit.ly/kubernetes-resources)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue