Skip to content

Commit 25143d8

Browse files
authored
docs: update mibserver instruction (#1171)
1 parent 1977a24 commit 25143d8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/mib-request.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ In case you want to add a new MIB file to the MIB server, see the following step
1919
2. Put one or more MIB files under `src/vendor/@vendor_name@` where `@vendor_name@` is the name of the MIB file's vendor.
2020
If there is currently no directory of vendors that you need, create it yourself.
2121

22-
3. Create a pull request to a `main` branch.
22+
3. Create a pull request to a `develop` branch.
2323

24-
4. Name the pull request the following way: `feat: add @vendor_name@ MIB files`.
24+
4. Name the pull request the following way:
25+
- for new vendor `feat: add @vendor_name@ MIB files`
26+
- for existing vendor `fix: add @vendor_name@ MIB files`
2527

2628

2729
An alternative way of adding MIBs to the MIB server is to create an issue in the

0 commit comments

Comments
 (0)