-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
33 additions
and
25 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 |
---|---|---|
@@ -1,8 +1,7 @@ | ||
# Contributing | ||
|
||
If you would like to contribute code to LeakCanary you can do so through GitHub by | ||
forking the repository and sending a pull request. | ||
You are most welcome to contribute code, answer [StackOverflow questions](http://stackoverflow.com/questions/tagged/leakcanary?sort=active), help manage GitHub issues and review pull requests. | ||
|
||
When submitting code, please make every effort to follow existing conventions | ||
and style in order to keep the code as readable as possible. Please also make | ||
sure your code compiles by running `./gradlew build`. | ||
If you would like to contribute code to LeakCanary you can do so through GitHub by | ||
forking the repository and sending a pull request. When submitting code, please make every effort to follow existing conventions | ||
and style in order to keep the code as readable as possible. |
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 |
---|---|---|
@@ -1,14 +1,12 @@ | ||
# LeakCanary Support | ||
|
||
If you're looking for support for LeakCanary: | ||
If you're looking for help with LeakCanary: | ||
|
||
* Learn the [Fundamentals](fundamentals.md) | ||
* Try the [code recipes](recipes.md) | ||
* Read the [FAQ](https://square.github.io/leakcanary/faq/) | ||
* Watch [recorded presentations](recorded-presentations.md) | ||
* Read [blog articles](blog-articles.md) | ||
* Check out the StackOverflow [LeakCanary tag](http://stackoverflow.com/questions/tagged/leakcanary?sort=active) and ask a question | ||
|
||
Feel free to edit this file to add links to online communities that can help developers investigate LeakCanary leaks. | ||
* Ask a question [on StackOverflow](http://stackoverflow.com/questions/tagged/leakcanary?sort=active) | ||
|
||
|
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