mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2025-02-16 10:30:34 +01:00
Update README and contributing guide
This commit is contained in:
parent
303292b990
commit
8566618be6
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user