-
Notifications
You must be signed in to change notification settings - Fork 590
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: bobz965 <[email protected]>
- Loading branch information
Showing
14 changed files
with
186 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# | ||
|
||
--- | ||
name: Enhancement Request | ||
about: Suggest an enhancement to multus | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# | ||
|
||
--- | ||
name: Support Request | ||
about: Support request or question relating to multus-cni | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,7 +62,7 @@ Instances of abusive, harassing, or otherwise unacceptable behavior may be | |
reported to the community leaders responsible for enforcement at | ||
[The Multus Slack Page](https://intel-corp.herokuapp.com/). | ||
All complaints will be reviewed and investigated promptly and fairly. Or you | ||
may specifically contact Doug Smith ([email protected]) via email. | ||
may specifically contact Doug Smith (<[email protected]>) via email. | ||
|
||
All community leaders are obligated to respect the privacy and security of the | ||
reporter of any incident. | ||
|
@@ -117,14 +117,13 @@ the community. | |
|
||
This Code of Conduct is adapted from the [Contributor Covenant][homepage], | ||
version 2.0, available at | ||
https://www.contributor-covenant.org/version/2/0/code_of_conduct.html. | ||
<https://www.contributor-covenant.org/version/2/0/code_of_conduct.html>. | ||
|
||
Community Impact Guidelines were inspired by [Mozilla's code of conduct | ||
enforcement ladder](https://github.com/mozilla/diversity). | ||
|
||
[homepage]: https://www.contributor-covenant.org | ||
|
||
For answers to common questions about this code of conduct, see the FAQ at | ||
https://www.contributor-covenant.org/faq. Translations are available at | ||
https://www.contributor-covenant.org/translations. | ||
|
||
<https://www.contributor-covenant.org/faq>. Translations are available at | ||
<https://www.contributor-covenant.org/translations>. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ used by the Linux kernel project. | |
|
||
Beside the signed-off-by footer, we expect each patch to comply with the following format: | ||
|
||
``` | ||
```bash | ||
Change summary | ||
|
||
More detailed explanation of your changes: Why and how. | ||
|
@@ -35,15 +35,15 @@ Signed-off-by: <[email protected]> | |
|
||
For example: | ||
|
||
``` | ||
```bash | ||
Fix poorly named identifiers | ||
|
||
One identifier, fnname, in func.go was poorly named. It has been renamed | ||
to fnName. Another identifier retval was not needed and has been removed | ||
entirely. | ||
|
||
Fixes #1 | ||
|
||
Signed-off-by: Abc Xyz <[email protected]> | ||
``` | ||
|
||
|
@@ -54,4 +54,5 @@ We accept github pull requests. | |
## Email and Chat | ||
|
||
The project uses the Slack chat: | ||
|
||
- Slack: #[Intel-Corp](https://intel-corp.herokuapp.com/) channel on slack |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.