diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 54198af3..c0330765 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 `-` (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. diff --git a/README.md b/README.md index 896769e8..adc4abfc 100644 --- a/README.md +++ b/README.md @@ -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)