-
Notifications
You must be signed in to change notification settings - Fork 187
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
Matt Willer
authored
Apr 16, 2019
1 parent
8ce308f
commit f0119b0
Showing
1 changed file
with
13 additions
and
13 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 |
---|---|---|
@@ -1,24 +1,24 @@ | ||
- [ ] I have checked that the [SDK documentation][sdk-docs] and [API documentation][api-docs] doesn't solve my issue | ||
|
||
### Description of the Issue | ||
// Replace this text with a description of what problem you're having. | ||
// Please include as much detail as possible to help us troubleshoot! | ||
// If it isn't obvious, please include how the behavior you expect differs from what actually happened. | ||
// This is really important so we know how to start troubleshooting your issue. | ||
<!-- Replace this text with a description of what problem you're having. --> | ||
<!-- Please include as much detail as possible to help us troubleshoot! --> | ||
<!-- If it isn't obvious, please include how the behavior you expect differs from what actually happened. --> | ||
<!-- This is really important so we know how to start troubleshooting your issue. --> | ||
|
||
### Versions Used | ||
Java SDK: // Replace with the version of the Java SDK you're using. | ||
Java: // Replace with the version of Java your application is running on. | ||
Java SDK: <!-- Replace with the version of the Java SDK you're using. --> | ||
Java: <!-- Replace with the version of Java your application is running on. --> | ||
|
||
### Steps to Reproduce | ||
// Please include detailed steps to reproduce the issue you're seeing, if possible. | ||
// If you don't have a reproducible error, please make sure that you give us as much detail | ||
// as you can about what your application was doing when the error occurred. | ||
// Good steps to reproduce the problem help speed up debugging for us and gets your issue resolved sooner! | ||
<!-- Please include detailed steps to reproduce the issue you're seeing, if possible. --> | ||
<!-- If you don't have a reproducible error, please make sure that you give us as much detail --> | ||
<!-- as you can about what your application was doing when the error occurred. --> | ||
<!-- Good steps to reproduce the problem help speed up debugging for us and gets your issue resolved sooner! --> | ||
|
||
### Error Message, Including Stack Trace | ||
// Replace with the full error output you're seeing, if applicable. | ||
// Please include the full stack trace to help us identify where the error is happening. | ||
<!-- Replace with the full error output you're seeing, if applicable. --> | ||
<!-- Please include the full stack trace to help us identify where the error is happening. --> | ||
|
||
[sdk-docs]: ./doc | ||
[api-docs]: https://developer.box.com/docs | ||
[api-docs]: https://developer.box.com/docs |