forked from xd009642/tarpaulin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Contributing.md and updated readme.
Also renamed the auto-generated LICENSE-APACHE for consistency.
- Loading branch information
Showing
3 changed files
with
87 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Contributing to Tarpaulin | ||
|
||
Contributions to Tarpaulin are always welcome and encouraged. Check below to | ||
information on the various methods of contributing. | ||
|
||
## Feature Requests | ||
|
||
Currently there's no mechanism for feature requests as such so just use the | ||
Github issue tracker. | ||
|
||
## Reporting bugs | ||
|
||
If you find an issue in Tarpaulin, please report it using the Github issue | ||
tracker. When you make the issue if you could provide the following information | ||
we can recreate the issue and resolve it quicker. | ||
|
||
* A description of the problem | ||
* Tarpaulin output | ||
* The rust project you ran Tarpaulin on | ||
* Your linux distro and version (output of `uname -a` is sufficient) | ||
* Version of rustc used | ||
|
||
The verbose output of Tarpaulin is preferred but isn't always necessary. If you | ||
want to include the verbose output and it's very long a pastebin link or similar | ||
is ideal. | ||
|
||
If there's a reason you can't share your project code publicly, a small example | ||
project which recreates the issue would help a great deal. You can always | ||
download one of the example projects used to test Tarpaulin from tests/data and | ||
see if they work. | ||
|
||
## Pull Requests | ||
|
||
Pull requests are welcome, after you've implemented your feature test it on your | ||
own system and submit a PR. Make sure to explain what the feature adds to | ||
Tarpaulin and any information you feel will make the review go easier. | ||
|
||
Any changes which break existing functionality won't be merged, but you'll | ||
receive feedback and help to resolve those issues and close the PR. |
File renamed without changes.
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