-
Notifications
You must be signed in to change notification settings - Fork 5
Contributing #61
Contributing #61
Conversation
CONTRIBUTING.md
Outdated
|
|
||
| ## Code of Conduct | ||
|
|
||
| ## Code Style |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should define some basic style guidelines. For Go, we could take a look at https://github.com/kubernetes/community/blob/master/contributors/guide/coding-conventions.md
CONTRIBUTING.md
Outdated
|
|
||
| NOTE: Make sure you don't include `@mentions` or `fixes` keywords in your git commit messages. These should be included in the PR body instead. | ||
|
|
||
| ## Code Review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should define some review guidelines. (rel. Code Style)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would prefer code style definitons for IDE checked in because nobody wants to make this by hand nowadays.
We are not sure if we need an agreement like this Until then we will remove this section
ressources.md
Outdated
| # Ressources for Contributing | ||
|
|
||
| ## Contributing | ||
|
|
||
| - [Kubernetes Contributing](https://github.com/kubernetes/community/blob/master/contributors/guide/contributing.md#learn-about-sigs) | ||
| - [Kubernetes Pull-requests](https://github.com/kubernetes/community/blob/master/contributors/guide/pull-requests.md) | ||
| - [Nodejs Contributing](https://github.com/nodejs/node/blob/master/CONTRIBUTING.md) | ||
|
|
||
| ## Code of Conduct | ||
|
|
||
| - [Kubernetes Code of Conduct](https://github.com/kubernetes/community/blob/master/governance.md#code-of-conduct) | ||
|
|
||
| ## Developer's Certificate of Origin? (Nodejs) | ||
|
|
||
| ## Rebase over Merge? (Nodejs) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This all looks still to be WIP?
Is this intended to be changed later? If so, we should probably open up a ticket for it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! This was never meant to be committed.
To enable Contributions by the community we need to define some standards.
This is a first WIP specification for Contributing Guidelines.