Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.42 KB

File metadata and controls

25 lines (18 loc) · 1.42 KB

Contributing to the Adreno™ GPU OpenGL ES Code Sample Framework

Hi there! We’re thrilled that you’d like to contribute to this project. Your help is essential for keeping this project great and for making it better.

Branching Strategy

In general, contributors should develop on branches based off of main and pull requests should be made against main.

Submitting a pull request

  1. Please read our code of conduct and license.
  2. Fork and clone the repository.
  3. Create a new branch based on main: git checkout -b <my-branch-name> main.
  4. Make your changes, and test build and runtime on an Android device.
  5. Commit your changes using the DCO. You can attest to the DCO by commiting with the -s or --signoff options or manually adding the "Signed-off-by".
  6. Push to your fork and submit a pull request from your branch to main.
  7. Pat yourself on the back and wait for your pull request to be reviewed.

Here are a few things you can do that will increase the likelihood of your pull request to be accepted:

  • Keep your change as focused as possible. If you want to make multiple independent changes, please consider submitting them as separate pull requests.
  • Write a good commit message.