forked from facebook/infer
-
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.
Summary: As suggested here: https://help.github.com/articles/about-issue-and-pull-request-templates/ Reviewed By: mbouaziz Differential Revision: D13987553 fbshipit-source-id: 09c645cbb
- Loading branch information
1 parent
137e070
commit 7fbe16f
Showing
3 changed files
with
11 additions
and
9 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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Please make sure your issue is not addressed in the [FAQ](http://fbinfer.com/support.html#troubleshooting). | ||
|
||
Please include the following information: | ||
- [ ] The version of infer from `infer --version`. | ||
- [ ] Your operating system and version, for example "Debian 9", "MacOS High Sierra", whether you are using Docker, etc. | ||
- [ ] Which command you ran, for example `infer -- make`. | ||
- [ ] The full output in a paste, for instance a [gist](https://gist.github.com/). | ||
- [ ] If possible, a minimal example to reproduce your problem (for instance, some code where | ||
infer reports incorrectly, together with the way you run infer to reproduce the incorrect | ||
report). |
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 @@ | ||
Please see [CONTRIBUTING.md](./CONTRIBUTING.md) for how to set up your development environment and run tests. |