Update README and contributing guide

This commit is contained in:
Jeremy Stretch 2019-12-26 11:14:59 -05:00
parent 303292b990
commit 8566618be6
2 changed files with 1 additions and 4 deletions

View File

@ -36,7 +36,7 @@ The process of submitting new definitions to the library is as follows:
1. Verify that the proposed definition does not duplicate or conflict with an existing definition. (If unsure, please
raise an issue seeking clarification prior to submitting a PR.)
2. [Fork](https://guides.github.com/activities/forking/) the GitHub project and create a new branch to hold your
proposed changes.
proposed changes. If adding new definitions, the branch should be named so that it loosely follows the format `<manufacturer>-<series>` (for example, `cisco-c9300`).
3. Introduce the new content exactly as it should appear once accepted.
4. Submit a [pull request](https://github.com/netbox-community/devicetype-library/compare?expand=1) to merge your new
branch into the `master` branch. Include a brief description of the changes introduced in the PR.

View File

@ -1,6 +1,3 @@
**NOTE:** We are not currently accepting pull requests to this library. An announcement will be made once the
functionality is ready.
# About this Library
This library is intended to be used for populating device types in [NetBox](https://github.com/netbox-community/netbox)