Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 2.29 KB

CONTRIBUTING.md

File metadata and controls

37 lines (19 loc) · 2.29 KB

Contributing to smartsheet java sdk

Did you find a bug?

  • Send all security related bugs to our maintainer email, [email protected]

  • Ensure the bug was not already reported by searching on GitHub under Issues.

  • If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible, and a MRE code sample or an executable test case demonstrating the expected behavior that is not occurring. If possible please also note if this issue concerns the API itself or just the java sdk.

Did you write a patch that fixes a bug?

  • Open a new GitHub pull request with the patch.

  • Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.

  • A maintainer should review your PR within the next few days. If the PR has been dormant for more than a week, consider sending an email to [email protected]

Did you fix whitespace, format code, or make a purely cosmetic patch?

Changes that are cosmetic in nature and do not add anything substantial to the stability, functionality, or testability may take longer to review, but are still welcome.

Do you intend to add a new feature or change an existing one?

  • Suggest your change as an issue with the label #enhancement. Make sure that your new feature description outlines why this would be helpful for users, and how difficult a change it would be to make.

Do you have questions about the source code or using the SDK?

Thanks!

Smartsheet Java SDK Team