Skip to content

Commit a64830b

Browse files
authored
Update CONTRIBUTING.md
1 parent e63b3b1 commit a64830b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ There are several ways to contribute to posixutils-rs:
5050
* If a system has an OS-specific feature that _must_ be
5151
exposed through a given utility, do so.
5252
* Race-free userland. `walker` crate should be able to help.
53+
* Push small crates out: Create tiny, light-dep crates from common functionality (such as Lex or Yacc file parsing), and publish via cargo. Remove from main posixutils tree and set of crates.
5354

54-
### Testing and Bug Reporting
55+
### Testing and Bug Reporting: Info to provide in GH issue
5556

5657
* Include information about your system (`uname -a`) in every issue.
5758
* Provide any input data can that be used to reproduce the bug.

0 commit comments

Comments
 (0)