-
-
Notifications
You must be signed in to change notification settings - Fork 297
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #438 from imsnif/contact
Update CONTRIBUTING information
- Loading branch information
Showing
3 changed files
with
7 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,5 @@ After tests, check the formatting: `cargo fmt -- --check` | |
|
||
Note that at the moment the tests do not test the os layer (anything in the `os` folder). | ||
|
||
If you are stuck, unsure about how to approach an issue or would like some guidance, you are welcome to contact: [email protected] | ||
If you are stuck, unsure about how to approach an issue or would like some guidance, | ||
you are welcome to [open an issue](https://github.com/imsnif/bandwhich/issues/new); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -190,17 +190,7 @@ Options: | |
|
||
## Contributing | ||
|
||
Contributions of any kind are very welcome. If you'd like a new feature (or found a bug), please open an issue or a PR. | ||
|
||
To set up your development environment: | ||
1. Clone the project | ||
2. `cargo run`, or if you prefer `cargo run -- -i <network interface name>` (you can often find out the name with `ifconfig` or `iwconfig`). You might need root privileges to run this application, so be sure to use (for example) sudo. | ||
|
||
To run tests: `cargo test` | ||
|
||
Note that at the moment the tests do not test the os layer (anything in the `os` folder). | ||
|
||
If you are stuck, unsure about how to approach an issue or would like some guidance, you are welcome to contact: [email protected] | ||
See [CONTRIBUTING.md](CONTRIBUTING.md). | ||
|
||
## License | ||
|
||
|