Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.72 KB

CONTRIBUTING.md

File metadata and controls

25 lines (13 loc) · 1.72 KB

Contributing to APS SDK

We work hard to provide an excellent SDK for the Autodesk community, and we greatly appreciante your feedback and contributions. Please read through this document before submitting any issues or pull requests.

For general questions (how to), please use the APS Get Help form. We strongly encourage using StackOverflow.

Before you start

  • Search before you file a new Issue or Pull Request. Add to tickets if you have new information about the issue.
  • Keep it short but complete. Make sure you include all the context needed to solve the problem.

Issues

  • Bug Report: if you believe you encounter a problem using any of the APS SDKs, please create a new issue with enough information to reproduce the issue (e.g. code snippet that triggers the problem). Please review existing issues before starting a new.

  • Feature Request: please use the APS Public Roadmap instead.

Pull Request

Pull Requests are the best way to propose changes to the APS SDK code. Always use main branch as a starting point (we do our best to keep that up to date with published versions). Please use fork & pull.

Please use a Title that summarizes the proposal, and a Description with a complete description of what it does and list of changes implemented. The APS team will triage, review, and if aplicable, merge into the appropriate dev branch.

All contributions will be licensed under the Apache 2.0 license.