-
Notifications
You must be signed in to change notification settings - Fork 660
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename contributions guide, update doc, PR template. (#689)
* Rename contributions guide, update doc, PR template. * (A) CONTRIBUTING.md - Add a top-level contributing document that links to the wider document discussion. * (R) doc/external-contributions-guide.md -> doc/contributions-guide.md - Rename contributions guide based on `openconfig/public` being the primary SOT for models. * (A) .github/pull_request_template.md - Establish a template for new PRs to the `openconfig/public` repo. Co-authored-by: Darren Loher <dloher@google.com>
- Loading branch information
Showing
3 changed files
with
47 additions
and
26 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
[Note: Please fill out the following template for your pull request. lines | ||
tagged with "Note" can be removed from the template.] | ||
|
||
[Note: Before this PR can be reviewed please agree to the CLA covering this | ||
repo. Please also review the contribution guide - | ||
https://github.com/openconfig/public/blob/master/doc/external-contributions-guide.md] | ||
|
||
### Change Scope | ||
|
||
* [Please briefly describe the change that is being made to the models.] | ||
* [Please indicate whether this change is backwards compatible.] | ||
### Platform Implementations | ||
|
||
* Implementation A: [link to documentation](http://foo.com) and/or | ||
implementation output. | ||
* Implementation B: [link to documentation](http://foo.com) and/or | ||
implementation output. | ||
|
||
[Note: Please provide at least two references to implementations which are relevant to the model changes proposed. Each implementation should be from separate organizations.]. | ||
|
||
[Note: If the feature being proposed is new - and something that is being | ||
proposed as an enhancement to device functionality, it is sufficient to have | ||
reviewers from the producers of two different implementations]. |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Contributing to OpenConfig | ||
|
||
Please see the [contributions | ||
guide](https://github.com/openconfig/public/blob/master/doc/contributions-guide.md). |
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