Skip to content

Commit d1117de

Browse files
authored
Fix ordering in README (#5)
* Fix ordering in README Update CONTRIBUTING.md Fix typos in k8s guide * Add org links
1 parent e1312c3 commit d1117de

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ To add your own writeup, please follow these instructions:
77
3. Update the README in the following format:
88

99
```
10-
| [ProjectName, OrgName](writeups/orgname_projectname_yourname.md) | [YourName](https://github.com/your-github-username) |
10+
| OrgName | [ProjectName](writeups/orgname_projectname_yourname.md) | [YourName](https://github.com/your-github-username) |
1111
```
12+
4. Make sure you maintain alphabetical order.
1213
1314
In the guide, please add details about setting up your project, links to the documentation and any other things that helped you during contributing. Feel free to customize and add any information you think would prove useful to future contributors.

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Writeup from maintainers, admins, contributors on how someone can get started wi
44

55
Please follow the [contributing guide](CONTRIBUTING.md) to add your own contributing guide!
66

7-
| Project/Organization | Author |
8-
|:---------------------:|:---------:|
9-
| [Multilanguage RGW Testing, Ceph](writeups/Ceph_Multilaguage-RGW-Testing_JoannahNanjekye.md) | [Joannah Nanjekye](https://github.com/nanjekyejoannah) |
10-
| [phpMyAdmin, phpMyAdmin](writeups/phpmyadmin_phpmyadmin_manishbisht.md) | [Manish Bisht](https://github.com/manishbisht) |
11-
| [Kubernetes, Cloud Native Computing Foundation](writeups/CNCF_Kubernetes_NikhitaRaghunath.md) | [Nikhita Raghunath](https://github.com/nikhita) |
7+
| Organization | Project | Author |
8+
|:--------------|:----------|:-------|
9+
| [Ceph](http://ceph.com/) | [Multilanguage RGW Testing](writeups/Ceph_Multilaguage-RGW-Testing_JoannahNanjekye.md) | [Joannah Nanjekye](https://github.com/nanjekyejoannah) |
10+
| [Cloud Native Computing Foundation](https://www.cncf.io/) | [Kubernetes](writeups/CNCF_Kubernetes_NikhitaRaghunath.md) | [Nikhita Raghunath](https://github.com/nikhita) |
11+
| [phpMyAdmin](https://www.phpmyadmin.net/) | [phpMyAdmin](writeups/phpmyadmin_phpmyadmin_manishbisht.md) | [Manish Bisht](https://github.com/manishbisht) |

writeups/CNCF_Kubernetes_NikhitaRaghunath.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ $ echo export PATH="\$PATH:$(pwd)/third_party/etcd" >> ~/.profile
9494

9595
### Workflow
9696

97-
Fork the [repo](https://github.com/kubernetes/kubernetes) first and then follow these commands. Theey show the workflow you'll need to follow to install kubernetes locally.
97+
Fork the [repo](https://github.com/kubernetes/kubernetes) first and then follow these commands. They show the workflow you'll need to follow to install kubernetes locally.
9898

9999
```bash
100100
$ working_dir=$GOPATH/src/k8s.io

0 commit comments

Comments
 (0)