forked from square/retrofit
-
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.
- Loading branch information
1 parent
3c195a0
commit d6cd2f4
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
What kind of issue is this? | ||
|
||
- [ ] Question. This issue tracker is not the place for questions. If you want to ask how to do | ||
something, or to understand why something isn't working the way you expect it to, use Stack | ||
Overflow. https://stackoverflow.com/questions/tagged/retrofit | ||
|
||
- [ ] Bug report. If you’ve found a bug, spend the time to write a failing test. Bugs with tests | ||
get fixed. Here’s an example: https://gist.github.com/swankjesse/6608b4713ad80988cdc9 | ||
|
||
- [ ] Feature Request. Start by telling us what problem you’re trying to solve. Often a solution | ||
already exists! Don’t send pull requests to implement new features without first getting our | ||
support. Sometimes we leave features out on purpose to keep the project small. |